diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 00000000..f9ab3156 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,168 @@ +{ + "permissions": { + "allow": [ + "Bash(python -c ' *)", + "Bash(python -m pytest tests/ -v --no-cov)", + "Bash(git -C /workspaces/model diff --stat)", + "Bash(python -c \"import moto; print\\('moto installed:', moto.__version__\\)\")", + "Bash(grep -E \"\\\\.\\(py|sql\\)$\")", + "Bash(xargs basename -a)", + "Bash(ls -la /workspaces/home 2>/dev/null | head -20)", + "Read(//workspaces/home/**)", + "Bash(command -v uv)", + "Bash(uv --version)", + "Bash(echo \"uv: $\\(uv --version\\)\")", + "Bash(python -m pyright --version)", + "Bash(npx --no-install pyright --version)", + "Bash(node /home/vscode/.npm/_npx/110e52990071af13/node_modules/pyright/dist/pyright.js --outputjson etl/hubspot/hubspotClient.py etl/hubspot/hubspotDataTodB.py etl/hubspot/project_data.py etl/hubspot/scripts/scraper/main.py backend/app/db/models/hubspot_project_data.py backend/app/db/models/hubspot_deal_data.py etl/hubspot/tests/test_scraper_handler.py etl/hubspot/tests/test_hubspot_data_to_db.py etl/hubspot/tests/test_hubspot_client_integration.py)", + "Bash(python -c \"import sys,json; d=json.load\\(sys.stdin\\); s=d['summary']; print\\('errors',s['errorCount'],'warnings',s['warningCount']\\); [print\\(f\\\\\"{x['severity']}: {x['file'].split\\('/'\\)[-1]}:{x['range']['start']['line']+1} {x['rule'] if 'rule' in x else ''} -- {x['message'].splitlines\\(\\)[0]}\\\\\"\\) for x in d['generalDiagnostics'] if x['severity']=='error']\")", + "Bash(node /home/vscode/.npm/_npx/110e52990071af13/node_modules/pyright/dist/pyright.js etl/hubspot/project_data.py backend/app/db/models/hubspot_project_data.py)", + "Bash(python -c \"import sqlmodel, sqlalchemy, hubspot; print\\('deps importable'\\)\")", + "Bash(python -m pytest --version)", + "Bash(python -m pytest etl/hubspot/tests/ -m \"not integration\" -p no:cacheprovider -o addopts=\"\" -q)", + "Bash(node /home/vscode/.npm/_npx/110e52990071af13/node_modules/pyright/dist/pyright.js --pythonpath /usr/local/bin/python etl/hubspot/project_data.py backend/app/db/models/hubspot_project_data.py)", + "Bash(node /home/vscode/.npm/_npx/110e52990071af13/node_modules/pyright/dist/pyright.js --pythonpath /usr/local/bin/python etl/hubspot/company_data.py)", + "Bash(python /tmp/inspect_project.py)", + "Read(//home/vscode/github/**)", + "Bash(find / -maxdepth 6 -type d -name assessment-model)", + "Bash(terraform fmt *)", + "Bash(terraform init *)", + "Bash(terraform validate *)", + "Bash(python -m pytest tests/orchestration/test_landlord_description_overrides_orchestrator.py -q)", + "Bash(python -m pytest tests/orchestration/test_landlord_description_overrides_orchestrator.py tests/repositories/landlord_overrides -q --no-cov)", + "Bash(python -m py_compile tests/infrastructure/chatgpt/test_chatgpt_column_classifier.py)", + "Bash(git add *)", + "Bash(git status *)", + "Bash(cp pyrightconfig.json /tmp/pyrightconfig.bak.json)", + "Bash(python3 -)", + "Bash(npx --yes pyright infrastructure/postgres/landlord_overrides_postgres_repository.py applications/landlord_description_overrides/handler.py tests/repositories/landlord_overrides/postgres/test_landlord_overrides_postgres_repository.py orchestration/classifiable_column.py)", + "Bash(git stash *)", + "Bash(npx --yes pyright applications/landlord_description_overrides/handler.py)", + "Bash(python3 -m pytest tests/repositories/landlord_overrides/postgres/test_landlord_overrides_postgres_repository.py -q)", + "Bash(python3 -m pytest tests/orchestration/test_landlord_description_overrides_orchestrator.py tests/repositories/landlord_overrides/ -q -p no:cov)", + "Bash(python3 -m pytest tests/orchestration/test_landlord_description_overrides_orchestrator.py tests/repositories/landlord_overrides/ -q)", + "Bash(cp pyrightconfig.json /tmp/pyrightconfig.bak2.json)", + "Bash(npx --yes pyright infrastructure/landlord_overrides/landlord_overrides_postgres_repository.py tests/repositories/landlord_overrides/postgres/test_landlord_overrides_postgres_repository.py)", + "Bash(GIT_EDITOR=true git rebase --continue)", + "Bash(git worktree *)", + "Bash(git branch *)", + "Bash(echo \"exit: $?\")", + "Bash(git reset *)", + "Bash(echo \"fetch-exit: $?\")", + "Bash(sed -n *)", + "Bash(set -e)", + "Bash(git rm *)", + "Bash(git ls-tree *)", + "Bash(command -v pyright)", + "Bash(git merge *)", + "Bash(git rev-list *)", + "Bash(git remote *)", + "Bash(git ls-remote *)", + "Bash(grep -v '\\\\.sample$')", + "Bash([ -f \".git/hooks/$h\" ])", + "Bash(python3 -m pytest tests/test_lambda_packaging.py -p no:cacheprovider --no-header -q)", + "Bash(python3 -m pytest tests/test_lambda_packaging.py -p no:cov --no-header -q)", + "Bash(python3 -m pytest tests/test_lambda_packaging.py --no-cov -p no:cacheprovider -q)", + "Bash(python3 -m pytest tests/test_lambda_packaging.py --no-cov -q)", + "Bash(python3 -m pyright tests/test_lambda_packaging.py)", + "Bash(python3 -m pytest tests/ --collect-only --no-cov -q)", + "Bash(python3 -c \"import yaml; [print\\(f, 'OK'\\) for f in ['.github/workflows/ddd_tests.yml','.github/workflows/unit_tests.yml'] if yaml.safe_load\\(open\\(f\\)\\)]\")", + "Bash(python3 -m pytest tests/ -q --no-cov)", + "Bash(python3 -c ' *)", + "Bash(python3 -m pyright --outputjson scripts/hyde/main.py)", + "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); s=d['summary']; print\\('errors:',s['errorCount'],'warnings:',s['warningCount']\\); [print\\(f\\\\\" L{e['range']['start']['line']+1}: {e['message'].splitlines\\(\\)[0]}\\\\\"\\) for e in d['generalDiagnostics'] if e['severity']=='error']\")", + "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); s=d['summary']; print\\('pyright errors:',s['errorCount'],'warnings:',s['warningCount']\\); [print\\(f\\\\\" L{e['range']['start']['line']+1}: {e['message'].splitlines\\(\\)[0]}\\\\\"\\) for e in d['generalDiagnostics'] if e['severity']=='error']\")", + "Bash(python3 main.py)", + "Bash(netstat -ltnp)", + "Bash(fuser 8000/tcp)", + "Bash(kill 351610 685390 351625)", + "Read(//proc/531213/net/**)", + "Bash(ps -p 351610 -o pid=)", + "Bash(python -)", + "Bash(python -m pytest \"datatypes/epc/domain/tests/test_from_rdsap_schema.py::TestRdSap20_0_0ReducedFieldSynthesis::test_cert_omitting_sap_windows_maps_without_missing_required_field\")", + "Bash(python -m pytest datatypes/epc/domain/tests/test_from_rdsap_schema.py infrastructure/epc_client/tests/test_mapper_corpus.py)", + "Bash(git -C /workspaces/model stash push -u -- datatypes/epc/schema/rdsap_schema_20_0_0.py datatypes/epc/domain/mapper.py datatypes/epc/domain/tests/test_from_rdsap_schema.py)", + "Bash(python -m pytest \"datatypes/epc/domain/tests/test_from_rdsap_schema.py::TestFromRdSapSchema21_0_1::test_total_floor_area\")", + "Bash(git -C /workspaces/model stash pop)", + "Bash(python -m pytest \"datatypes/epc/domain/tests/test_from_rdsap_schema.py::TestRdSap20_0_0ReducedFieldSynthesis::test_band_more_than_typical_scales_glazing_by_1_25\")", + "Bash(python -m pytest \"datatypes/epc/domain/tests/test_from_rdsap_schema.py::TestRdSap20_0_0ReducedFieldSynthesis\")", + "Bash(python -m pytest \"datatypes/epc/domain/tests/test_from_rdsap_schema.py::TestRdSap20_0_0ReducedFieldSynthesis::test_synthesised_glazing_type_routed_through_cascade\")", + "Bash(python -m pytest infrastructure/epc_client/tests/test_mapper_corpus.py -k \"wip_schema_20\" -q -p no:cov --no-header -rN)", + "Bash(python -m pytest infrastructure/epc_client/tests/test_mapper_corpus.py -k \"wip_schema_20\" -q --no-header)", + "Bash(timeout 150 python scripts/eon/find_epc_data.py)", + "Bash(python -m scripts.run_modelling_e2e --scenario-id 1266 --portfolio-id 785 --measures high_heat_retention_storage_heaters,solar_pv 709634 709635 709636 709638 709639 709640 709641 709642 709644)", + "Read(//home/vscode/.claude/skills/grill-me/**)", + "Bash(awk '{print $9, $5}')", + "Bash(grep -E \"\\\\.py$\")", + "Bash(python3 scripts/eon/harvest_certs.py)", + "Bash(python scripts/eon/harvest_certs.py)", + "Bash(git commit -q -m ' *)", + "Bash(timeout 250 npx -y pyright@1.1.410 datatypes/epc/domain/mapper.py)", + "Bash(git check-ignore *)", + "Bash(timeout 250 npx -y pyright@1.1.410 datatypes/epc/schema/rdsap_schema_18_0.py datatypes/epc/domain/mapper.py)", + "Bash(timeout 250 npx -y pyright@1.1.410 datatypes/epc/schema/rdsap_schema_17_1.py datatypes/epc/domain/mapper.py)", + "Bash(python -m scripts.run_modelling_e2e --scenario-id 1266 --portfolio-id 785 --measures high_heat_retention_storage_heaters,solar_pv 709634 709635 709636 709638 709639 709640 709641 709642 709643 709644 709645 709637)", + "Read(//workspaces/**)", + "Bash(python -m scripts.run_modelling_e2e --scenario-id 1266 --portfolio-id 785 --measures high_heat_retention_storage_heaters,solar_pv 709634)", + "Bash(python 2_export_data.py)", + "Bash(git commit -q -m 'Map RdSAP-Schema-17.0 certs to EpcPropertyData πŸŸ₯ *)", + "Bash(python -m py_compile tests/utilities/floats.py backend/app/db/functions/tests/test_portfolio_functions.py backend/documents_parser/tests/test_summary_pdf_mapper_chain.py backend/documents_parser/tests/test_heating_systems_corpus.py)", + "Bash(PYTHONPATH=/workspaces/model python -)", + "Bash(npx --no-install pyright datatypes/epc/schema/sap_schema_17_1.py datatypes/epc/domain/mapper.py datatypes/epc/domain/tests/test_from_sap_schema.py)", + "Bash(git commit -q -m 'Map full-SAP cert identity and scalar fields to EpcPropertyData 🟩 *)", + "Bash(npx --no-install pyright --outputjson datatypes/epc/domain/mapper.py)", + "Bash(git commit -q -m 'Carry full-SAP measured fabric U-value descriptions into the domain model 🟩 *)", + "Bash(python scripts/hyde/elmhurst_session.py --help)", + "Bash(python scripts/hyde/elmhurst_session.py status)", + "Bash(DISPLAY=:99 import -window root /tmp/hyde-viewer/elm_now2.png)", + "Bash(DISPLAY=:99 timeout 90 python scripts/hyde/elmhurst_explore.py \"https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormAddress.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105&Referrer=https%3a%2f%2fmembers.elmhurstenergy.co.uk%2fRdsapZone%2fHome.aspx\")", + "Bash(DISPLAY=:99 timeout 90 python scripts/hyde/elmhurst_explore.py \"https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormPropertyDescription.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105\")", + "Bash(DISPLAY=:99 timeout 90 python scripts/hyde/elmhurst_explore.py \"https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormAddress.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105\")", + "Bash(DISPLAY=:99 timeout 150 python scripts/hyde/elmhurst_fill.py)", + "Bash(pkill -f \"rdsap10\\\\|for-testing\")", + "Bash(rm -f scripts/hyde/.elmhurst-session/Singleton*)", + "Bash(DISPLAY=:99 timeout 280 python -u scripts/hyde/elmhurst_fill.py --page property_description --commit)", + "Bash(npx --no-install pyright scripts/hyde/elmhurst_download.py)", + "Edit(/.claude/skills/expand-sap-accuracy-corpus/**)", + "Bash(PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py 10093116528)", + "Bash(PYTHONPATH=/workspaces/model python -c ' *)", + "Bash(bash scripts/hyde/start_viewer.sh)", + "Bash(DISPLAY=:99 ELMHURST_URL=\"https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormAddress.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105\" python scripts/hyde/elmhurst_session.py login)", + "Bash(break)", + "Bash(DISPLAY=:99 timeout 90 python /tmp/check_session.py)", + "Bash(pkill -9 -f \"elm_login_hold.py\")", + "Bash(pkill -9 -f \"elmhurst-session\")", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 150 python /tmp/elm_build_dims.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_dump_full.py Walls WebFormWalls.aspx)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_walls_disc.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_roof_disc.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_dump_full.py Openings WebFormOpenings.aspx)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_win_probe.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 220 python /tmp/elm_build_openings.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_tab_probe.py)", + "Bash(ELM_ACCESS=\"P960-0001\" ELM_PWD=\"y22bseGUzr\" DISPLAY=:99 timeout 120 python /tmp/elm_del_probe.py)", + "Bash(npx --no-install pyright datatypes/epc/domain/epc_property_data.py datatypes/epc/domain/mapper.py domain/sap10_calculator/rdsap/cert_to_inputs.py)", + "Bash(PYTHONPATH=/workspaces/model python -m pytest domain/sap10_calculator/tests/test_sap_accuracy_corpus.py -q --no-cov)", + "Bash(PYTHONPATH=/workspaces/model python -m pytest tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py -q --no-cov)", + "Edit(/.claude/skills/epc-to-elmhurst-rdsap-inputs/**)", + "Bash(python3 -c \"import sys; sys.path.insert\\(0,'scripts/hyde'\\); import elmhurst_lib; print\\('elmhurst_lib imports OK:', [f for f in dir\\(elmhurst_lib\\) if not f.startswith\\('_'\\)][:12]\\)\")", + "Bash(PYTHONPATH=/workspaces/model python -m pytest tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py tests/infrastructure/epc_client/test_sap_accuracy_corpus.py -q --no-cov)", + "Bash(PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py 10093116543)", + "Bash(echo \"---EXIT $?---\")", + "Bash(sudo apt-get update -o Dir::Etc::sourceparts=-)", + "Bash(apt-cache policy *)", + "Bash(sudo apt-get update)", + "Bash(bash scripts/hyde/start_viewer.sh restart)", + "Bash(echo \"=== listen sockets \\(port 6080 / 5900\\) ===\"; ss -ltnp 2>/dev/null | grep -E ':6080|:5900' || netstat -ltnp 2>/dev/null | grep -E ':6080|:5900' || echo \"ss/netstat unavailable\" *)", + "Read(//proc/5476/**)", + "Bash(sudo python -m playwright install-deps chromium)", + "Bash(python -m playwright install chromium)", + "Bash(python -m playwright --version)", + "Bash(pip show *)" + ], + "additionalDirectories": [ + "/tmp", + "/workspaces/model/scripts/hyde/.elmhurst-session" + ] + } +} diff --git a/.claude/skills/epc-to-elmhurst-rdsap-inputs/SKILL.md b/.claude/skills/epc-to-elmhurst-rdsap-inputs/SKILL.md new file mode 100644 index 00000000..65fa7526 --- /dev/null +++ b/.claude/skills/epc-to-elmhurst-rdsap-inputs/SKILL.md @@ -0,0 +1,129 @@ +--- +name: epc-to-elmhurst-rdsap-inputs +description: Convert an EPC certificate (by UPRN, certificate number, or local epc.json) into a markdown sheet of Elmhurst Energy RdSAP entry-tool inputs, page by page, so a human can key them in and compare Elmhurst's SAP score against this repo's engine. Use when verifying SAP-calculator accuracy against Elmhurst, reproducing a lodged cert in Elmhurst, or when the user mentions Elmhurst, RdSAP inputs, or checking the SAP score for a UPRN/certificate. +--- + +# EPC β†’ Elmhurst RdSAP inputs + +Produces a markdown crib sheet for re-keying a real EPC certificate into +Elmhurst Energy's RdSAP entry tool, so the operator can read off Elmhurst's +SAP score and compare it to this engine's. The accuracy comparison is the +whole point β€” the markdown leads with **our engine's SAP score** as the +number to beat, and flags known divergences. + +This is prompt-driven: you read the cert's real values, look up each Elmhurst +field in [reference/mapping.md](reference/mapping.md), and format the result. +**Ground every number in the loaded `EpcPropertyData` and the engine's +computed values β€” never guess a code or area.** Codes you can't find in the +mapping reference must be looked up in the cited source file, not invented. + +## Workflow + +1. **Resolve the cert to an `EpcPropertyData`** (one of): + - **UPRN** β€” `scripts/fetch_real_life_epc_sample.py ` (fetches, saves to + `backend/epc_api/json_samples/real_life_examples//uprn_/epc.json`, + prints schema + lodged rating + engine output), or + `EpcClientService(auth_token=...).get_by_uprn()`. + - **Certificate number** β€” `EpcClientService.get_by_certificate_number()`. + - **Local json** β€” `EpcPropertyDataMapper.from_api_response(json.load(...))`. + + Token is in `backend/.env` (`OPEN_EPC_API_TOKEN`, else `EPC_AUTH_TOKEN`). + For a saved json, mock `httpx.get` to return `{"data": }` (see the + fetch script), or call the mapper directly. + +2. **Compute the engine's view** so the sheet shows real numbers, not guesses: + ```python + from domain.sap10_calculator.calculator import Sap10Calculator + from domain.sap10_calculator.rdsap.cert_to_inputs import cert_to_inputs + inputs = cert_to_inputs(epc) # window areas, U-values, fuel costs, cylinder + result = Sap10Calculator().calculate(epc) # our SAP score + per-end-use kWh + ``` + Pull window area from `inputs.heat_transmission.windows_w_per_k` + the + synthesised `epc.sap_windows`; U-values from `inputs.heat_transmission`; + fuel Β£/kWh from `inputs.*_fuel_cost_gbp_per_kwh`. + +3. **Write the markdown**, one section per Elmhurst page, in this order: + Property Description Β· Dimensions Β· Conservatory Β· Walls (incl. Party wall) Β· + Roofs Β· Floors Β· Openings (Windows, Doors) Β· Ventilation & Lighting + (Ventilation, Mechanical Ventilation, Air Pressure Test, Lighting) Β· + Space Heating (Main Heating 1, Main Heating 2, Community Heating, Meters) Β· + Water Heating (Water Heating + cylinder, Community Hot Water, Solar Water + Heating, WWHRS, FGHRS) Β· New Technologies (PV, Wind, Hydro, Special Features). + For each field give the **Elmhurst label**, the **value to enter**, and where + useful the **EES dropdown path** and **SAP code**. Use the lookup tables and + gotchas in [reference/mapping.md](reference/mapping.md). + +4. **Flag what must NOT be mapped / must be cleared.** Elmhurst pages carry + defaults and (when re-keying into an existing assessment) stale values that + silently survive and corrupt the result β€” a phantom 1st extension, a + room-in-roof area, a party-wall length, leftover window rows. For every + element the cert does **not** have, say so explicitly with the Elmhurst + field to blank and the value to set (usually empty or 0). The automated + filler (`scripts/hyde/elmhurst_fill.py`) and a human both rely on this list + β€” an unflagged absent element defaults to "present" and skews SAP. See the + **Fields to clear** section in Output shape below. + +5. **Save** the file next to the cert json as `elmhurst_inputs.md` + (e.g. `.../real_life_examples//uprn_/elmhurst_inputs.md`). + +6. **Tell the operator**: key it into Elmhurst, then report the SAP score (and + heating cost Β£ if shown). If it differs from our engine's score, that's a + calculator finding β€” capture it. + +## Output shape + +Start the file with a header block: +``` +# Elmhurst RdSAP inputs β€” UPRN (cert , ) +**Lodged SAP:** **Our engine:** ← compare Elmhurst against this +**Known divergences:** +``` +Then the page sections as tables: `| Elmhurst field | Value | Notes (SAP code / EES path) |`. + +End the file with a **Fields to clear in Elmhurst (do NOT map)** section β€” one +table listing every element the cert lacks but Elmhurst defaults or stale data +would otherwise assert. This is the explicit "absent" set the filler and the +operator clear: +``` +## Fields to clear in Elmhurst (do NOT map) +| Elmhurst field | Set to | Why absent | +|---|---|---| +| Property Description Β· 1st–4th Extension age band | (blank) | no extensions lodged | +| Property Description Β· Room-in-Roof age band | (blank) | no room-in-roof building part | +| Dimensions Β· Room(s) in Roof area | (blank) | ditto β€” leave empty, not 0 | +| Dimensions Β· 1st–4th Ext. sub-tabs | 0 / blank | single building part | +| Walls Β· Party wall | none/blank | `party_walls_w_per_k` = 0 | +| Openings Β· surplus window rows | delete | window count from glazed-area band only | +| Water Heating Β· cylinder | none | combi / instantaneous | +| Conservatory / PV / Wind / Hydro / WWHRS / FGHRS | none | not lodged | +``` +Give the **Elmhurst page Β· field**, the **cleared value** (prefer *blank* over +0 where the field is "not applicable"; some validators reject 0), and the +one-line reason. Absent β‰  zero everywhere β€” note which. + +## Critical gotchas (full detail in reference) + +- **Economy-7 / off-peak electricity** (`main_fuel_type`/`water_heating_fuel` 29): + Elmhurst meter type **must be Dual-rate / Economy 7 (7-hour)**, not Single. + Our engine has a **known over-rating bug** here β€” it prices 100% of off-peak + space heating + hot water at the 5.50p low rate instead of the SAP Table 12a + high/low split. Always flag this in the output for all-electric off-peak certs. +- **WWHRS**: `sap_heating.instantaneous_wwhrs` is **bath/shower ROOM counts** + (ADR-0028), NOT a heat-recovery device β†’ WWHRS = **No** unless a real unit is lodged. +- **Party wall** code 1 = Solid (U=0, Elmhurst "Solid"), not "Unable to determine". +- **Cylinder insulation** type 1 = Foam, 2 = Jacket. +- **Water heating** 903 = Electric immersion off-peak β†’ Elmhurst "Water Heater" + category, not "Boiler Circulator" (901 = from main system). +- **Windows** are synthesised from `glazed_area` band Γ— TFA β€” not real geometry. +- **Age band β€” pick by construction YEAR, not the engine's band letter.** The + live RdSAP-10 tool bands differently from `mapping.md`'s older table: it + offers `…K 2007-2011`, **`L 2012-2022`**, **`M 2023 onwards`**. A 2020 build + is **L** even though the engine labels `construction_age_band` "M". Map the + year to Elmhurst's on-screen band; flag the letter divergence. + +## Canonical example + +UPRN **10002468137** (cert `0215-2818-7357-9703-2145`, RdSAP-Schema-17.1): +all-electric high-heat-retention storage heaters on Economy 7, solid-brick +uninsulated end-terrace. **Lodged SAP 55 vs engine 62** β€” the over-rating that +motivated this skill. Use it to sanity-check output. diff --git a/.claude/skills/epc-to-elmhurst-rdsap-inputs/reference/mapping.md b/.claude/skills/epc-to-elmhurst-rdsap-inputs/reference/mapping.md new file mode 100644 index 00000000..1aab0298 --- /dev/null +++ b/.claude/skills/epc-to-elmhurst-rdsap-inputs/reference/mapping.md @@ -0,0 +1,231 @@ +# EpcPropertyData β†’ Elmhurst RdSAP field mapping + +Complete codeβ†’value reference for the `epc-to-elmhurst-rdsap-inputs` skill. +Every mapping cites its source in this repo. When a lodged code isn't listed +here, look it up in the cited source file β€” do **not** guess. + +Field names below are the GOV.UK API / `EpcPropertyData` cert fields. Elmhurst +labels are the entry-tool's on-screen labels. + +--- + +## Property Description + +| Cert field | Code β†’ value | +|---|---| +| `property_type` | 0=House, 1=Bungalow, 2=Flat, 3=Maisonette, 4=Park home | +| `built_form` | 1=Detached, 2=Semi-detached, 3=End-terrace, 4=Mid-terrace, 5=Enclosed end-terrace, 6=Enclosed mid-terrace | +| `construction_age_band` (England/Wales) | A=before 1900, B=1900–1929, C=1930–1949, D=1950–1966, E=1967–1975, F=1976–1982, G=1983–1990, H=1991–1995, I=1996–2002, J=2003–2006, K=2007 onwards | +| Storeys | count of distinct floors in `sap_building_parts[].sap_floor_dimensions` | +| Habitable / Heated rooms | `habitable_room_count` / `heated_room_count` | +| Extensions / Rooms in roof | `extensions_count`; rooms-in-roof only if a room-in-roof building part is lodged | + +## Dimensions + +From `sap_building_parts[].sap_floor_dimensions[]`. Type = `measurement_type` +(1 = Internal). One row per floor (`floor` 0 = ground/Lowest, 1 = 1st, …): +- Floor Area = `total_floor_area` +- Room Height = `room_height` +- Heat Loss Perimeter = `heat_loss_perimeter` +- Party Wall Length = `party_wall_length` +- Heated Basement only if a basement floor is lodged. + +## Conservatory + +`conservatory_type` 1 = none β†’ unchecked. `has_heated_separate_conservatory`. + +## Walls (Main + Party) + +**External / Main wall:** +| Cert field | Mapping | +|---|---| +| `wall_construction` | 3 = Solid brick (look up others in source if not 3) | +| Insulation | `wall_insulation_thickness` "NI" or `wall_insulation_type` NONE β†’ **As Built**; genuine retrofit (External/Internal/Filled) β†’ that type | +| `wall_dry_lined` | Y/N β†’ Dry-lining Yes/No | +| `wall_thickness` (mm) | Wall Thickness; `wall_thickness_measured` Y β†’ "Wall Thickness Unknown" unchecked | +| `sap_alternative_wall` | enter as Alternative Wall 1 (`wall_area`, same code mapping) | + +**Party wall** β€” `party_wall_construction` β†’ SAP10 wall code β†’ U-value +(source: `datatypes/epc/domain/mapper.py` `_API_PARTY_WALL_CONSTRUCTION_TO_SAP10`): +| Code | Meaning | U | Elmhurst "Type" | +|---|---|---|---| +| 0 / None | no lodging | β€” | (cascade default) | +| 1 | Solid masonry / timber / system | **0.0** | **Solid** | +| 2 | Cavity masonry, unfilled | 0.5 | Cavity (unfilled) | +| 3 | Cavity masonry, filled | 0.2 | Cavity (filled) | +| 4 (house) / 5 (flat) | Unable to determine | 0.25 | Unable to determine | + +⚠️ Do **not** leave a code-1 party wall as "Unable to determine" β€” that wrongly +adds ~0.25 Γ— area of heat loss and depresses the Elmhurst score. + +## Roofs + +| Cert field | Mapping | +|---|---| +| Type | loft access β†’ "PA Pitched (slates/tiles), access to loft"; flat / room-in-roof per description | +| `roof_insulation_location` | 2 = loft (at joists) β†’ Insulation "Joists" | +| `roof_insulation_thickness` | string e.g. "200mm" β†’ Insulation Thickness 200 mm (drives the default U) | + +## Floors + +| Cert field | Mapping | +|---|---| +| `floor_construction` | 1 = Solid; 4 = Solid (no-insulation variant); a "Suspended"-prefixed type only if genuinely suspended (timber vs not-timber matters for infiltration) | +| Insulation | "no insulation (assumed)" / `floor_insulation` absent β†’ **As built** | + +Source: `domain/sap10_calculator/worksheet/heat_transmission.py` floor logic. + +## Openings β€” Windows (RdSAP reduced-data, synthesised) + +RdSAP certs carry **no real window geometry**. The engine synthesises it +(`datatypes/epc/domain/mapper.py` `_synthesise_reduced_field_windows`): +``` +total_glazing_area = 0.148 Γ— total_floor_area Γ— band_multiplier # _RDSAP20_GLAZING_RATIO = 0.148 +split 4-way across orientations (1,3,5,7) = N, E, S, W # _RDSAP20_SYNTH_ORIENTATIONS +each window: width = area/4, height = 1.0 (height=1 so width carries the area) +``` +`glazed_area` band multiplier (`_RDSAP20_GLAZED_AREA_BAND_MULTIPLIER`): +| Code | Band | Γ— | +|---|---|---| +| 1 | Normal | 1.00 | +| 2 | More than typical | 1.25 | +| 3 | Less than typical | 0.81 | +| 4 | Much more than typical | 1.51 | +| 5 | Much less than typical | 0.62 | + +Per-window fields: +- Glazing Type: from `multiple_glazing_type`; when no explicit install date is + lodged use **"Double with unknown install date"** (don't assert a date band). + ⚠️ RdSAP-17.x/18/19 inherit RdSAP-20.0.0 glazing coefficients β€” the codeβ†’date-band + translation across the 17.1 ↔ RdSAP-10 boundary is a known fidelity risk; report the + U-value Elmhurst assigns vs the engine's effective `windows_w_per_k Γ· total area`. +- Frame Type: `pvc_window_frames` true β†’ PVC +- Glazing Gap: `glazing_gap` mm +- Orientation: not lodged β€” spread evenly N/E/S/W (matches the engine) +- Location: **External wall** +- Draught Proofed: `percent_draughtproofed` (100 β†’ checked) +- U-value / g-value: leave Elmhurst defaults; note them for comparison. + +## Openings β€” Doors + +`door_count` (Total), `insulated_door_count` (Insulated), draughtproofed = +`door_count` when `percent_draughtproofed` 100. Engine default uninsulated door +U = 3.0 W/mΒ²K, area 1.85 mΒ² β†’ `doors_w_per_k` β‰ˆ count Γ— 1.85 Γ— 3.0. + +## Air permeability (CRITICAL β€” q50 is AP50, not AP4) + +A lodged "Air permeability X mΒ³/h.mΒ² (as tested)" is a **q50** result (Blower-Door, +at 50 Pa). SAP/RdSAP infiltration line `(18) = AP50/20 + (8)` β€” Elmhurst's worksheet +labels it **"Measured/design AP50"** and divides by 20 (worksheet lines 17/18). + +⚠️ **Do not confuse with AP4** (air permeability at 4 Pa, from a *Pulse* test), +whose cascade is `(18) = 0.263 Γ— AP4^0.924 + (8)` β€” a much larger number for the +same value. Mapping a q50 onto the AP4 path massively over-counts infiltration +(e.g. q50 4.5 β†’ 1.0 ach vs the correct 4.5/20 = 0.225). The full-SAP mapper now +routes the lodged air permeability to `SapVentilation.air_permeability_ap50_m3_h_m2` +(the `/20` path); fixed in the uprn_10093116528 campaign (gov-API SAP 78β†’82, vs +Elmhurst worksheet 81). In Elmhurst enter it via Air Pressure Test β†’ **Blower Door** +β†’ result (and a certificate number, which the validation requires). + +## Ventilation & Lighting + +- **Ventilation**: open chimneys = `open_fireplaces_count`; flues/passive + vents/flueless gas fires/extract fans = lodged counts (0 if not lodged); + Fixed space cooling = `has_fixed_air_conditioning`. Draught Lobby not in RdSAP + house reduced-data β†’ leave default. +- **Mechanical Ventilation**: `mechanical_ventilation` 0 = natural β†’ unchecked. +- **Air Pressure Test**: RdSAP certs β†’ "Not available" (uses % draughtproofing). +- **Lighting**: SAP-2012 certs lodge **outlets**, not bulbs β€” + Total bulbs = `fixed_lighting_outlets_count`, + low energy = `low_energy_fixed_lighting_outlets_count`. RdSAP-10's bulb + methodology differs slightly, but lighting is a minor energy term. + +## Space Heating + +**Main Heating** β€” `sap_heating.main_heating_details[]`: +- `sap_main_heating_code` is the SAP code. e.g. **409 = High heat retention + storage heaters** (EES path: Electric β†’ Electric β†’ Storage β†’ High heat retention). +- `main_heating_control` is the controls SAP code. e.g. **2404 = Controls for + high heat retention storage heaters** (EES: Storage Radiator Systems β†’ CSD). +- `main_heating_fraction` β†’ Percentage of Heat (1 = 100%). +- `storage_heaters[]`: count + `high_heat_retention` flag β†’ the heater list. +- Only one main system β†’ leave Main Heating 2 empty. PCDF refs 0 unless a PCDF + boiler/control is lodged. Heat Emitter / Flue / Pump Age are wet-system fields β€” + N/A once a storage-heater code is chosen. + +**Secondary** β€” e.g. "Portable electric heaters (assumed)" β†’ Electric β†’ +Electric β†’ Room Heaters β†’ Panel/convector/radiant (SAP 691), standard-tariff +electricity (fuel 30). `secondary_heating_fraction` default 0.1. + +**Community Heating**: None unless community-heating lodged. + +**Meters** β€” `sap_energy_source`: +- `mains_gas` Y/N β†’ "Mains gas supply available" checkbox. +- Electricity meter type from the heating/HW **fuel code** (see below). +- `meter_type`; smart-meter flags if lodged. + +### Fuel codes & Economy-7 (CRITICAL β€” known engine bug) + +Table 32 unit costs, p/kWh (`domain/sap10_calculator/tables/table_32.py`): +| Code | Fuel | p/kWh | +|---|---|---| +| 30 | Electricity, standard tariff | 13.19 | +| 31 | 7-hour tariff **low / off-peak** | 5.50 | +| 32 | 7-hour tariff **high** | 15.29 | +| 33 | 10-hour low | 7.50 | +| 34 | 10-hour high | 14.68 | +| 35 | 24-hour heating tariff | 6.61 | +| 38 / 40 | 18-hour high / low | 13.67 / 7.41 | + +**`main_fuel_type` / `water_heating_fuel` 29 = off-peak (7-hour) electricity** β†’ +Elmhurst Electricity meter type = **Dual-rate / Economy 7 (7-hour)**, NOT Single. + +⚠️ **Known over-rating bug:** the engine prices **100% of off-peak space heating +AND hot water at the 5.50p low rate** (`inputs.space_heating_fuel_cost_gbp_per_kwh` += 0.055), instead of the SAP **Table 12a high/low split** (a portion at the 15.29p +high rate). This under-costs all-electric Economy-7 dwellings and inflates the SAP +score. Always surface this in the output's "Known divergences". Canonical case: +UPRN 10002468137 β€” lodged 55, engine 62. + +## Water Heating + +| Cert field | Mapping | +|---|---| +| `water_heating_code` | 901 = From main heating system (Elmhurst "Boiler Circulator"); **903 = Electric immersion, off-peak β†’ Elmhurst "Water Heater" category** (NOT Boiler Circulator) | +| `water_heating_fuel` | as Fuel codes above (29 = off-peak) | +| `has_hot_water_cylinder` | β†’ "Hot Water Cylinder Present" | +| `cylinder_size` | **code 2 = Normal / 110 L, code 3 = Medium / 160 L, code 4 = Large / 210 L** (RdSAP 10 Β§10.5 Table 28; source: `cert_to_inputs.py` `_CYLINDER_SIZE_CODE_TO_LITRES`). In Elmhurst pick the **litre value**, NOT the label β€” "Normal" = 110 L. | +| `cylinder_insulation_type` | **1 = factory Foam, 2 = loose Jacket** (source: `cert_to_inputs.py` `_CYLINDER_INSULATION_TYPE_LOOSE_JACKET = 2`) | +| `cylinder_insulation_thickness` | mm (38 mm β‰ˆ factory foam; jackets 80 mm+) | +| `immersion_heating_type` | **code 1 = DUAL, code 2 = SINGLE** (source: `cert_to_inputs.py` ~L5288, per RdSAP 10 Β§10.5 "assume dual on a dual/off-peak meter" + the API cohort). ⚠️ Do NOT read 1 as "single" β€” single vs dual flips the Table 13 high-rate fraction and can swing the SAP score several points (e.g. cert 10002468137: dual 0.131 β†’ SAP 61, single 0.571 β†’ SAP 57). Storage-heater / off-peak certs are almost always code 1 = dual. | + +- **Community Hot Water**: 0 unless lodged. +- **Solar Water Heating**: `solar_water_heating` Y/N. +- **Number of baths** (Elmhurst tab: **Water Heating β†’ WWHRS sub-tab β†’ "Total no. of Baths"**, NOT the main Water Heating sub-tab): the gov-API derives it from `sap_heating.instantaneous_wwhrs` ROOM counts β€” `number_baths = rooms_with_bath_and_or_shower + rooms_with_bath_and_mixer_shower`. ⚠️ Elmhurst defaults this to 0; set it to the derived count or the gov-API and Elmhurst hot-water demand diverge (e.g. cert 10002468137: 2 baths = +165 kWh HW β‰ˆ +Β£11 β‰ˆ +0.7 SAP). Keep WWHRS itself **No**. +- **WWHRS**: ⚠️ `sap_heating.instantaneous_wwhrs` holds **bath/shower ROOM + counts** (ADR-0028: `rooms_with_bath_and_or_shower`, `rooms_with_mixer_shower_no_bath`, + `rooms_with_bath_and_mixer_shower`) β€” it is **NOT** a heat-recovery device. + Set WWHRS = **No / not present** unless a genuine WWHRS unit is lodged. A + phantom WWHRS recovers heat and wrongly raises the Elmhurst score. +- **FGHRS**: `main_heating_details[].has_fghrs` Y/N (per main heating system). + +## New Technologies + +- **PV**: `sap_energy_source.photovoltaic_supply` β€” `none_or_no_details` β†’ None. +- **Wind**: `wind_turbines_count` 0 β†’ not present (terrain type irrelevant then). +- **Hydro**: 0 unless lodged. +- **Special Features (Appendix Q)**: none unless lodged. +- "Export capable meter" has no effect with no generation. + +--- + +## Source files + +| Concern | File | +|---|---| +| API β†’ EpcPropertyData mapper, party-wall & window synthesis | `datatypes/epc/domain/mapper.py` | +| cert β†’ calculator inputs, cylinder insulation, fuel costs | `domain/sap10_calculator/rdsap/cert_to_inputs.py` | +| heat transmission (U-values, floors, party walls) | `domain/sap10_calculator/worksheet/heat_transmission.py` | +| fuel unit costs | `domain/sap10_calculator/tables/table_32.py` | +| EPC fetch by UPRN | `scripts/fetch_real_life_epc_sample.py` | +| EPC client | `infrastructure/epc_client/epc_client_service.py` | diff --git a/.claude/skills/expand-sap-accuracy-corpus/SKILL.md b/.claude/skills/expand-sap-accuracy-corpus/SKILL.md new file mode 100644 index 00000000..9c2d4062 --- /dev/null +++ b/.claude/skills/expand-sap-accuracy-corpus/SKILL.md @@ -0,0 +1,117 @@ +--- +name: expand-sap-accuracy-corpus +description: Drive the per-UPRN SAP-accuracy corpus campaign. For each UPRN ensure the EPC-APIβ†’EpcPropertyData mapping exists (extend the mapper if the schema isn't covered), build the cert in Elmhurst (hyde Playwright automation), download its Input Summary + SAP Worksheets, reconcile our SAP calculator to within 0.5 of Elmhurst's accredited worksheet by fixing mapper gaps (not tuning), and pin a RealCertExpectation regression. Use when expanding SAP-calculator schema coverage/accuracy across many real certs, working the 100-UPRN worklist one at a time, validating the EPC mapper against Elmhurst, or when the user mentions the SAP accuracy corpus / Elmhurst worksheets / the UPRN campaign. +--- + +# Expand SAP accuracy corpus + +A campaign wrapper around **`validate-cert-sap-accuracy`**, run **one UPRN at a +time** over [worklist.md](worklist.md). Why a UPRN at a time: we are rewriting / +extending the mapper incrementally, and each pass should (a) widen EPC-schema +coverage, (b) fix one real mapper gap, (c) leave the skills/tests sharper for the +next UPRN. + +**Goal per UPRN:** our SAP calculator within **0.5 SAP** of Elmhurst's +accredited worksheet, the agreed score pinned as a `RealCertExpectation`. + +The big picture: an old EPC β†’ `EpcPropertyData` β†’ our SAP calculator predicts the +score the property would get unchanged. Elmhurst is the accredited ground truth; +its Input Summary (parsed back to `EpcPropertyData`) exposes mapper holes, and its +worksheet exposes calculator holes. + +## The loop (one UPRN) + +1. **Pick** the first `[ ]` UPRN in [worklist.md](worklist.md). +2. **Capture** β€” `PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py ` + β†’ `epc.json` + schema + engine SAP under `…/real_life_examples//uprn_/`. + - **`NOT MAPPABLE`** (schema uncovered, e.g. full SAP) β†’ this *is* the coverage + work: **extend the mapper** for that schema (`EpcPropertyDataMapper` / per-cert + mapper β€” Khalim's domain). Mark `πŸ”§ mapper-gap`, build it, re-run. Guard with + the RdSAP-21.0.1 corpus gauge (`test_sap_accuracy_corpus.py`). +3. **Inputs** β€” run the **`epc-to-elmhurst-rdsap-inputs`** skill on the UPRN β†’ + complete `elmhurst_inputs.md` (+ its **Fields to clear** section). +4. **Build in Elmhurst** (`scripts/hyde/`, mechanics in `elmhurst_README.md`): + `bash scripts/hyde/start_viewer.sh` (noVNC on :99) β†’ log in once + (`elmhurst_session.py login`) β†’ **create a NEW assessment for this UPRN** β†’ + fill from `elmhurst_inputs.md`: `elmhurst_fill.py` auto-fills the derivable + pages (incl. the boiler cascade) + the clears; key the πŸ”Έ fields by hand. Then + `elmhurst_download.py` saves **`elmhurst_summary.pdf`** + **`elmhurst_worksheet.pdf`** + into the sample dir. ⚠ The filler hard-codes one assessment + one cert's values + today β€” see **Limitations**. +5. **Compare** β€” `PYTHONPATH=/workspaces/model python scripts/compare_epc_paths.py ` + β†’ deep-diffs gov-API vs Elmhurst-parsed `EpcPropertyData`, runs **both** through + the engine, and prints Elmhurst's own worksheet SAP. Read it: engine-on-Elmhurst- + inputs β‰ˆ worksheet β‡’ calculator faithful; gov-API vs Elmhurst gap β‡’ input diffs. +6. **Reconcile to ≀0.5** β€” triage every field diff (use the + `epc-to-elmhurst-rdsap-inputs` `reference/mapping.md` for code semantics): + - **Elmhurst data-entry error** β†’ fix in Elmhurst, re-export, re-run step 5. + - **gov-API mapper gap** β†’ the leverage point. Fix the mapper **generically**; + never tune to one cert. Cosmetic diffs (codes vs strings, empty lists) are noise. + - **Genuine ground-truth** β†’ align both sides to the lodged data. +7. **Pin** β€” add a `RealCertExpectation` to + `tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py`; run it. If a + known engine bug still blocks, use `known_bug_xfail="…"` (strict xfail) β€” don't widen. +8. **Bank** β€” fold what you learned into `mapping.md` / this skill / the tests so + the next UPRN is easier, and set the worklist status (see legend). + +## Worklist status legend +`[ ]` todo Β· `[x]` pinned (≀0.5) Β· `πŸ”§` mapper extended Β· `⚠` xfail (engine bug) Β· +`β›”` blocked. Annotate each done line: `β€” Β· eng / elm Β· `. + +## Elmhurst build playbook (READ THIS before driving the browser) +Use **`scripts/hyde/elmhurst_lib.py`** β€” it encodes the auth + DOM gotchas below. +Pattern: `with E.session() as (ctx,page): E.goto(...); E.set_text/set_select(...); E.save_close(page)`. + +- **Auth is a SESSION cookie** β€” Playwright's persistent context does NOT restore + it across process launches, so the old "log in once, reuse session" flow breaks. + Instead **log in fresh every run** (`E.session()` reads creds from `ELM_ACCESS`/ + `ELM_PWD` or gitignored `scripts/hyde/.elmhurst-creds.json`). Assessment DATA + persists server-side via **Save & Close**, so you can build/verify ONE page per + run across separate processes. Start the viewer first: `bash scripts/hyde/start_viewer.sh`. +- **Build page-by-page, Save & Close each** β€” overwrite the reused assessment's + prior-UPRN state (incl. property type House↔Flat, which reveals/hides fields). + After each `set_*`, the page AutoPostBacks β€” re-locate the next control. +- **Sub-tabs hide fields** β€” Doors, Air Pressure Test, Lighting, FGHRS etc. are + Ajax tabs; their inputs exist in the DOM but are invisible until you + `E.click_tab(page, "TabContainer_TabPanelPanel")`. Forgetting this β†’ "element + not visible" timeouts AND missing-required-field validation errors. +- **Window grid is the hard part.** (a) delete is a Yes/No MODAL + (`E.delete_first_window`); (b) it WON'T delete the last row; (c) **each Add wipes + the previously-added row** β†’ multi-row entry doesn't stick. So enter **ONE + combined window**: `E.add_combined_window(page, total_glazed_area, orientation)` + then delete the prior rows. Use a standard band glazing ("Double post or during + 2022" β‰ˆ U1.4/g0.72) β€” the "...known data" option demands per-row Frame-Factor/ + Data-Source/Location/Building-Part and fails validation. Trust the grid only + after Save & Close + reload (the live grid mis-shows older rows as 0.00). +- **U-value-known overrides** (walls/roof/floor) don't toggle via automation β†’ + accept the natural RdSAP age-band U-value; note the divergence for reconciliation. +- **Recommendations page = validation gate.** It must show ZERO errors before the + summary/worksheet PDFs download. Usual culprits: insulated-door U-value, and the + air-pressure-test **certificate number** (required when method=Blower Door). +- **Air permeability**: enter the lodged q50 via Air Pressure Test β†’ Blower Door β†’ + result. Elmhurst treats it as **AP50** and uses `(18)=AP50/20+(8)` (worksheet + lines 17/18). This drove the first campaign mapper fix β€” see Banked findings. + +## Banked findings (fold new ones in here as the corpus grows) +- **Air-permeability AP50 fix** (uprn_10093116528, the first campaign cert): the + full-SAP mapper was routing the lodged q50 to the engine's AP4/Pulse formula + (`0.263Γ—AP4^0.924`) instead of the AP50 `/20` path β€” a big infiltration + over-count. Fixed via `SapVentilation.air_permeability_ap50_m3_h_m2` + + `_sap_17_1_ventilation` + `cert_to_inputs`. Re-pinned uprn_10092973954 77β†’80. + See `epc-to-elmhurst-rdsap-inputs/reference/mapping.md` (Air permeability). +- **Full-SAP-through-RdSAP residual β‰ˆ +1–2 SAP** is expected and usually NOT a + bug: the engine uses the cert's *measured* U-values (often better than RdSAP + age-band proxies) and Elmhurst RdSAP uses age-band defaults + a party-wall + default. Pin the engine's observed value; document the Elmhurst delta (don't tune). +- **FGHRS** (full-SAP `has_fghrs`/`fghrs_index_number`) is dropped by the mapper + and not yet modelled β€” omit it on BOTH sides so the comparison stays clean. + +## Limitations / next improvements (make the campaign scale) +- **Per-assessment GUID** β€” `elmhurst_lib.py` reuses one `ASSESSMENT_GUID` + (Khalim-test), overwritten per UPRN. For parallelism, create one assessment per + UPRN and parameterize the GUID. +- **Data-driven fill** β€” `elmhurst_lib.py` gives the primitives; a per-cert driver + that reads field values straight from `elmhurst_inputs.md` (or a JSON sidecar) + would remove the remaining hand-keying. `elmhurst_fill.py` is the older template. +- **More dialogs** β€” boiler cascade is automatable; the control-code (2110) and + FGHRS/MV-unit search dialogs still need the openβ†’searchβ†’selectβ†’OK pattern. diff --git a/.claude/skills/expand-sap-accuracy-corpus/start-prompt.md b/.claude/skills/expand-sap-accuracy-corpus/start-prompt.md new file mode 100644 index 00000000..16127a59 --- /dev/null +++ b/.claude/skills/expand-sap-accuracy-corpus/start-prompt.md @@ -0,0 +1,39 @@ +# Start prompt β€” run the corpus campaign one UPRN at a time + +Paste the block below into Claude to process the **next** UPRN. It does exactly +one UPRN and stops; reply **"next"** (or re-paste) to advance. Reuses the single +Elmhurst assessment/GUID and overwrites it each time β€” the EPC-API ↔ Input-Summary +diff in the Compare step is the safety net for leftover state. + +--- + +``` +Run the `expand-sap-accuracy-corpus` skill to process the NEXT UPRN, ONE at a time. + +1. Open `.claude/skills/expand-sap-accuracy-corpus/worklist.md` and take the first `[ ]` UPRN. +2. Run that single UPRN through the skill's loop: + - Capture: `PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py `. + If it prints NOT MAPPABLE (schema uncovered), that's the job β€” extend the + EpcPropertyDataMapper for that schema generically, then re-run. Guard with the + RdSAP-21.0.1 corpus gauge. + - Inputs: run the `epc-to-elmhurst-rdsap-inputs` skill on the UPRN β†’ complete + `elmhurst_inputs.md` (with the "Fields to clear" section). + - Build in Elmhurst, REUSING the existing assessment: + GUID B44A0DB4-4C08-4241-B818-86F060172105 (the "Khalim-test" cert). + `bash scripts/hyde/start_viewer.sh` (noVNC on :99). The filler's PAGES values + are from the previous cert β€” update them to THIS cert's values from the new + `elmhurst_inputs.md` (it's one-at-a-time, so editing the specs is fine), set + AND clear every field (overwrite the prior UPRN's state β€” use the Fields-to-clear + list), and key the πŸ”Έ dialog fields by hand. Then run `elmhurst_download.py` + to save `elmhurst_summary.pdf` + `elmhurst_worksheet.pdf` into the sample dir. + NEVER click Submit. + - Compare: `PYTHONPATH=/workspaces/model python scripts/compare_epc_paths.py `. + - Reconcile to ≀0.5 SAP: fix mapper gaps GENERICALLY (never tune to one cert); + Elmhurst's Input Summary diff localises them. Cosmetic diffs are noise. + - Pin a RealCertExpectation in + tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py and run it. + Use strict known_bug_xfail for a known engine bug instead of widening. + - Update that worklist line: [x]/πŸ”§/⚠/β›” β€” Β· eng / elm Β· . +3. STOP after this one UPRN. Report: schema, any mapper changes, engine vs Elmhurst + SAP and what reconciled them, and the test result. Then wait for me to say "next". +``` diff --git a/.claude/skills/expand-sap-accuracy-corpus/worklist.md b/.claude/skills/expand-sap-accuracy-corpus/worklist.md new file mode 100644 index 00000000..c062be22 --- /dev/null +++ b/.claude/skills/expand-sap-accuracy-corpus/worklist.md @@ -0,0 +1,139 @@ +# SAP accuracy corpus β€” UPRN worklist + +Process **one at a time**, top to bottom (see [SKILL.md](SKILL.md)). After each +UPRN, tick it and annotate: `β€” Β· eng / elm Β· `. + +**Legend:** `[ ]` todo Β· `[x]` pinned (≀0.5) Β· `πŸ”§` mapper extended Β· `⚠` xfail +(engine bug) Β· `β›”` blocked. + +**Worked reference (not in the 100):** `uprn_10092973954` (SAP-Schema-17.1, +2020 new-build flat) β€” full loop proven: eng 77 / elm 78, engine-on-Elmhurst- +inputs 79 (calculator faithful within ~1). Use it to sanity-check the pipeline. + +## E2E testing set + +UPRNs needed for end-to-end testing (also tracked in The 100 below). + +| UPRN | Schema | Status | Engine SAP | Notes | +|---|---|---|---|---| +| 10093116528 | SAP-17.1 | βœ… pinned | 82 (elm 81) | full-SAP semi; AP50 fix | +| 10093116543 | SAP-17.1 | βœ… pinned | 81 (elm 77) | 2017 gas-combi semi | +| 10093116529 | SAP-17.1 | βœ… pinned | 81 (elm 78) | 2017 gas-combi g/f flat; party-wall fix | +| 100020933699 | SAP-16.2 | πŸ”§ mapper + glazing fix | 71 (lodged 70) | RdSAP-shaped; single-glazing fix; Elmhurst validation pending | +| 44012843 | SAP-16.3 | πŸ”§ mapper added | 79 (lodged 81) | same 16.x reduced-field path; Elmhurst pending | +| 10023444324 | SAP-17.0 | πŸ”§ mapper added | 80 (lodged 82) | full-SAP shape = 17.1; Elmhurst pending | +| 10023444320 | SAP-17.0 | πŸ”§ mapper added | 81 (lodged 81) | full-SAP shape = 17.1; Elmhurst pending | + +**All 7 e2e UPRNs now map and produce engine SAP scores.** Schema coverage added this session: SAP-16.2, SAP-16.3 (reduced-field β†’ RdSAP-17.1 path), SAP-17.0 (full-SAP β†’ 17.1 path). + +## Strategy note (2026-06-17) +Doing the **similar certs first** for speed: the `10093116xxx` series are all +2017 Emsworth new-builds (full-SAP, mains-gas combi, measured U-values), so the +Elmhurst assessment config (House/Semi or bungalow Β· band L Β· cavity/As-Built Β· +pitched/Unknown roof Β· combi/no-cylinder) is reused per cert β€” each build is +fast. Pattern is rock-solid: engine β‰ˆ lodgedβˆ’1, Elmhurst worksheet β‰ˆ engineβˆ’4/5 +(documented full-SAPβ†’RdSAP residual). Pin the engine value. DONE: 528/543/529/324. +Skip the 🚩 MVHR / 🚩 heat-pump-fuel and β›” sparse certs. + +## The 100 + +- [x] πŸ”§ 10093116528 β€” SAP-17.1 (full-SAP semi) Β· eng 82 / elm 81 Β· πŸ”§ air-perm AP50 fix: q50 Blower-Door routed to (18)=AP50/20 not the AP4/Pulse formula (was eng 78). Residual +1 = lodged-U vs RdSAP age-band-U; FGHRS (60031) omitted both sides. Worked-ref 10092973954 re-pinned 77β†’80 by same fix. +- [x] 10093116543 β€” SAP-17.1 (2017 gas-combi semi) Β· eng 81 / elm 77 (lodged 82) Β· PINNED engine 81. +4 = documented full-SAPβ†’RdSAP residual, NOT a mapper bug: ~1.5 floor-U (cert lodges measured 0.11 vs Elmhurst RdSAP solid default 0.23; U-known override disabled) + ~1 boiler-eff (cert PCDB 17644 88.5% vs Elmhurst generic BGW combi 84%; PCDB search disabled, 89% cascade option is a regular boiler needing a cylinder) + ~0.5 roof band-L/infil. Conservatory leftover from prior cert cleared (worksheet 73β†’77). No mapper change. +- [x] πŸ”§ 10093116529 β€” SAP-17.1 (2017 gas-combi ground-floor FLAT, TFA 49) Β· eng 81 / elm 78 (lodged 81) Β· PINNED engine 81. πŸ”§ FIXED a real calc bug: full-SAP flats took the 0.25 house party-wall default instead of the RdSAP Table-15 flat 0.0 (flatness is in dwelling_type, not property_type) β€” heat_transmission._is_flat_or_maisonette_dwelling; +regression test. Cert lodges party u_value 0; Elmhurst worksheet 0.0; fix 80β†’81. Residual +3 vs Elmhurst = documented full-SAPβ†’RdSAP gap (measured wall 0.184/floor 0.12 + PCDB 88.5% vs generic 84%). Calculator faithful: fed Elmhurst's Us, HTC 93.4 vs ~94. Houseβ†’Flat Elmhurst switch (storeysβ†’1, roofβ†’another-dwelling-above). No mapper change. +- [ ] πŸ”§ 100020933699 β€” SAP-16.2 SCHEMA COVERAGE ADDED (end-terrace house, band G). 16.2 is structurally RdSAP-17.1 (reduced fields, glazed_area band, construction-code building parts) under a different name; mapped via `_normalize_sap_schema_16_2` (renames windowsβ†’window, main_gasβ†’mains_gas, boiler_index_numberβ†’main_heating_index_number, wwhrsβ†’instantaneous_wwhrs + defaults) β†’ reuses from_rdsap_schema_17_1. πŸ”§ Also fixed: "Single glazed" description honoured when multiple_glazing_type="ND" (was defaulting to double; RdSAP-21 code 5) β†’ eng 72β†’71. +4 regression tests, sap_16_2.json fixture, 0 new pyright errors. eng 71 / lodged 70. ⚠ Known gap: 16.2 lodges no party_wall_length β†’ end-terrace party wall unmodelled (likely the residual +1). ⏳ Elmhurst build (partial: PropDesc/Dims/Walls/Roofs done) + pin still pending. +- [ ] πŸ”§ 44012843 β€” SAP-16.3 schema coverage (same _normalize_sap_schema_16_x reduced-field path as 16.2) Β· eng 79 / lodged 81 Β· g/f flat band K Β· Elmhurst pin pending +- [ ] πŸ”§ 10023444324 β€” SAP-17.0 schema coverage (full-SAP shape ≑ 17.1; dispatched to from_sap_schema_17_1, no normalization) Β· eng 80 / lodged 82 Β· Elmhurst pin pending +- [⚠] 10092970673 β€” SAP-17.0 Β· eng 77 / lodged 86 Β· 🚩 MVHR idx 500418 not credited (flagged) +- [⚠] 10094601287 β€” SAP-18.0.0 Β· eng 80 / lodged 84 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [ ] 10090844932 β€” RdSAP-20.0.0 Β· eng 78 / lodged 78 +- [β›”] 10090844948 β€” SAP-16.3 Β· NOT MAPPABLE (ValueError: RdSapSchema17_1: missing required field ) +- [ ] 100090182288 β€” SAP-16.2 Β· eng 71 / lodged 71 +- [⚠] 10093114053 β€” SAP-17.0 Β· eng 93 / lodged 79 Β· 🚩 heat-pump fuel-39 (flagged) +- [ ] 10091568921 β€” SAP-17.1 Β· eng 82 / lodged 85 +- [ ] 10093718424 β€” SAP-17.1 Β· eng 81 / lodged 84 +- [ ] 10022893721 β€” RdSAP-18.0 Β· eng 79 / lodged 79 +- [ ] 10023443426 β€” RdSAP-21.0.1 Β· eng 76 / lodged 76 +- [ ] 10093412452 β€” SAP-17.1 Β· eng 81 / lodged 84 +- [β›”] 10014314798 β€” SAP-16.2 Β· NOT MAPPABLE (ValueError: RdSapSchema17_1: missing required field ) +- [⚠] 10094601294 β€” SAP-18.0.0 Β· eng 81 / lodged 84 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [ ] 10090343335 β€” SAP-17.0 Β· eng 86 / lodged 88 +- [ ] 10093115480 β€” SAP-17.1 Β· eng 81 / lodged 81 +- [ ] 68151071 β€” RdSAP-17.0 Β· eng 68 / lodged 70 +- [ ] 100021985993 β€” SAP-16.2 Β· eng 74 / lodged 70 +- [ ] 100020665611 β€” RdSAP-20.0.0 Β· eng 36 / lodged 37 +- [⚠] 10093388044 β€” SAP-17.1 Β· eng 87 / lodged 93 Β· 🚩 heat-pump fuel-39 (flagged) +- [ ] 10090944225 β€” SAP-17.0 Β· eng 81 / lodged 82 +- [⚠] 10090341811 β€” SAP-17.0 Β· eng 80 / lodged 89 Β· 🚩 MVHR idx 500352 not credited (flagged) +- [ ] 10010215568 β€” RdSAP-17.1 Β· eng 75 / lodged 74 +- [⚠] 10093117227 β€” SAP-17.1 Β· eng 90 / lodged 80 Β· 🚩 heat-pump fuel-39 (flagged) +- [⚠] 10023444170 β€” SAP-17.0 Β· eng 80 / lodged 83 Β· 🚩 MVHR idx 500167 not credited (flagged) +- [ ] 100020980961 β€” SAP-16.3 Β· eng 66 / lodged 65 +- [ ] 200003714056 β€” RdSAP-20.0.0 Β· eng 72 / lodged 74 +- [⚠] 10094601280 β€” SAP-18.0.0 Β· eng 81 / lodged 84 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [⚠] 10093386418 β€” SAP-17.1 Β· eng 81 / lodged 82 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [⚠] 100090108846 β€” RdSAP-20.0.0 Β· eng 64 / lodged 79 Β· 🚩 heat-pump fuel-39 (flagged) +- [x] 10093116324 β€” SAP-17.1 (2017 gas-combi semi-detached BUNGALOW, TFA 52) Β· eng 79 / elm 74 (lodged 80) Β· PINNED engine 79. +5 = documented full-SAPβ†’RdSAP residual (measured wall 0.19/floor 0.12/roof 0.12 + PCDB combi 17505 88.5% vs Elmhurst RdSAP band-L defaults + generic 84%). Build clean (storeys=1, no conservatory). No mapper change. +- [ ] 10094895444 β€” SAP-18.0.0 Β· eng 82 / lodged 85 +- [⚠] 10092973960 β€” SAP-17.1 Β· eng 80 / lodged 84 Β· 🚩 MVHR idx 500229 not credited (flagged) +- [ ] 10012028763 β€” SAP-17.1 Β· eng 85 / lodged 83 +- [ ] 10093049867 β€” SAP-17.0 Β· eng 81 / lodged 87 +- [x] 10093116336 β€” SAP-17.1 (2017 gas-combi semi-detached HOUSE 2-storey, TFA 91) Β· eng 83 / elm 79 (lodged 84) Β· PINNED engine 83. +4 = documented full-SAPβ†’RdSAP residual. Build clean (storeys=2). No mapper change. +- [ ] 100020235156 β€” SAP-16.2 Β· eng 75 / lodged 74 +- [x] 10093116334 β€” SAP-17.1 (2017 gas-combi semi-detached BUNGALOW, TFA 52, sibling of 324) Β· eng 81 / elm 77 (lodged 82) Β· PINNED engine 81. +4 = documented full-SAPβ†’RdSAP residual (measured U + PCDB combi 17505 88.5% vs RdSAP band-L defaults + generic 84%). Build clean. No mapper change. +- [β›”] 10014314853 β€” SAP-16.3 Β· NOT MAPPABLE (ValueError: RdSapSchema17_1: missing required field ) +- [ ] 10013924849 β€” RdSAP-21.0.1 Β· eng 82 / lodged 80 +- [ ] 100062116493 β€” SAP-16.2 Β· eng 69 / lodged 68 +- [⚠] 10091636116 β€” SAP-17.0 Β· eng 80 / lodged 88 Β· 🚩 MVHR idx 500249 not credited (flagged) +- [ ] 10093049853 β€” SAP-17.0 Β· eng 82 / lodged 87 +- [ ] 10093390790 β€” SAP-17.1 Β· eng 79 / lodged 82 +- [ ] 10093116330 β€” SAP-17.1 Β· eng 82 / lodged 83 +- [ ] 10093116326 β€” SAP-17.1 Β· eng 82 / lodged 82 +- [ ] 10090317693 β€” SAP-17.0 Β· eng 81 / lodged 88 +- [ ] 10090034872 β€” SAP-17.0 Β· eng 83 / lodged 85 +- [ ] 10093115985 β€” SAP-17.1 Β· eng 81 / lodged 83 +- [ ] 10023230742 β€” RdSAP-17.0 Β· eng 78 / lodged 81 +- [ ] 10009432998 β€” RdSAP-19.0 Β· eng 78 / lodged 78 +- [ ] 100022015916 β€” SAP-16.3 Β· eng 67 / lodged 66 +- [⚠] 202211170 β€” SAP-17.0 Β· eng 82 / lodged 89 Β· 🚩 MVHR idx 500438 not credited (flagged) +- [ ] 200003400077 β€” SAP-16.3 Β· eng 68 / lodged 70 +- [ ] 100061795739 β€” RdSAP-17.0 Β· eng 72 / lodged 65 +- [⚠] 10093305101 β€” SAP-17.1 Β· eng 81 / lodged 85 Β· 🚩 MVHR idx 500140 not credited (flagged) +- [ ] 100020933894 β€” SAP-16.0 Β· eng 61 / lodged 56 +- [ ] 100020937013 β€” RdSAP-20.0.0 Β· eng 70 / lodged 73 +- [ ] πŸ”§ 10023444320 β€” SAP-17.0 schema coverage (full-SAP ≑ 17.1) Β· eng 81 / lodged 81 Β· Elmhurst pin pending +- [ ] 100062188801 β€” SAP-16.3 Β· eng 68 / lodged 70 +- [ ] 10008048040 β€” SAP-16.2 Β· eng 77 / lodged 75 +- [ ] 10093101966 β€” SAP-17.1 Β· eng 82 / lodged 84 +- [⚠] 10093084691 β€” SAP-17.1 Β· eng 80 / lodged 84 Β· 🚩 MVHR idx 500229 not credited (flagged) +- [ ] 100061086424 β€” RdSAP-17.0 Β· eng 68 / lodged 83 Β· ⚠ gap -15 (review) +- [ ] 10023443568 β€” SAP-17.0 Β· eng 84 / lodged 84 +- [ ] 100090182702 β€” RdSAP-17.0 Β· eng 55 / lodged 56 +- [⚠] 10090342180 β€” SAP-17.0 Β· eng 87 / lodged 78 Β· 🚩 heat-pump fuel-39 (flagged) +- [ ] 200003398613 β€” SAP-16.3 Β· eng 80 / lodged 79 +- [ ] 10093718415 β€” SAP-17.1 Β· eng 82 / lodged 85 +- [ ] 100061850726 β€” RdSAP-20.0.0 Β· eng 77 / lodged 76 +- [⚠] 10091636031 β€” SAP-17.0 Β· eng 79 / lodged 85 Β· 🚩 MVHR idx 500249 not credited (flagged) +- [β›”] 10014314830 β€” SAP-16.2 Β· NOT MAPPABLE (ValueError: RdSapSchema17_1: missing required field ) +- [⚠] 202211161 β€” SAP-17.0 Β· eng 83 / lodged 88 Β· 🚩 MVHR idx 500438 not credited (flagged) +- [ ] 10094895409 β€” SAP-18.0.0 Β· eng 82 / lodged 85 +- [ ] 100060930947 β€” RdSAP-17.0 Β· eng 71 / lodged 72 +- [⚠] 10093388053 β€” SAP-17.1 Β· eng 87 / lodged 94 Β· 🚩 heat-pump fuel-39 (flagged) +- [ ] 100020973465 β€” SAP-16.2 Β· eng 64 / lodged 61 +- [ ] 100062190000 β€” RdSAP-19.0 Β· eng 77 / lodged 79 +- [ ] 10093114178 β€” SAP-17.1 Β· eng 82 / lodged 84 +- [ ] 10093303593 β€” SAP-17.1 Β· eng 82 / lodged 85 +- [ ] 10093303465 β€” SAP-17.1 Β· eng 82 / lodged 84 +- [⚠] 10091194525 β€” SAP-17.0 Β· eng 82 / lodged 82 Β· 🚩 MVHR idx 500259 not credited (flagged) +- [⚠] 10093386427 β€” SAP-17.1 Β· eng 79 / lodged 88 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [ ] 10002917849 β€” RdSAP-20.0.0 Β· eng 69 / lodged 71 +- [ ] 100020212302 β€” RdSAP-17.0 Β· eng 75 / lodged 73 +- [ ] 10012028772 β€” SAP-17.1 Β· eng 85 / lodged 83 +- [ ] 10093083532 β€” SAP-17.0 Β· eng 83 / lodged 84 +- [⚠] 10090034761 β€” SAP-17.0 Β· eng 77 / lodged 83 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [ ] 10070622696 β€” RdSAP-17.0 Β· eng 68 / lodged 67 +- [ ] 200003725383 β€” RdSAP-20.0.0 Β· eng 72 / lodged 73 +- [⚠] 10093387673 β€” SAP-17.1 Β· eng 81 / lodged 82 Β· 🚩 MVHR idx 500230 not credited (flagged) +- [ ] 10093412389 β€” SAP-17.1 Β· eng 81 / lodged 84 +- [⚠] 10090343767 β€” SAP-17.0 Β· eng 79 / lodged 91 Β· 🚩 MVHR idx 500352 not credited (flagged) +- [ ] 10090845805 β€” SAP-17.0 Β· eng 82 / lodged 87 +- [ ] 10013924858 β€” SAP-17.0 Β· eng 81 / lodged 84 diff --git a/.claude/skills/validate-cert-sap-accuracy/SKILL.md b/.claude/skills/validate-cert-sap-accuracy/SKILL.md new file mode 100644 index 00000000..a7d84c46 --- /dev/null +++ b/.claude/skills/validate-cert-sap-accuracy/SKILL.md @@ -0,0 +1,97 @@ +--- +name: validate-cert-sap-accuracy +description: Run the end-to-end loop that validates this repo's SAP calculator against accredited Elmhurst Energy for one real EPC certificate, then locks the result into the regression test corpus. Capture a cert by UPRN β†’ generate Elmhurst inputs β†’ (human builds it in Elmhurst) β†’ diff the gov-API vs Elmhurst EpcPropertyData and run both through our engine β†’ reconcile to convergence β†’ pin the agreed SAP score in the accuracy test. Use when validating/expanding SAP-calculator accuracy against Elmhurst, adding a cert to the accuracy corpus, or when the user wants to "check a cert against Elmhurst" / "add another accuracy test". +--- + +# Validate cert SAP accuracy (gov-API ↔ Elmhurst) + +Separates **calculator** correctness from **mapper** fidelity by computing the +same property two ways and reconciling them, then freezes the agreed score as +a regression pin. Files land in the corpus location so the suite grows. + +Sample home for every cert: `backend/epc_api/json_samples/real_life_examples//uprn_/` +(`epc.json`, `elmhurst_inputs.md`, `elmhurst_summary.pdf`, `elmhurst_worksheet.pdf`). + +## Workflow + +1. **Capture the cert** (gov-EPC API β†’ saved json + our engine's score): + ``` + PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py + ``` + Writes `real_life_examples//uprn_/epc.json` and prints schema, + lodged rating, and our engine's SAP + per-end-use kWh. Note the schema: + only RdSAP schemas map today (full SAP `SAP-Schema-*` is partial). + +2. **Generate the Elmhurst input sheet** β€” invoke the **`epc-to-elmhurst-rdsap-inputs`** + skill on the UPRN. It writes `elmhurst_inputs.md` next to the json, page by + page, with the codeβ†’value mappings (cylinder, immersion, baths, glazing, …). + +3. **Human builds it in Elmhurst** from `elmhurst_inputs.md`, then exports the + **Summary PDF** and the **SAP-10.2 worksheet PDF**, saving them in the sample + dir as **`elmhurst_summary.pdf`** and **`elmhurst_worksheet.pdf`**. (This is + the only manual step β€” Elmhurst is the accredited ground truth.) + - **Clear the absent elements**, not just the present ones. Work the + `elmhurst_inputs.md` **Fields to clear (do NOT map)** section: blank every + phantom extension, room-in-roof, party wall, surplus window row, cylinder, + etc. An element left at an Elmhurst default reads as *present* and skews + SAP β€” a class of error that hides on collapsed sub-tabs (1st Ext., etc.). + - `scripts/hyde/elmhurst_fill.py` can drive this (Playwright): it sets and + **clears** fields page by page, navigating to persist (Save & Close = DB + commit). It is a re-keying aid; Elmhurst remains the ground truth. + +4. **Compare the two paths**: + ``` + PYTHONPATH=/workspaces/model python scripts/compare_epc_paths.py + ``` + Builds `EpcPropertyData` from the gov-API json AND from the Elmhurst summary + (`parse_site_notes_pdf`), deep-diffs them, runs BOTH through `Sap10Calculator`, + and prints Elmhurst's own worksheet SAP (258). Reading it: + - **Our engine on Elmhurst inputs β‰ˆ Elmhurst's worksheet SAP** β†’ calculator is + correct (it reproduces accredited Elmhurst on identical inputs). + - **gov-API SAP vs Elmhurst-PDF SAP gap** β†’ input differences only. The field + diff localises them. + +5. **Reconcile to convergence.** Triage each field diff (use the + `epc-to-elmhurst-rdsap-inputs` skill's `reference/mapping.md` for code + semantics β€” cylinder code 2=110 L, immersion code 1=dual, baths on the WWHRS + sub-tab, etc.): + - **Elmhurst data-entry error** (e.g. swapped floor dims, wrong cylinder/ + immersion, missing baths, wrong postcode/region) β†’ fix in Elmhurst, re-export, + re-run step 4. + - **gov-API mapper gap** (e.g. lodged alt-wall dropped) β†’ a real per-cert-mapper + fix; flag it (Khalim's domain) β€” don't tune to mask it. + - **Genuine ground-truth question** (what the property *actually* is) β†’ the + assessor/user settles it; align both sides to the lodged data. + Target: gov-API and a correctly-built Elmhurst within ~0.5 SAP. Cosmetic / + representation diffs (codes vs strings, empty `EnergyElement` lists) are noise. + +6. **Lock it in.** Once converged on a value you trust, add a case to + `tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py`: + ```python + RealCertExpectation( + schema="", sample="uprn_", + cert_num="", sap_score=, + ) + ``` + with a comment recording the ground truth + what reconciled it. If a known + engine bug still blocks it, use `known_bug_xfail="…"` (strict xfail) instead + of widening. Run `pytest tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py` + β€” it must pass (or xfail with the documented reason). + +## Notes + +- The sample dir IS the corpus entry β€” capturing + saving the PDFs there is all + the "expand the tests" bookkeeping needed; step 6 is what activates it. +- `sap_score` pins the gov-API engine's integer SAP (the production path). Add + per-end-use kWh pins to the same `RealCertExpectation` later (worksheet- + validated) to tighten coverage. +- Don't tune the mapper to a single cert β€” pin the observed value and fix mapper + gaps generically, guarded by the RdSAP-21.0.1 corpus gauge + (`tests/infrastructure/epc_client/test_sap_accuracy_corpus.py`). + +## Worked example + +UPRN **10002468137** (`RdSAP-Schema-17.1`): gov-API 60.92, Elmhurst 61 β€” converged +after aligning dual immersion, 110 L cylinder, and 2 baths. Pinned `sap_score=61`. +The journey closed an off-peak-water-heating bug (Table 13) and a reduced-field +window-U bug; the calculator matched Elmhurst's cost to the penny throughout. diff --git a/.devcontainer/asset_list/docker-compose.yml b/.devcontainer/asset_list/docker-compose.yml index d567162b..8c3bab40 100644 --- a/.devcontainer/asset_list/docker-compose.yml +++ b/.devcontainer/asset_list/docker-compose.yml @@ -1,4 +1,7 @@ version: '3.8' +# Unique Compose project name (see backend/docker-compose.yml) so this repo's +# devcontainer doesn't collide with other model-* clones. +name: landlord-asset-list services: model-sal: diff --git a/.devcontainer/backend/Dockerfile b/.devcontainer/backend/Dockerfile index 9a75ffc7..f9fa2902 100644 --- a/.devcontainer/backend/Dockerfile +++ b/.devcontainer/backend/Dockerfile @@ -6,11 +6,23 @@ ARG USER_UID=1000 ARG USER_GID=1000 ARG DEBIAN_FRONTEND=noninteractive -# 1) Toolchain + utilities for building libpostal, plus LazyVim deps +# 1) Toolchain + utilities for building libpostal, plus LazyVim deps. +# poppler-utils provides `pdfinfo`, required by backend/documents_parser (the +# Elmhurst Input-Summary / SAP-worksheet PDF fixtures in the SAP corpus tests +# shell out to it). RUN apt-get update && apt-get install -y --no-install-recommends \ sudo jq vim curl git ca-certificates wget \ build-essential pkg-config automake autoconf libtool \ - ripgrep fd-find make unzip bash-completion \ + ripgrep fd-find make unzip bash-completion poppler-utils \ + && rm -rf /var/lib/apt/lists/* + +# 1b) Headed-browser viewer stack for the hyde Elmhurst automation. +# scripts/hyde/start_viewer.sh chains these: Xvfb (virtual :99 screen) -> +# fluxbox (window manager) -> x11vnc (VNC on 5900) -> novnc/websockify +# (browser-accessible desktop on 6080). Lets a human watch/click the headed +# Playwright browser while building certs in Elmhurst. +RUN apt-get update && apt-get install -y --no-install-recommends \ + xvfb fluxbox x11vnc novnc websockify \ && rm -rf /var/lib/apt/lists/* # Neovim latest (LazyVim needs >=0.9) @@ -36,6 +48,13 @@ ADD etl/hubspot/requirements.txt requirements4.txt RUN cat requirements1.txt requirements2.txt requirements3.txt requirements4.txt > requirements.txt RUN pip install -r requirements.txt +# Playwright OS dependencies for the hyde Elmhurst automation (scripts/hyde/). +# The pip `playwright` package is in requirements above; this pulls the apt +# libraries chromium needs. The browser BINARY itself is downloaded as the +# vscode user further down (its cache lives in /home/vscode/.cache/ms-playwright, +# which is where the automation runs from). +RUN python -m playwright install-deps chromium + # 5) Workdir WORKDIR /workspaces/model @@ -86,4 +105,11 @@ RUN git clone https://github.com/LazyVim/starter /home/${USER}/.config/nvim \ # Install Claude Code CLI (skills are installed via postCreate from Hestia-Homes/agentic-toolkit) RUN curl -fsSL https://claude.ai/install.sh | bash ENV PATH="/home/vscode/.local/bin:${PATH}" + +# Playwright chromium browser for the hyde Elmhurst automation. Run as the +# vscode user so the download lands in /home/vscode/.cache/ms-playwright (the +# OS deps were installed as root above). Headed chromium is required β€” the +# automation launches with headless=False onto the noVNC desktop (:99). +RUN python -m playwright install chromium + USER root diff --git a/.devcontainer/backend/devcontainer.json b/.devcontainer/backend/devcontainer.json index d5133df3..a9693502 100644 --- a/.devcontainer/backend/devcontainer.json +++ b/.devcontainer/backend/devcontainer.json @@ -42,11 +42,15 @@ "containerEnv": { "PYTHONFLAGS": "-Xfrozen_modules=off" }, - "forwardPorts": ["model-backend:8000"], + "forwardPorts": ["model-backend:8000", "model-backend:6080"], "portsAttributes": { "model-backend:8000": { "label": "FastAPI", "onAutoForward": "notify" + }, + "model-backend:6080": { + "label": "hyde noVNC desktop", + "onAutoForward": "silent" } } } diff --git a/.devcontainer/backend/docker-compose.yml b/.devcontainer/backend/docker-compose.yml index 9b4873c2..52d01621 100644 --- a/.devcontainer/backend/docker-compose.yml +++ b/.devcontainer/backend/docker-compose.yml @@ -1,4 +1,8 @@ version: '3.8' +# Unique Compose project name so this repo's devcontainer doesn't collide with +# other model-* clones (which all live in .devcontainer/backend/ and would +# otherwise default to the same project name "backend", clobbering each other). +name: landlord-backend services: model-backend: @@ -14,6 +18,10 @@ services: # worktrees of this repo run at once without colliding. VS Code's # forwardPorts (in devcontainer.json) forwards container :8000 to your machine. - "8000" + # noVNC desktop for the hyde Elmhurst automation (scripts/hyde/start_viewer.sh). + # Dynamic host port like 8000; VS Code forwardPorts maps container :6080 to + # a stable localhost:6080 on your machine. + - "6080" volumes: - ../../:/workspaces/model - ~/.gitconfig:/home/vscode/.gitconfig:ro diff --git a/.gitignore b/.gitignore index 837759b8..9cb34cb3 100644 --- a/.gitignore +++ b/.gitignore @@ -307,3 +307,8 @@ backlog/* # Local EPC debug cache (scripts/eon) scripts/eon/epc_cache.pkl + +# Elmhurst Playwright session (auth cookies) + captured PDFs (scripts/hyde) +scripts/hyde/.elmhurst-session/ +scripts/hyde/elmhurst_downloads/ +scripts/hyde/.elmhurst-creds.json diff --git a/CONTEXT.md b/CONTEXT.md index 1435ea6a..ff71c2b2 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -358,6 +358,30 @@ _Avoid_: new API, current API The auth credential required by the New EPC API; stored in the `EPC_AUTH_TOKEN` environment variable. _Avoid_: API key, auth token, secret +## Team + +Who's who on the project, so commit authorship and review history read +correctly. The git author names below map to people as follows. + +**Khalim Conn-Kowlessar**: +CTO and the technical decision-maker β€” the boss. Treat his calls as +authoritative when guidance conflicts. Git author: `Khalim +Conn-Kowlessar ` (also commits as `KhalimCK`, +same email). + +**Daniel Roth ("Dan")**: +Software engineer. Git author: `Daniel Roth ` +(also `Daniel Roth <36244509+dancafc@users.noreply.github.com>`). + +**Jun-te Kim ("Junte")**: +Software engineer. Git author: `Jun-te Kim ` +(also `` and `<39764191+kimjunte@users.noreply.github.com>`). + +**Michael Duong**: +Contractor (software). Git author: `Michael Duong ` +(also commits as `` and from local machine +addresses ``, ``). + ## Relationships - A **Property** represents a single physical dwelling for modelling; identified by `(portfolio_id, UPRN)` or `(portfolio_id, landlord_property_id)`. diff --git a/P960-0001-001431-2.pdf b/P960-0001-001431-2.pdf new file mode 100644 index 00000000..fc63d5c8 Binary files /dev/null and b/P960-0001-001431-2.pdf differ diff --git a/Summary_001431-3.pdf b/Summary_001431-3.pdf new file mode 100644 index 00000000..5fad6ad2 Binary files /dev/null and b/Summary_001431-3.pdf differ diff --git a/backend/ecmk_fetcher/handler/Dockerfile b/backend/ecmk_fetcher/handler/Dockerfile index aebcd7aa..d0ad2e64 100644 --- a/backend/ecmk_fetcher/handler/Dockerfile +++ b/backend/ecmk_fetcher/handler/Dockerfile @@ -1,4 +1,7 @@ -FROM mcr.microsoft.com/playwright/python:v1.58.0-jammy +# jammy (Ubuntu 22.04) ships Python 3.10, which lacks enum.StrEnum β€” used by +# domain/modelling/measure_type.py, pulled in transitively via the copied +# domain/ package. noble (Ubuntu 24.04) ships Python 3.12. +FROM mcr.microsoft.com/playwright/python:v1.58.0-noble # Install AWS Lambda RIE ADD https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie /usr/local/bin/aws-lambda-rie diff --git a/backend/epc_api/json_samples/SAP-Schema-17.1/corpus.jsonl b/backend/epc_api/json_samples/SAP-Schema-17.1/corpus.jsonl new file mode 100644 index 00000000..730b805b --- /dev/null +++ b/backend/epc_api/json_samples/SAP-Schema-17.1/corpus.jsonl @@ -0,0 +1,1000 @@ +{"uprn": 10093386673, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO22 6GJ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WINCHESTER", "built_form": 1, "created_at": "2019-03-28 17:11:29", "living_area": 25.84, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "1 Rendell House", "address_line_2": "Bright Road", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.16, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.407, "orientation": 6, "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.55, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 50.86, "is_curtain_walling": "false"}, {"name": "Common wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 19.82, "is_curtain_walling": "false"}, {"name": "Part wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 16.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Common wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 11.44, "location": "walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.5, "location": "walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.93, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 1.023, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.42, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.6, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 29.6, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 11.94, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.77, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.8, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 6.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 110, "storey_height": 2.38, "heat_loss_area": 72.55, "total_floor_area": 72.55}]}], "heating_cost_current": {"value": 176, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 176, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1269, "water_heating": 1460}}, "seller_commission_report": "Y", "energy_consumption_current": 58, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 58, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091161665, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW11 9FH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "TEDDINGTON", "built_form": 1, "created_at": "2019-07-17 15:24:02", "living_area": 36, "orientation": 7, "region_code": 16, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 52.75, "heat_source_type": 1, "power_efficiency": 29.12}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 89.2, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 24 Camera House", "address_line_2": "5, Pinewood Gardens", "assessment_date": "2019-06-28", "assessment_type": "SAP", "completion_date": "2019-07-17", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.39, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500362, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-17", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.128, "orientation": "ND", "overshading": 2, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.55}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Roof", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 73.9}], "sap_walls": [{"name": "Ext", "u_value": 0.16, "wall_type": 2, "kappa_value": 70, "total_wall_area": 32.5, "is_curtain_walling": "false"}, {"name": "P Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 28.34}, {"name": "Corridor", "u_value": 0, "wall_type": 4, "total_wall_area": 43.94}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.81, "height": 2.185, "location": "Ext", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.36, "height": 2.185, "location": "Ext", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.36, "height": 2.185, "location": "Ext", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 3.16, "height": 2.41, "location": "Ext", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 130, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 130, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 252, "water_heating": 2062}}, "seller_commission_report": "Y", "energy_consumption_current": 49, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 49, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10006544176, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN5 9ZF", "data_type": 2, "hot_water": {"description": {"value": "From main system, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LINCOLN", "built_form": 1, "created_at": "2019-10-28 13:47:26", "living_area": 23.6, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80005, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "36, Fleetwood Road", "address_line_2": "Waddington", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.54, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 55.7}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 73.44, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 115}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.8, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.6, "location": "external", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.8, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 5.1, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.6, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.6, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 12, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.6, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 55.7, "total_floor_area": 55.7}]}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 55, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 22, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 33, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2158, "water_heating": 1397}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -12, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 100071290385, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.63 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B7 5SP", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 2, "created_at": "2019-05-28 09:11:44", "living_area": 9.5, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 90, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.37, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "208, Nechells Park Road", "assessment_date": "2019-05-24", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 13, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazing", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Solid Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Insulated Ceiling", "total_roof_area": 12.62}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.34, "wall_type": 2, "description": "Upgraded Ext Walls", "total_wall_area": 20.54, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 1, "wall_type": 2, "description": "Wall to Lobby", "total_wall_area": 16.38, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 9.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Glazing", "width": 1200, "height": 2000, "location": "External Wall 1", "orientation": 8}, {"name": "D1", "type": "Solid Door", "width": 900, "height": 2100, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 12.62}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 278, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 16, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 278, "currency": "GBP"}, "hot_water_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 16, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 206, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1637, "water_heating": 1212}}, "seller_commission_report": "Y", "energy_consumption_current": 716, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 716, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 121} +{"uprn": 10094328967, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN3 6FT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 2, "created_at": "2019-11-28 10:12:20", "living_area": 14.75, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.2 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "43, Brickworth Place", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.23, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.42, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "French Door", "type": 4, "u_value": 1.42, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "kappa_value": 9, "total_roof_area": 35.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Extrnal Walls", "kappa_value": 9, "total_wall_area": 83.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 37.27}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 35.03}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 21.34}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.08, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Windows", "type": "Windows", "width": 4.14, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Side Window", "type": "Windows", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Rear French", "type": "Windows", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.34, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.61, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.45, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.45, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.55, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.1, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.08, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.76, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.1, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.26, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.16, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.32, "heat_loss_area": 35.65, "total_floor_area": 35.65, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 33.68}]}], "heating_cost_current": {"value": 219, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 219, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2713, "water_heating": 1536}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "sap_deselected_improvements": ["N", "U"], "calculation_software_version": "4.04r04", "energy_consumption_potential": 100, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10091527449, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH21 2FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIMBORNE", "built_form": 1, "created_at": "2019-11-28 15:28:30", "living_area": 19.3, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17833, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "22, Constance Road", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.59, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 52.8}], "sap_walls": [{"name": "external", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 145.5, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.2}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 32.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "external", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.15, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10, "location": "external", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.1, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.8, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.1, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 14.1, "psi_value": 0.142, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 20, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 52.8, "total_floor_area": 52.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 52.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 213, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 346, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2543, "water_heating": 2095}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10033645677, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WC2A 2AT", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-28 08:42:37", "living_area": 41.6, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.73, "heat_efficiency": 51.75, "heat_source_type": 1, "power_efficiency": 29.74}, {"fuel_type": 51, "heat_fraction": 0.27, "heat_efficiency": 90.4, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment W404", "address_line_2": "18 Portugal Street", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.51, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.3, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.55}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 108.44}], "sap_walls": [{"name": "Wall 1", "u_value": 0.195, "wall_type": 2, "kappa_value": 14, "total_wall_area": 88.19, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.4, "wall_type": 2, "total_wall_area": 6.44, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 76.34}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 2.52, "height": 1, "location": "Wall 3", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.33, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.33, "height": 1, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 6.36, "height": 1, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 6.36, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1.99, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 2.2, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 2.2, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 5.41, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 10, "type": "Windows (1)", "width": 5.09, "height": 1, "location": "Wall 1", "orientation": 1}, {"name": 11, "type": "Windows (1)", "width": 5.14, "height": 1, "location": "Wall 1", "orientation": 1}, {"name": 12, "type": "Windows (1)", "width": 1.33, "height": 1, "location": "Wall 1", "orientation": 1}, {"name": 13, "type": "Windows (1)", "width": 1.33, "height": 1, "location": "Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.2, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 4.2, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 71.42, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 5.3, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 2.65, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 57.62, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 88, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1614, "water_heating": 2237}}, "seller_commission_report": "Y", "energy_consumption_current": 43, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 43, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093342803, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE17 1FU", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-02-19 11:02:22", "living_area": 28.79, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 44.9800758, "heat_source_type": 1, "power_efficiency": 42.9199257}, {"fuel_type": 44, "heat_fraction": 0.4, "heat_efficiency": 94.98, "heat_source_type": 2}], "community_heating_distribution_type": 6, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 307 Levy Building", "address_line_2": "37, Heygate Street", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.4, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 14, "total_wall_area": 52.192, "is_curtain_walling": "false"}, {"name": "Party dwellings", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 22.036}, {"name": "Party corridor", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.212}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 3.253, "height": 2.32, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.585, "height": 2.32, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.585, "height": 2.32, "location": "External Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.585, "height": 2.32, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1.585, "height": 2.32, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 117, "currency": "GBP"}, "co2_emissions_current": 0.3, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 117, "currency": "GBP"}, "hot_water_cost_current": {"value": 0, "currency": "GBP"}, "co2_emissions_potential": 0.3, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 0, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 488, "water_heating": 2057}}, "seller_commission_report": "Y", "energy_consumption_current": 21, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 97, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 3} +{"uprn": 10010263714, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9GT", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-14 09:43:52", "living_area": 24.83, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 48.28, "heat_source_type": 1, "power_efficiency": 41.62}, {"fuel_type": 51, "heat_fraction": 0.27, "heat_efficiency": 92.25, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.07, "heat_efficiency": 85.76, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 201", "address_line_2": "16, Hawthorne Crescent", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-05-14", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.98, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.38}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "L1 Brick Faced", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 16.34, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.41}, {"name": "Lined Core", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 14.07}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 3.697, "height": 2.35, "location": "L1 Brick Faced", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 2.425, "height": 2.35, "location": "L1 Brick Faced", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 123, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 123, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 452, "water_heating": 1794}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 41, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10010775622, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK13 8BF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GLOSSOP", "built_form": 2, "created_at": "2019-08-29 17:20:06", "living_area": 36.2, "orientation": 1, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.7 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "24, Glossop Brook View", "assessment_date": "2019-08-28", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.712, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.72}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.494}, {"name": "Sloped Ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 4.236}], "sap_walls": [{"name": "External Walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 95.818, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.022, "height": 2.11, "location": "External Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.36, "height": 1.66, "location": "External Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 0.572, "height": 1.06, "location": "External Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 3.405, "height": 2.1, "location": "External Walls", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 0.9, "height": 1.36, "location": "External Walls", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 0.685, "height": 1.21, "location": "External Walls", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 0.9, "height": 1.36, "location": "External Walls", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 0.9, "height": 1.36, "location": "External Walls", "orientation": 5}, {"name": 9, "type": "Roof windows (1)", "pitch": 30, "width": 3.41, "height": 1.24, "location": "Sloped Ceiling", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.317, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.44, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.83, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.49, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.55, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.41, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.94, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 1.34, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.56, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.18, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.744, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 3.41, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 3.41, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 2.48, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.42, "heat_loss_area": 46.152, "total_floor_area": 46.152}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 42.494}]}], "heating_cost_current": {"value": 267, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 267, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 116, "environmental_impact_rating": 116}], "co2_emissions_potential": -1.3, "energy_rating_potential": 116, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3814, "water_heating": 1678}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -92, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 116, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094297655, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP4 7BZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SALISBURY", "built_form": 1, "created_at": "2019-08-28 16:56:13", "living_area": 27.87, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "11, Newbury Drive", "address_line_2": "Amesbury", "assessment_date": "2019-08-28", "assessment_type": "SAP", "completion_date": "2019-08-28", "inspection_date": "2019-08-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.36, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Floor", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 59.8}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.3, "total_wall_area": 61.77, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.35, "wall_type": 2, "kappa_value": 9, "total_wall_area": 19.27, "is_curtain_walling": "false"}, {"name": "FF Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 135.66}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Brick", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.27, "location": "Brick", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.52, "location": "Brick", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.59, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.57, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.9, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 62.82, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.32, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 176, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 176, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1585, "water_heating": 1447}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 89, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093609812, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M38 9NP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 3, "created_at": "2019-01-21 15:40:00", "living_area": 15.94, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18119, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace bungalow", "language_code": 1, "property_type": 1, "address_line_1": "20, Russell Court", "address_line_2": "Little Hulton", "assessment_date": "2019-01-21", "assessment_type": "SAP", "completion_date": "2019-01-21", "inspection_date": "2019-01-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.43, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 64, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-01-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}, {"name": "Doors", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Velux", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 64.41}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "Main", "kappa_value": 92.92, "total_wall_area": 62.07, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 17.56}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 148.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 4.58, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear", "type": "Windows", "width": 7.08, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Door", "type": "Doors", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.041, "calculation_reference": "Concrete Block Association"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "GF", "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 64.41, "total_floor_area": 64.41}]}], "heating_cost_current": {"value": 200, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 200, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 274, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2280, "water_heating": 1538}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 4510755167, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE7 7QB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWCASTLE UPON TYNE", "built_form": 1, "created_at": "2019-11-21 11:51:42", "living_area": 13.99, "orientation": 2, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "49, Old Campus Close", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.92, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 52.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 125.92, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.35, "wall_type": 3, "description": "Garage Wall", "kappa_value": 9, "total_wall_area": 15.68, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 80.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 120.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.97, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 6.11, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Glazing", "type": "Glazing", "width": 9.27, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "LH Glazing", "type": "Glazing", "width": 2.65, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.81, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.83, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.2, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.23, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.75, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.5, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 21.73, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.28, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 3.85, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 19.05, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.33, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.98, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 44.33, "total_floor_area": 44.33, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Floor Above Garage", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 8.08, "total_floor_area": 47}]}], "heating_cost_current": {"value": 265, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 265, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3535, "water_heating": 1832}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 27, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094290321, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B30 3AT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BIRMINGHAM", "built_form": 2, "created_at": "2019-11-21 12:42:55", "living_area": 19.18, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "14, Breedon Way", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.05, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 42.81}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 95.5, "total_wall_area": 91.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 43.92}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 74.09}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 3.94, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Glazing", "type": "Glazing", "width": 2.9, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Patio", "type": "Patio Doors", "width": 4.41, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.59, "psi_value": 0.299, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.48, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.52, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.52, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.62, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.9, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": -0.003, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.9, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.9, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 42.81, "total_floor_area": 42.81, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 42.81}]}], "heating_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2630, "water_heating": 1660}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10070855746, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG17 5LD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SUTTON-IN-ASHFIELD", "built_form": 1, "created_at": "2019-03-21 09:17:45", "living_area": 27.5, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10263, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Hamilton Road", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.86, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.093, "roof_type": 2, "description": "500MM QUILT", "total_roof_area": 49.34}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Wall 1", "total_wall_area": 147.82, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "FRONT DOOR", "type": "Opening Type 1", "width": 0.95, "height": 2.15, "location": "External Wall 1", "orientation": 0}, {"name": "HALL", "type": "Opening Type 2", "width": 0.3, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "KITCHEN", "type": "Opening Type 2", "width": 1.77, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "LIVING", "type": "Opening Type 2", "width": 1.5, "height": 2.15, "location": "External Wall 1", "orientation": 6}, {"name": "DINING", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "BED 3", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "BED 2", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "BATH", "type": "Opening Type 2", "width": 0.6, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "BED 1", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "ENSUITE", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "LANDING", "type": "Opening Type 2", "width": 0.6, "height": 1.05, "location": "External Wall 1", "orientation": 8}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.72, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.77, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 29, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 29.1, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 29.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.02, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 19.08, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 25.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.08, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 49.34, "total_floor_area": 49.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 49.34}], "thermal_mass_parameter": 77.1}], "heating_cost_current": {"value": 272, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 289, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4105, "water_heating": 2136}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 36, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094307544, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW2 5EF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CREWE", "built_form": 1, "created_at": "2019-08-21 10:09:51", "living_area": 15.8, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "74, Alfred Potts Way", "address_line_2": "Shavington", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-08-21", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 5.28, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_vent_ducts_index_number": 520001, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 51.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall 1", "kappa_value": 73.86, "total_wall_area": 146.22, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 129.66}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 56.77, "total_wall_area": 52.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 6.27, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 3", "type": "Window", "width": 7.01, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.9, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.69, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.66, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.66, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.86, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.8, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.68, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jet Floor 1", "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 51.04, "total_floor_area": 51.04, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 51.04}]}], "heating_cost_current": {"value": 272, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3716, "water_heating": 1734}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093368433, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE7 7WJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-03-21 16:04:21", "living_area": 24.38, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 205, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Wilford Road", "address_line_2": "Anstey", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.58, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 165, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.45}, {"name": "Opening Type 22", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "j", "total_roof_area": 83.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 202.74, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 1.72, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 1.72, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.05, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.05, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 1.05, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "Door", "type": "Opening Type 22", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.22, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 21.22, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 56.7, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.06, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 38.36, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.78, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 23.72, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 34.17, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.29, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.44, "heat_loss_area": 84.52, "total_floor_area": 84.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 80.11}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 367, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 369, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6365, "water_heating": 2208}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 40, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093563218, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E11 1HU", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-11-21 11:05:30", "living_area": 16.8, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17982, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 13 Lemna Court", "address_line_2": "30, Lemna Road", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "total_roof_area": 63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall", "total_wall_area": 48, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.44, "wall_type": 3, "description": "Hallway Wall", "total_wall_area": 16.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 19.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Front door", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Bedroom door", "type": "Windows", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "Lounge door", "type": "Windows", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "Lounge & Bedroom 2 ", "type": "Windows", "width": 4.16, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Bed 1 Rear window", "type": "Windows", "width": 1.6, "height": 1.3, "location": "External Wall 1", "orientation": 6}, {"name": "Kitchen window", "type": "Windows", "width": 1, "height": 1.3, "location": "External Wall 1", "orientation": 6}, {"name": "Bathroom window", "type": "Windows", "width": 1, "height": 1.3, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 63}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 231, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 82, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2821, "water_heating": 1845}}, "seller_commission_report": "Y", "energy_consumption_current": 122, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 122, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093691493, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 4GN", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-08-23 08:40:43", "living_area": 25.47, "orientation": 8, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat C619", "address_line_2": "1, Rochdale Road", "assessment_date": "2019-08-20", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.59, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "Sentinel Kinetic BH", "mechanical_vent_specific_fan_power": 0.59, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 90, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.37}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 62}], "sap_walls": [{"name": "Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 14, "total_wall_area": 31.95, "is_curtain_walling": "false"}, {"name": "Wall (corridor)", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 27.38, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 28.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.78, "location": "Wall (corridor)", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 13.42, "location": "Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.37, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.52, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.66, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.73, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 59.16, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.85, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 10.85, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 414, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 68, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 414, "currency": "GBP"}, "hot_water_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 68, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 269, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2210, "water_heating": 1529}}, "seller_commission_report": "Y", "energy_consumption_current": 206, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 206, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 71, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 35} +{"uprn": 41235057, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L37 2EW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 1, "created_at": "2019-09-20 12:49:40", "living_area": 16.77, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "106, Andrews Lane", "address_line_2": "Formby", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 10, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joist Level Roof", "total_roof_area": 52.05}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 5.28}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 159.94, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 3, "width": 0.46, "height": 0.68, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 3, "width": 1.88, "height": 1.65, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 3, "width": 1.88, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 1.25, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 10, "type": 10, "width": 3.84, "height": 2.25, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 12, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 13, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 14, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 15, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.23, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.48, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.16, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.64, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.64, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 3.07, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.68, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 27.57, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 29.24, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 55.78, "total_floor_area": 55.78}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 55.78}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 262, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3676, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 22, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10095437839, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW11 4EJ", "data_type": 2, "hot_water": {"description": "Community scheme, no cylinder thermostat", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-06-20 09:34:30", "living_area": 53.5, "orientation": 1, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 99.97, "cooling_system_eer": 3.8, "cooling_system_type": 1, "cooling_system_control": 2, "cooling_system_data_source": 2}, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 3, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.77, "heat_efficiency": 42.31, "heat_source_type": 1, "power_efficiency": 37.78}, {"fuel_type": 51, "heat_fraction": 0.23, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 20}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 43 Huntington House", "address_line_2": "11, Palmer Road", "assessment_date": "2019-06-20", "assessment_type": "SAP", "completion_date": "2019-06-20", "inspection_date": "2019-06-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.27, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500351, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 0.9, "data_source": 2, "frame_factor": 0.8, "glazing_type": 11, "solar_transmittance": 0.33}, {"name": "Opening Type 3", "type": 4, "u_value": 1.55, "data_source": 2, "frame_factor": 0.8, "glazing_type": 11, "solar_transmittance": 0.34}, {"name": "Opening Type 4", "type": 4, "u_value": 0.9, "data_source": 2, "frame_factor": 0.8, "glazing_type": 11, "solar_transmittance": 0.25}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 99.97}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "External", "total_wall_area": 60.65, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 67.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Bdrm", "type": "Opening Type 1", "width": 1.2, "height": 2.48, "location": "External Wall 1", "orientation": 3}, {"name": "Living", "type": "Opening Type 1", "width": 1.01, "height": 2.48, "location": "External Wall 1", "orientation": 1}, {"name": "Living (dr)", "type": "Opening Type 3", "width": 3.41, "height": 2.48, "location": "External Wall 1", "orientation": 3}, {"name": "Livng (mesh)", "type": "Opening Type 4", "width": 0.71, "height": 2.48, "location": "External Wall 1", "orientation": 1}, {"name": "Bdrm (mesh)", "type": "Opening Type 4", "width": 0.71, "height": 2.48, "location": "External Wall 1", "orientation": 3}, {"name": "Living", "type": "Opening Type 1", "width": 1.12, "height": 2.48, "location": "External Wall 1", "orientation": 1}, {"name": "Living", "type": "Opening Type 1", "width": 0.77, "height": 2.48, "location": "External Wall 1", "orientation": 1}, {"name": "Bdrm", "type": "Opening Type 1", "width": 1.2, "height": 2.48, "location": "External Wall 1", "orientation": 3}, {"name": "Bdrm", "type": "Opening Type 1", "width": 0.71, "height": 2.48, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 99.97}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1746, "water_heating": 1917}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 36, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094002529, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV6 6RJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COVENTRY", "built_form": 4, "created_at": "2019-08-20 09:18:18", "living_area": 27.29, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18250, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Milestone Close", "address_line_2": "Longford", "assessment_date": "2019-08-20", "assessment_type": "SAP", "completion_date": "2019-08-20", "inspection_date": "2019-08-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.05, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 2, "registration_date": "2019-08-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Warm", "u_value": 0.19, "roof_type": 2, "total_roof_area": 17.86}, {"name": "Cold", "u_value": 0.11, "roof_type": 2, "total_roof_area": 25.98}], "sap_walls": [{"name": "Ext Brick", "u_value": 0.25, "wall_type": 2, "total_wall_area": 70.74, "is_curtain_walling": "false"}, {"name": "Ext Stud", "u_value": 0.2, "wall_type": 2, "total_wall_area": 14.45, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 106.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Ext Brick", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.16, "location": "Ext Brick", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.26, "location": "Ext Stud", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.16, "location": "Ext Brick", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.4, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 11.43, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.85, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.13, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.13, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 3.66, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.83, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 12.74, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 3.02, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 19.05, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.25, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 25.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.68, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 7.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 3.88, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "storey_height": 2.377, "heat_loss_area": 42.37, "total_floor_area": 42.37}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.5}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.471, "heat_loss_area": 0, "total_floor_area": 30.63}]}], "heating_cost_current": {"value": 235, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 235, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3154, "water_heating": 1782}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 17, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094117100, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BD19 3BA", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "CLECKHEATON", "built_form": 1, "created_at": "2019-05-20 11:59:40", "living_area": 16, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 424, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2706, "main_heating_category": 8, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "hot_water_store_heat_loss": 1.31, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Electric underfloor heating", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 39 Brooke Dene Court", "address_line_2": "38, Serpentine Road", "assessment_date": "2019-05-20", "assessment_type": "SAP", "completion_date": "2019-05-20", "inspection_date": "2019-05-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500145, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-20", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 48.2}], "sap_walls": [{"name": "Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Wall 1", "total_wall_area": 20.89, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Wall 2", "total_wall_area": 47.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.47, "height": 2.18, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": 1, "width": 1.13, "height": 2.18, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 1, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.51, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.51, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10.82, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.85, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.85, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 4, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.72, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.36, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.36, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 20, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.36, "heat_loss_area": 0, "total_floor_area": 48.2}], "thermal_mass_parameter": 200}], "heating_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 87, "currency": "GBP"}, "hot_water_cost_current": {"value": 156, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 156, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 321, "water_heating": 1437}}, "seller_commission_report": "Y", "energy_consumption_current": 135, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 135, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 23} +{"uprn": 4510751923, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.31 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 25% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "NE13 9EH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWCASTLE UPON TYNE", "built_form": 3, "created_at": "2019-06-20 10:22:30", "living_area": 15.6, "orientation": 5, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Gatekeeper Close", "assessment_date": "2019-06-20", "assessment_type": "SAP", "completion_date": "2019-06-20", "inspection_date": "2019-06-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.3, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 25}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.14, "roof_type": 2, "total_roof_area": 12.49}, {"name": "Flat Roof", "u_value": 0.33, "roof_type": 2, "total_roof_area": 4.91}, {"name": "Warm Roof", "u_value": 0.18, "roof_type": 2, "total_roof_area": 17.14}, {"name": "Stud Roof", "u_value": 0.144, "roof_type": 2, "total_roof_area": 1.81}], "sap_walls": [{"name": "External Wall", "u_value": 0.31, "wall_type": 2, "total_wall_area": 102.21, "is_curtain_walling": "false"}, {"name": "Stud Wall", "u_value": 0.144, "wall_type": 2, "total_wall_area": 6.3, "is_curtain_walling": "false"}, {"name": "Dormer Wall", "u_value": 0.44, "wall_type": 2, "total_wall_area": 6.98, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.64, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.16, "location": "External Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Dormer Wall", "orientation": 5}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.54, "location": "Warm Roof", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "storey_height": 2.33, "heat_loss_area": 32.81, "total_floor_area": 32.81}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 31.06}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.09, "heat_loss_area": 0, "total_floor_area": 29.03}]}], "heating_cost_current": {"value": 284, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 123, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 320, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a315", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 84}, {"sequence": 3, "typical_saving": {"value": 290, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4569, "water_heating": 1780}}, "seller_commission_report": "Y", "energy_consumption_current": 112, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 46, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093717058, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS31 2GU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 2, "created_at": "2019-08-29 14:40:19", "living_area": 24.78, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "19, Octavius Road", "address_line_3": "Keynsham", "assessment_date": "2019-08-29", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.36, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 3}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.43}, {"name": "Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Rooflight", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.43}, {"name": "DTC", "type": 1, "u_value": 0.62, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm mineral wool", "kappa_value": 9, "total_roof_area": 46.9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Agg Block 100mm supafil 34", "kappa_value": 60, "total_wall_area": 53.24, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "Wall to Corridor", "kappa_value": 60, "total_wall_area": 19.02, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 7.24}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 914, "height": 1981, "location": "External Wall 2", "orientation": 0}, {"name": "Right Windows", "type": "Windows", "width": 3.42, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Left Windows", "type": "Windows", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "Windows", "width": 640, "height": 1050, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.89, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0.91, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 4.89, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.3, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 3.96, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 26.27, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.46, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.25, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 7.99, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 4.76, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.76, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.47, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 70, "storey_height": 2.38, "heat_loss_area": 0, "total_floor_area": 46.9}]}], "heating_cost_current": {"value": 178, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 178, "currency": "GBP"}, "hot_water_cost_current": {"value": 58, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1641, "water_heating": 1300}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 108, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094369810, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E13 9GG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-29 16:09:54", "living_area": 33.99, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 120, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.89, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 49.14, "heat_source_type": 1, "power_efficiency": 31.59}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 90, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "109 Chamberlain Court", "address_line_2": "16 Shipbuilding Way", "assessment_date": "2019-04-29", "assessment_type": "SAP", "completion_date": "2019-04-29", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.68, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500451, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.58}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "W1 Main external wall", "u_value": 0.12, "wall_type": 2, "kappa_value": 14, "total_wall_area": 41.22, "is_curtain_walling": "false"}, {"name": "W2 Corridor walls", "u_value": 0.1, "wall_type": 2, "kappa_value": 14, "total_wall_area": 24.32, "is_curtain_walling": "false"}, {"name": "W3 Lift / stairs shear walls", "u_value": 0.16, "wall_type": 2, "kappa_value": 9, "total_wall_area": 6.6, "is_curtain_walling": "false"}, {"name": "PW1 Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 20.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.03, "location": "W2 Corridor walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.72, "location": "W1 Main external wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.61, "location": "W1 Main external wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.965, "psi_value": 0.0093, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.625, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 13.41, "psi_value": 0.0314, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 28.86, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 28.86, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 10, "psi_value": 0.0427, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 5, "psi_value": 0.0459, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.0242, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 3, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 74.24, "total_floor_area": 74.24}]}], "heating_cost_current": {"value": 156, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 156, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 76, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 781, "water_heating": 1883}}, "seller_commission_report": "Y", "energy_consumption_current": 55, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 55, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093146317, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK14 4XL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HYDE", "built_form": 2, "created_at": "2019-08-29 07:04:20", "living_area": 19.23, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.5 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "45, Cpl Harvey Holmes Way", "assessment_date": "2019-08-29", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-29", "sap_ventilation": {"psv_count": 2, "pressure_test": 5, "air_permeability": 5.45, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 103, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 12", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof (Joists)", "total_roof_area": 28.79}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Main Roof (Rafters)", "total_roof_area": 11.1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Front Elev. - Render", "total_wall_area": 31.4, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Rear Elevation", "total_wall_area": 25.46, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Left Side Elevation", "total_wall_area": 50.34, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.16, "wall_type": 2, "description": "Ins. Walls in Roof", "total_wall_area": 16.61, "is_curtain_walling": "false"}, {"name": "External Wall 5", "u_value": 0.35, "wall_type": 2, "description": "Dormer Cheeks", "total_wall_area": 13.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.34}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 1.77, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 2", "orientation": 4}, {"name": "W4", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 3", "orientation": 2}, {"name": "W5", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W8", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 2", "orientation": 4}, {"name": "W9", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 2", "orientation": 4}, {"name": "W10", "type": "Opening Type 1", "width": 0.49, "height": 1.05, "location": "External Wall 3", "orientation": 2}, {"name": "W11", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 5", "orientation": 8}, {"name": "W12", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 5", "orientation": 4}, {"name": "D1", "type": "Opening Type 12", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 2", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.64, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.71, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.64, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 25.07, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.2, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.03, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 25, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.673, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 4.6, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 3.03, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 38.58, "total_floor_area": 38.58}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 37.29}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.42, "heat_loss_area": 0, "total_floor_area": 26.94}], "thermal_mass_parameter": 160.9}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3781, "water_heating": 1878}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 30, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10090592989, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN11 8FB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 2, "created_at": "2019-07-29 10:22:30", "living_area": 14.54, "orientation": 4, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.5 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "29, Avalon Gardens", "address_line_2": "Harworth", "assessment_date": "2019-07-29", "assessment_type": "SAP", "completion_date": "2019-07-29", "inspection_date": "2019-07-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 82, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflights", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 0, "total_roof_area": 45.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 91.31, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.4, "wall_type": 3, "description": "Garage Wall", "kappa_value": 0, "total_wall_area": 17.02, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 29.56}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 55.0346}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 97.359}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 5.33, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RH Windows", "type": "Windows", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Windows", "type": "Windows", "width": 7.92, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.19, "psi_value": 0.395, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.46, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 25.51, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.28, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 12.86, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.76, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.4, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.65, "psi_value": -0.078, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.75, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.46, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 4.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.52, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 37.78, "total_floor_area": 37.78, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.21, "floor_type": 3, "description": "Floor Above Garage", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 8.08, "total_floor_area": 43.99}]}], "heating_cost_current": {"value": 241, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3202, "water_heating": 1776}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 24, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094239172, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX31 3UG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSTAPLE", "built_form": 1, "created_at": "2019-09-29 07:19:11", "living_area": 46.78, "orientation": 2, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17515, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "4, Horseshoe Close", "address_line_2": "Fremington", "assessment_date": "2019-09-29", "assessment_type": "SAP", "completion_date": "2019-09-29", "inspection_date": "2019-09-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.92, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 63.4}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "External Roof 2", "kappa_value": 9, "total_roof_area": 56.01}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 106.87, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 3, "description": "External Wall 2", "kappa_value": 9, "total_wall_area": 10.8, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 2", "width": 1.05, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 1", "width": 7.67, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 3", "type": "Opening Type 1", "width": 10.9, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.21, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 11.16, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 31.34, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 44.84, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 13.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 16.9, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.9, "heat_loss_area": 111.02, "total_floor_area": 111.02}]}], "heating_cost_current": {"value": 292, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 292, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 340, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 110, "environmental_impact_rating": 108}], "co2_emissions_potential": -1.3, "energy_rating_potential": 110, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4409, "water_heating": 2025}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": -70, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 108, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094798969, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK43 9SX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 4, "created_at": "2019-11-29 09:15:47", "living_area": 18.1, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "37, Milton Crescent", "address_line_2": "Stewartby", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-11-29", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}, {"name": "Patio Doors", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 41.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 47.24, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 82.36}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 63.51}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 91.13}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.92, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.26, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Windows", "type": "Windows", "width": 4.8, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Door", "type": "Doors", "width": 1.92, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.52, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.69, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.69, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.69, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.352, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 17, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 41.66, "total_floor_area": 41.66, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 41.66}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2373, "water_heating": 1646}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 3, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10010521196, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV22 7WL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RUGBY", "built_form": 1, "created_at": "2019-01-22 11:13:16", "living_area": 17.45, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16398, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Viola Road", "address_line_2": "Cawston", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-01-22", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 179, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 12, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 13, "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": 17, "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Flat Dormer Roof", "total_roof_area": 3.4}, {"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 21.47}, {"name": "Roof 9", "u_value": 0.11, "roof_type": 2, "description": "Pitched Bay Roof", "total_roof_area": 1.5}, {"name": "Roof 6", "u_value": 0.11, "roof_type": 2, "description": "Roof Behind Ins Stud", "total_roof_area": 25.63}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 35.03}], "sap_walls": [{"name": "Wall 3", "u_value": 0.21, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 3.99, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0.2, "wall_type": 3, "description": "Ins Stud Wall", "total_wall_area": 31.71, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 205.39, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 3, "width": 1.81, "height": 1.05, "location": "Wall 3", "orientation": 8}, {"name": 3, "type": 3, "width": 2.49, "height": 1.65, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 3, "width": 1.14, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.45, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 1.81, "height": 1.65, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 3, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 3, "width": 1.14, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 3, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 11, "type": 3, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 12, "width": 2.82, "height": 2.25, "location": "Wall 1", "orientation": 4}, {"name": 13, "type": 13, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 14, "type": 3, "width": 1.14, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 15, "type": 3, "width": 1.14, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 16, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 17, "type": 17, "pitch": 47, "width": 0.55, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 18, "type": 17, "pitch": 47, "width": 0.55, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 19, "type": 17, "pitch": 47, "width": 0.55, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 20, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.02, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 18.38, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 46.5, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.35, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 81.84, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.63, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.6, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 5.37, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E14"}, {"length": 34.45, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.95, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 1.65, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 1.65, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.88, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 68.95, "total_floor_area": 68.95}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 68.95}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.16, "heat_loss_area": 0, "total_floor_area": 41.15}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 365, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 96, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 366, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.1, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 96, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6102, "water_heating": 2233}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 35, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 30133626, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA9 9FA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WINCANTON", "built_form": 3, "created_at": "2019-01-22 17:21:12", "living_area": 16.73, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "7 Vedelers Close", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-01-22", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.39, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 67, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Rear Door", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 33.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall", "total_wall_area": 83.67, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Stepped Party Wall", "total_wall_area": 2.25, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 35.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 1023, "height": 2110, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 3.83, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Door", "type": "Rear Door", "width": 940, "height": 2110, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Windows", "type": "Windows", "width": 4.6, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Gable Window", "type": "Windows", "width": 1.26, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.17, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.46, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 23.96, "psi_value": 0.129, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.47, "psi_value": 0.124, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.98, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.49, "psi_value": 0.122, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.76, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.56, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.49, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.49, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 33.63, "total_floor_area": 33.63}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 33.63}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2082, "water_heating": 1523}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -9, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091202799, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV35 0BL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "WARWICK", "built_form": 1, "created_at": "2019-10-22 14:42:26", "living_area": 25.76, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 211, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 635, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Ground source heat pump , electric", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "St. Clements", "address_line_2": "Farriers Way", "address_line_3": "Lighthorne", "assessment_date": "2019-10-22", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 7], "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 61.21}], "sap_walls": [{"name": "Walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 174.73, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.91, "location": "Walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.41, "location": "Walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.9, "location": "Walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.2, "location": "Walls", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 8.28, "location": "Walls", "orientation": 3}, {"name": 6, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Cold Roof", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 44.05, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.59, "heat_loss_area": 61.21, "total_floor_area": 61.21}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 61.21}]}], "heating_cost_current": {"value": 299, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 299, "currency": "GBP"}, "hot_water_cost_current": {"value": 231, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 90, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 141, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3875, "water_heating": 2239}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 30, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 374462, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS3 5AD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 4, "created_at": "2019-08-28 14:02:37", "living_area": 27.0, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16138, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "32b, St. Johns Lane", "assessment_date": "2019-08-22", "assessment_type": "SAP", "completion_date": "2019-08-27", "inspection_date": "2019-08-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.52, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-28", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.95, "orientation": 3, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "2 0 dg dormer", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 1 dg dormer", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 0 dg", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 1 dg", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 2 dg", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 3 dg", "type": 4, "u_value": 1.4, "data_source": 2, "glazing_type": 3}, {"name": "3 4 dg", "type": 4, "u_value": 1.4, "data_source": 2, "glazing_type": 3}, {"name": "3 5 dg", "type": 4, "u_value": 1.4, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.19, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 16.0}, {"name": 1, "u_value": 0.19, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 27.0}], "sap_walls": [{"name": "2 dormer", "u_value": 0.21, "wall_type": 2, "description": "dormer", "kappa_value": 9.0, "total_wall_area": 7.0, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.13, "wall_type": 2, "kappa_value": 9.0, "total_wall_area": 76.0, "is_curtain_walling": "false"}, {"name": 5, "u_value": 0.0, "wall_type": 4, "kappa_value": 20.0, "total_wall_area": 116.0, "is_curtain_walling": "false"}], "identifier": "Plot 6 type B", "overshading": 2, "sap_openings": [{"name": "2 0 dg dormer", "type": "2 0 dg dormer", "width": 1.2, "height": 1.05, "location": "2 dormer", "orientation": 3}, {"name": "2 1 dg dormer", "type": "2 1 dg dormer", "width": 1.75, "height": 1.05, "location": "2 dormer", "orientation": 7}, {"name": "3 0 dg", "type": "3 0 dg", "width": 0.94, "height": 1.0, "location": 3, "orientation": 3}, {"name": "3 1 dg", "type": "3 1 dg", "width": 0.94, "height": 1.0, "location": 3, "orientation": 3}, {"name": "3 2 dg", "type": "3 2 dg", "width": 1.75, "height": 1.2, "location": 3, "orientation": 7}, {"name": "3 3 dg", "type": "3 3 dg", "width": 3.0, "height": 2.1, "location": 3, "orientation": 7}, {"name": "3 4 dg", "type": "3 4 dg", "width": 0.9, "height": 2.1, "location": 3, "orientation": 3}, {"name": "3 5 dg", "type": "3 5 dg", "width": 1.5, "height": 2.1, "location": 3, "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "t"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75.0, "storey_height": 2.55, "heat_loss_area": 36.0, "total_floor_area": 36.0}]}], "heating_cost_current": 227, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": 74, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": 227, "hot_water_cost_current": 94, "suggested_improvements": [{"sequence": 1, "typical_saving": 34, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 89, "lighting_cost_potential": 74, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 60, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2296, "water_heating": 2060}}, "seller_commission_report": "N", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 42, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10093735366, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.2 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB7 7GA", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEST DRAYTON", "built_form": 3, "created_at": "2019-01-22 16:06:41", "living_area": 25.23, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "hot_water_store_heat_loss": 0.35, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 51.3, "heat_source_type": 1, "power_efficiency": 29.9}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 95.5, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 16 Severn Court", "address_line_2": "5, Garnet Place", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-01-22", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.92, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-22", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.25, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "description": "W5", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Brick External", "total_wall_area": 51.22, "is_curtain_walling": "true"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Corridor", "total_wall_area": 21.6}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Main Party", "total_wall_area": 29.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.35, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 2, "type": 1, "width": 1.35, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 1.35, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 1, "width": 2.07, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 1, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.02, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.02, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.02, "psi_value": 0.11, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.92, "psi_value": 0.17, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 5.4, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.4, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 26.93, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 69.3}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 152, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 152, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 644, "water_heating": 1773}}, "seller_commission_report": "Y", "energy_consumption_current": 44, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 44, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 12191803, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W3 0BH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-01-22 09:38:33", "living_area": 15.19, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18214, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "10, Grieg Road", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-01-22", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500250, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-22", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.62, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "Pitched (insulated joists)", "total_roof_area": 15.48}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 2.2}, {"name": "Roof 3", "u_value": 0.19, "roof_type": 2, "description": "Pitched (insulated rafter)", "total_roof_area": 45.58}, {"name": "Roof 4", "u_value": 0.24, "roof_type": 2, "description": "Lower Pitched Roof", "total_roof_area": 1.77}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Ground Ceiling", "total_roof_area": 43.28}, {"name": "Party roof 2", "u_value": 0, "roof_type": 4, "description": "First Ceiling", "total_roof_area": 43.28}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall", "total_wall_area": 87.85, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 105.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Bike Store", "type": "Solid Door", "width": 0.91, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": "Front Door", "type": "Solid Door", "width": 1.02, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": "Kitchen", "type": "Window", "width": 1.47, "height": 1.36, "location": "External Wall 1", "orientation": 2}, {"name": "Kitchen Door", "type": "Window", "width": 1.02, "height": 2.19, "location": "External Wall 1", "orientation": 6}, {"name": "Living Room", "type": "Window", "width": 1.36, "height": 1.14, "location": "External Wall 1", "orientation": 8}, {"name": "Living Room", "type": "Window", "width": 0.69, "height": 2.19, "location": "External Wall 1", "orientation": 8}, {"name": "Living Room", "type": "Window", "width": 2.04, "height": 2.19, "location": "External Wall 1", "orientation": 6}, {"name": "Bed 3", "type": "Window", "width": 1.47, "height": 1.14, "location": "External Wall 1", "orientation": 2}, {"name": "Bed 3", "type": "Window", "width": 0.69, "height": 2.19, "location": "External Wall 1", "orientation": 2}, {"name": "Bathroom", "type": "Window", "width": 0.69, "height": 1.14, "location": "External Wall 1", "orientation": 6}, {"name": "Bed 2", "type": "Window", "width": 0.69, "height": 1.14, "location": "External Wall 1", "orientation": 8}, {"name": "Bed 1", "type": "Window", "width": 0.69, "height": 1.89, "location": "External Wall 1", "orientation": 6}, {"name": "Bed 1 Roof", "type": "Roof Window", "pitch": 45, "width": 0.99, "height": 0.73, "location": "Roof 3", "orientation": 2}, {"name": "Landing", "type": "Roof Window", "pitch": 40, "width": 0.99, "height": 0.73, "location": "Roof 3", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.74, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.81, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 41.58, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.75, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 2.7, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.6, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 10.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 2.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 5.6, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 9.09, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.37, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 22, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.06, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 23.01, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.23, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0.9, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 5.62, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 20.68, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.98, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.98, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 11, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.5, "heat_loss_area": 47.26, "total_floor_area": 47.26}, {"storey": 1, "u_value": 0.12, "floor_type": 3, "description": "Upper Floor", "storey_height": 3, "heat_loss_area": 2.43, "total_floor_area": 43.28}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 23.39}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 226, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.4, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1882, "water_heating": 2152}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r12", "energy_consumption_potential": 22, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10093782340, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW12 4ZJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CONGLETON", "built_form": 3, "created_at": "2019-11-22 12:15:42", "living_area": 15.39, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "2, Pine Way", "address_line_2": "Somerford", "assessment_date": "2019-11-22", "assessment_type": "SAP", "completion_date": "2019-11-22", "inspection_date": "2019-11-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.84, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 2", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral wool", "total_roof_area": 38.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall TF", "total_wall_area": 86.12, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.93, "height": 2.01, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 6}, {"name": "W1", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W2", "type": "Opening Type 2", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 2", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 1.83, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W5", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W6", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W7", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W8", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W9", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.86, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.47, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.4, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.12, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.73, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E5"}, {"length": 17.73, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 5.76, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.44, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.74, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.74, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.23, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.23, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.23, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.3, "heat_loss_area": 38.87, "total_floor_area": 38.87}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 38.87}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 220, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 220, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2742, "water_heating": 1607}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 12, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094031250, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S5 9PG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHEFFIELD", "built_form": 1, "created_at": "2019-01-22 12:08:12", "living_area": 20.31, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Yarlside Close", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-01-22", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.58, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-01-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.6}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 124.39, "is_curtain_walling": "false"}, {"name": "IW timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 101.24}, {"name": "IW block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 9.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.31, "location": "External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.85, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 6.51, "location": "External Wall", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.32, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.89, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.98, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.58, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 22.02, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.1, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.06, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.54, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 21.63, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 37.6, "total_floor_area": 37.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 33.99, "kappa_value_from_below": 9}], "thermal_mass_parameter": 177.3}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 277, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2862, "water_heating": 1563}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 18, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10071160158, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE21 2AF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-03-22 10:07:12", "living_area": 17.76, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Hare Edge Drive", "address_line_2": "Oakwood", "assessment_date": "2019-03-22", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.46, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.44}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 133.81, "is_curtain_walling": "false"}, {"name": "Gf", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 75.2124}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 113.016}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.69, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 9.72, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.51, "location": "external", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.86, "location": "external", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.86, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.18, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.9, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.42, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.42, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.2, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.2, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.52, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 45.44, "total_floor_area": 45.44}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 45.44, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 241, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 296, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3238, "water_heating": 1689}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 18, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 2007021551, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S75 2SZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSLEY", "built_form": 1, "created_at": "2019-03-22 10:25:33", "living_area": 43.05, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17785, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.75, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Green Top Close", "assessment_date": "2019-03-22", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 186, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 6", "type": 2, "u_value": 1.2, "data_source": 4, "glazing_type": 6}, {"name": "Opening Type 14", "type": 5, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joisted Roof", "total_roof_area": 49.66}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Rafter Roof", "total_roof_area": 40.74}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Dwarf Walls", "total_wall_area": 18.45, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "External Wall", "total_wall_area": 180.3, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.21, "wall_type": 2, "description": "Garage Separating", "total_wall_area": 23.8, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.81, "height": 1.35, "location": "External Wall 2", "orientation": 2}, {"name": 2, "type": "Opening Type 1", "width": 1.81, "height": 1.21, "location": "External Wall 2", "orientation": 2}, {"name": 3, "type": "Opening Type 1", "width": 1.81, "height": 1.21, "location": "External Wall 2", "orientation": 2}, {"name": 4, "type": "Opening Type 1", "width": 1.35, "height": 1.21, "location": "External Wall 2", "orientation": 2}, {"name": 5, "type": "Opening Type 1", "width": 0.75, "height": 2.11, "location": "External Wall 2", "orientation": 2}, {"name": 6, "type": "Opening Type 6", "width": 1.02, "height": 2.11, "location": "External Wall 2", "orientation": 0}, {"name": 7, "type": "Opening Type 1", "width": 1.81, "height": 1.21, "location": "External Wall 2", "orientation": 6}, {"name": 8, "type": "Opening Type 1", "width": 1.21, "height": 1.21, "location": "External Wall 2", "orientation": 6}, {"name": 9, "type": "Opening Type 1", "width": 1.21, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": 10, "type": "Opening Type 1", "width": 1.81, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": 11, "type": "Opening Type 1", "width": 0.46, "height": 1.06, "location": "External Wall 2", "orientation": 6}, {"name": 12, "type": "Opening Type 1", "width": 1.81, "height": 2.11, "location": "External Wall 2", "orientation": 6}, {"name": 13, "type": "Opening Type 6", "width": 0.91, "height": 2.11, "location": "External Wall 2", "orientation": 0}, {"name": 14, "type": "Opening Type 14", "pitch": 35, "width": 0.9, "height": 1.48, "location": "Roof 2", "orientation": 2}, {"name": 15, "type": "Opening Type 14", "pitch": 35, "width": 0.9, "height": 1.48, "location": "Roof 2", "orientation": 2}, {"name": 16, "type": "Opening Type 14", "pitch": 35, "width": 0.9, "height": 1.48, "location": "Roof 2", "orientation": 6}, {"name": 17, "type": "Opening Type 14", "pitch": 35, "width": 0.9, "height": 1.48, "location": "Roof 2", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.77, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.84, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.69, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 11.2, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.98, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 31.52, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 32.39, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.85, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 31.59, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.71, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 11.84, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 17, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 17, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.65, "heat_loss_area": 58.97, "total_floor_area": 58.97}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Over Garage", "storey_height": 2.29, "heat_loss_area": 22.03, "total_floor_area": 77.55}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.25, "heat_loss_area": 0, "total_floor_area": 49.97}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 406, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 101, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 409, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 281, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.5, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 101, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7030, "water_heating": 2272}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 45, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093555376, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP4 1FU", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "IPSWICH", "built_form": 3, "created_at": "2019-11-22 15:56:31", "living_area": 28.76, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "efficiency_type": 1, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 2, "main_heating_declared_values": {"efficiency": 94.2, "make_model": "tbc"}}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.27, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 60 The Winerack", "address_line_2": "Key Street", "assessment_date": "2018-01-16", "assessment_type": "SAP", "completion_date": "2019-11-22", "inspection_date": "2019-11-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.01, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500077, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.81, "sap_flat_details": {"level": 2}, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-22", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "E", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "S", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0, "roof_type": 2, "total_roof_area": 76.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Main", "total_wall_area": 30, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 3, "description": "Car Stack", "total_wall_area": 21.84, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "E", "type": "E", "width": 4.73, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "S", "type": "S", "width": 5.78, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 2, "storey_height": 2.4, "heat_loss_area": 76.87, "total_floor_area": 76.87}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 178, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 178, "currency": "GBP"}, "hot_water_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 210, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 757, "water_heating": 1789}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "1.25r06", "energy_consumption_potential": 118, "environmental_impact_current": 82, "current_energy_efficiency_band": "B", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10007782057, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV10 0FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NUNEATON", "built_form": 2, "created_at": "2019-09-27 11:00:13", "living_area": 17.5, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "42, Duckpond Lane", "assessment_date": "2019-09-27", "assessment_type": "SAP", "completion_date": "2019-09-27", "inspection_date": "2019-09-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.44}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.4}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 87.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 142.3}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.67}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.3, "location": "external", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.2, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.8, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.5, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.3, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.3, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.3, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.4, "total_floor_area": 39.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 219, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 219, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2512, "water_heating": 1615}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10024143419, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN21 1AF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "EASTBOURNE", "built_form": 6, "created_at": "2019-04-25 10:38:26", "living_area": 19.2, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 400, "heat_source_type": 3}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 7 Allingham Lodge", "address_line_2": "Southfields Road", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-04-25", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.89, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "description": "B1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External", "total_wall_area": 24.61, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 50.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 1, "width": 2.11, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 1, "width": 1.51, "height": 2.1, "location": "Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.13, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.65, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 9.65, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.55, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.55, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 20.28, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.9, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Floor 1", "storey_height": 2.55, "heat_loss_area": 47.5, "total_floor_area": 47.5}], "thermal_mass_parameter": 238}], "heating_cost_current": {"value": 143, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 143, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1004, "water_heating": 1793}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 66, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10090774707, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST13 6LY", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEK", "built_form": 4, "created_at": "2019-06-27 15:16:42", "living_area": 32.8, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.12, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 44 Portland Grange", "address_line_2": "Portland Street", "assessment_date": "2019-06-27", "assessment_type": "SAP", "completion_date": "2019-06-27", "inspection_date": "2019-06-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.79, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 88.77}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 39.57, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "External Wall 2", "total_wall_area": 9.2, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 12.99}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "S Panel", "type": "Window", "width": 4.63, "height": 1, "location": "External Wall 2", "orientation": 5}, {"name": "S Window", "type": "Window", "width": 1585, "height": 2025, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.87, "psi_value": 0.196, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.87, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.25, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.24, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 15.24, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 3.2, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.2, "psi_value": -0.089, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 6.4, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 26, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 26, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.2, "heat_loss_area": 0, "total_floor_area": 88.77}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 298, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 298, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 698, "water_heating": 1758}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 108, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 202221034, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA9 0QS", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEMBLEY", "built_form": 4, "created_at": "2019-08-27 09:05:17", "living_area": 31.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.78, "heat_efficiency": 38.29, "heat_source_type": 1, "power_efficiency": 40.31}, {"fuel_type": 51, "heat_fraction": 0.22, "heat_efficiency": 87.5, "heat_source_type": 2}], "community_heating_distribution_type": 5, "is_community_heating_cylinder_in_dwelling": "true", "community_heating_distribution_loss_factor": 1.17}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1304", "address_line_2": "48 Olympic Way", "assessment_date": "2019-08-27", "assessment_type": "SAP", "completion_date": "2019-08-27", "inspection_date": "2019-08-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500351, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "EXTERNAL", "total_wall_area": 42.06, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 2.64}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 39.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "spec", "type": "Opening Type 1", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "spec", "type": "Opening Type 2", "width": 2.8, "height": 2.3, "location": "External Wall 1", "orientation": 1}, {"name": "spec", "type": "Opening Type 2", "width": 0.95, "height": 1.47, "location": "External Wall 1", "orientation": 3}, {"name": "spec", "type": "Opening Type 2", "width": 0.95, "height": 1.47, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 53.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 131, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 131, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 776, "water_heating": 1505}}, "seller_commission_report": "Y", "energy_consumption_current": 32, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 32, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10091487624, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG18 5FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANSFIELD", "built_form": 3, "created_at": "2019-09-27 14:17:53", "living_area": 17.78, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 39 Heritage House", "address_line_2": "Woodland Park View", "assessment_date": "2019-09-27", "assessment_type": "SAP", "completion_date": "2019-09-27", "inspection_date": "2019-09-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 6", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 3", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 45.07}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "External Roof 2", "kappa_value": 9, "total_roof_area": 20.03}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "kappa_value": 30, "total_roof_area": 58.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "Wall 1", "kappa_value": 60, "total_wall_area": 81.11, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 39.8}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.48}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1.8, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 2", "type": "Opening Type 6", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Opening Type 1", "width": 4.15, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 4", "type": "Opening Type 3", "pitch": 35, "width": 1.08, "height": 1, "location": "Roof 2", "orientation": 1}, {"name": "Opening 5", "type": "Opening Type 3", "pitch": 35, "width": 3.1, "height": 1, "location": "Roof 2", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.34, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 22.39, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.12, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.16, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 8.24, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 8.24, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.45, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 7.12, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 3.16, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 2.79, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.79, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 10.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 12.67, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 12.67, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 61.55, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 42.65}]}], "heating_cost_current": {"value": 436, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 436, "currency": "GBP"}, "hot_water_cost_current": {"value": 322, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 75, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 322, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2453, "water_heating": 1836}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 92, "environmental_impact_current": 86, "current_energy_efficiency_band": "C", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094092232, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 4GB", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 4, "created_at": "2019-01-24 15:21:09", "living_area": 24.57, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 12 Halo House", "address_line_2": "27, Simpson Street", "assessment_date": "2017-04-18", "assessment_type": "SAP", "completion_date": "2019-01-24", "inspection_date": "2019-01-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.83, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 65.78}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Main Walls", "kappa_value": 14, "total_wall_area": 25.04, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.32, "wall_type": 3, "description": "Wall to Hall", "kappa_value": 18, "total_wall_area": 20.54, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 17.16}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 105.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door to Hall", "type": "Doors", "width": 1.86, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "S East", "type": "Windows", "width": 10.22, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.76, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.99, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 14.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 64, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 65.78}]}], "heating_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 80, "currency": "GBP"}, "hot_water_cost_current": {"value": 276, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 276, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 326, "water_heating": 1627}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 85, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093725617, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM8 1YR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITHAM", "built_form": 2, "created_at": "2019-06-24 09:02:03", "living_area": 20.78, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17039, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "67, Butcher Row", "assessment_date": "2019-06-24", "assessment_type": "SAP", "completion_date": "2019-06-24", "inspection_date": "2019-06-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.69, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 4, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 5, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 6, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 7, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 8, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 9, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 42.26}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main Wall", "total_wall_area": 90.63, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 45.74}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.81, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 3, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 4, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 5, "width": 1.81, "height": 2.25, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 6, "width": 0.7, "height": 1, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 7, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 8, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 9, "type": 9, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.94, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.19, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.311, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.311, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.8, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.5, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.46, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.46, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.5, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.5, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 42.26, "total_floor_area": 42.26}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 42.26}], "thermal_mass_parameter": 165}], "heating_cost_current": {"value": 198, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 198, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2225, "water_heating": 1758}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 0, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091559932, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV31 3SN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEAMINGTON SPA", "built_form": 3, "created_at": "2019-10-24 15:35:09", "living_area": 26.02, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17503, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200026, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "11 Stephenson Court", "address_line_2": "Station Approach", "assessment_date": "2019-10-24", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.03, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500451, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 4", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 65.94}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "Communal Wall", "total_wall_area": 9.04, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "External Wall", "total_wall_area": 30.18, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1 (WG2)", "type": "Opening Type 1", "width": 1.13, "height": 2.05, "location": "External Wall 2", "orientation": 5}, {"name": "W2 (WG1)", "type": "Opening Type 1", "width": 1.58, "height": 2.05, "location": "External Wall 2", "orientation": 1}, {"name": "D2 (W4)", "type": "Opening Type 1", "width": 2.9, "height": 2.05, "location": "External Wall 2", "orientation": 5}, {"name": "D1", "type": "Opening Type 4", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.61, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 5.61, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 35.668, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.284, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 4.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 34.638, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.2, "heat_loss_area": 0, "total_floor_area": 65.94}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 76, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 578, "water_heating": 1706}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 73, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094359523, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M24 2EL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 3, "created_at": "2019-05-24 18:44:40", "living_area": 14.51, "orientation": 6, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17958, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200012, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "77, Baytree Lane", "address_line_2": "Middleton", "assessment_date": "2019-05-24", "assessment_type": "SAP", "completion_date": "2019-05-24", "inspection_date": "2019-05-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.67, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500428, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.7, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38}], "sap_walls": [{"name": "Wall 1", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 94.489, "is_curtain_walling": "false"}, {"name": "Internal Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 155.19}, {"name": "Party Wall 1", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.312}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.023, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.585, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 0.798, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.585, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.36, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.585, "height": 2.1, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.756, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.148, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.571, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.571, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.913, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.658, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 20.352, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.176, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.176, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.923, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.923, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.923, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.468, "heat_loss_area": 38, "total_floor_area": 38}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 38, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 270, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2485, "water_heating": 1701}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 17, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091669806, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL52 3HY", "data_type": 2, "hot_water": {"description": {"value": "From main system, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "CHELTENHAM", "built_form": 1, "created_at": "2019-06-25 08:52:03", "living_area": 27.75, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 3, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 2}, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17803, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.61, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Flora Close", "assessment_date": "2019-06-25", "assessment_type": "SAP", "completion_date": "2019-06-25", "inspection_date": "2019-06-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.48, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 158, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 79.12}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 197.7, "is_curtain_walling": "false"}, {"name": "Internal Walls Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 280.37}, {"name": "Internal Wall Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 30.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.17, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 11.58, "location": "External Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 15.16, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.15, "location": "External Wall", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.97, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 41, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.02, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 40.02, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.62, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 21.4, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 29.64, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.88, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.99, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 79.12, "total_floor_area": 79.12}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 79.12, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 332, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 332, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.1, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5501, "water_heating": 2230}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 38, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 41233853, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L37 3AD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 1, "created_at": "2019-02-27 08:48:03", "living_area": 15.59, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17704, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 2.86, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, The Green View", "address_line_2": "Formby", "assessment_date": "2019-02-25", "assessment_type": "SAP", "completion_date": "2019-02-27", "inspection_date": "2019-02-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.43, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.47}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.47}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "ICL", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 65.38}], "sap_walls": [{"name": "EW brick", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 61.76, "is_curtain_walling": "false"}, {"name": "WTG", "u_value": 0.32, "wall_type": 2, "kappa_value": 9, "total_wall_area": 20.36, "is_curtain_walling": "false"}, {"name": "EW Render", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 71.9, "is_curtain_walling": "false"}, {"name": "Curtain walling", "u_value": 1.4, "wall_type": 2, "kappa_value": 9, "total_wall_area": 14.36, "is_curtain_walling": "true"}, {"name": "IW timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 214.93}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.87, "location": "WTG", "orientation": 3}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "EW brick", "orientation": 1}, {"name": 3, "type": "Door (2)", "width": 1, "height": 1.92, "location": "EW brick", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "EW brick", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.49, "location": "EW brick", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 8.86, "location": "EW brick", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "EW brick", "orientation": 3}, {"name": 8, "type": "Windows (2)", "width": 1, "height": 4.2, "location": "Curtain walling", "orientation": 5}, {"name": 9, "type": "Windows (2)", "width": 1, "height": 3.48, "location": "Curtain walling", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.23, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 1.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.42, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 33.41, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 7.57, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 7.57, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 25.84, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 14.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.21, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 27.89, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.73, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 52.21, "total_floor_area": 52.21}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "kappa_value": 20, "storey_height": 2.59, "heat_loss_area": 13.17, "total_floor_area": 65.38}]}], "heating_cost_current": {"value": 288, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 288, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4261, "water_heating": 2153}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 31, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10023913693, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.35 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 29% of fixed outlets", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "CM6 1TU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DUNMOW", "built_form": 3, "created_at": "2019-04-26 08:52:14", "living_area": 15.48, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 75}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "17, Guelder Rose", "assessment_date": "2019-04-25", "assessment_type": "SAP", "completion_date": "2019-04-26", "inspection_date": "2019-04-25", "sap_ventilation": {"psv_count": 0, "wall_type": 2, "pressure_test": 4, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "ground_floor_type": 1, "has_draught_lobby": "false", "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.81, "total_floor_area": 116, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 29}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.4, "data_source": 2, "description": "entrance", "glazing_type": 6}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 2, "description": "kitchen", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.45}, {"name": 12, "type": 5, "u_value": 1.7, "data_source": 2, "description": "r1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 13, "type": 5, "u_value": 1.7, "data_source": 2, "description": "r2", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 14, "type": 5, "u_value": 1.7, "data_source": 2, "description": "r3", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Insulated Slope", "total_roof_area": 11.95}, {"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Type A insul ceiling", "total_roof_area": 35.29}], "sap_walls": [{"name": "Wall 1", "u_value": 0.36, "wall_type": 2, "description": "Brick faced", "total_wall_area": 106.27, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.32, "wall_type": 2, "description": "render", "total_wall_area": 30.49, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.14, "location": "Wall 2", "orientation": 0}, {"name": 2, "type": 2, "width": 1.02, "height": 1.61, "location": "Wall 2", "orientation": 8}, {"name": 3, "type": 2, "width": 3.6, "height": 2.14, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 2, "width": 1.02, "height": 1.23, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 2, "width": 1.02, "height": 1.23, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 2, "width": 1.02, "height": 1.38, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 2, "width": 0.54, "height": 1.38, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 2, "width": 1.02, "height": 1.23, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 2, "width": 1.02, "height": 1.23, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 2, "width": 1.02, "height": 1.23, "location": "Wall 1", "orientation": 4}, {"name": 11, "type": 2, "width": 0.54, "height": 1.23, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 12, "pitch": 30, "width": 0.66, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 13, "type": 13, "pitch": 30, "width": 0.66, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 14, "type": 14, "pitch": 30, "width": 0.66, "height": 0.98, "location": "Roof 2", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "SAP 2005 record"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground", "storey_height": 2.53, "heat_loss_area": 45.25, "total_floor_area": 45.25}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 35.29}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 35.29}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 380, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 130, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 389, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 47, "currency": "GBP"}, "indicative_cost": "\u00a385", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 79}, {"sequence": 2, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 81}, {"sequence": 3, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.2, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6429, "water_heating": 2317}}, "seller_commission_report": "Y", "energy_consumption_current": 126, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 58, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10002357249, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE74 2SB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-02-25 15:09:10", "living_area": 17.91, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "76, Craner Road", "address_line_2": "Castle Donington", "assessment_date": "2019-02-25", "assessment_type": "SAP", "completion_date": "2019-02-25", "inspection_date": "2019-02-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.17, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W1A", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 12, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 17, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 61.74}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 155.78, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.28, "wall_type": 3, "description": "Semi-Exposed", "total_wall_area": 17.3, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.68, "height": 1.5, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": 1, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 1.24, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 9, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 12, "type": 12, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 13, "type": 1, "width": 1.81, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 14, "type": 1, "width": 1.43, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 15, "type": 1, "width": 0.68, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 17, "type": 17, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.21, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.19, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.6, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.85, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.36, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.23, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.14, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.28, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground floor", "storey_height": 2.54, "heat_loss_area": 51.99, "total_floor_area": 51.99}, {"storey": 1, "u_value": 0.11, "floor_type": 3, "description": "Garage Ceiling", "storey_height": 2.78, "heat_loss_area": 12.06, "total_floor_area": 61.74}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 297, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 297, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4646, "water_heating": 1844}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 33, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093628941, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE28 4FX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HUNTINGDON", "built_form": 1, "created_at": "2019-09-25 08:44:39", "living_area": 21.62, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "4, Bailey Grove", "address_line_2": "Brampton", "assessment_date": "2019-09-25", "assessment_type": "SAP", "completion_date": "2019-09-25", "inspection_date": "2019-09-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.39, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.41}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Joists", "total_roof_area": 52.96}], "sap_walls": [{"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Ext Wall", "total_wall_area": 69.47, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 31.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.99, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 2, "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 2, "width": 0.57, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 2, "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.7, "psi_value": 0.177, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.71, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 6.47, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 3.99, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.84, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 15.62, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1.14, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 8.55, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.13, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.24, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "GF", "storey_height": 2.77, "heat_loss_area": 5.45, "total_floor_area": 5.45}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.38, "heat_loss_area": 0, "total_floor_area": 52.2}], "thermal_mass_parameter": 175}], "heating_cost_current": {"value": 172, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 172, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1683, "water_heating": 1418}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 91, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091701866, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WA3 3YN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WARRINGTON", "built_form": 3, "created_at": "2019-07-25 11:29:55", "living_area": 16.8, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "5, East Meadow Close", "address_line_2": "Golborne", "assessment_date": "2019-07-25", "assessment_type": "SAP", "completion_date": "2019-07-25", "inspection_date": "2019-07-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.14, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 101, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "dormer", "total_roof_area": 1.6}, {"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "eaves", "total_roof_area": 11.7}, {"name": "Roof 3", "u_value": 0.1, "roof_type": 2, "description": "ins. at joists", "total_roof_area": 18.9}, {"name": "Roof 4", "u_value": 0.14, "roof_type": 2, "description": "ins. at rafters", "total_roof_area": 10.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "dormer", "total_wall_area": 5.3, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.1, "wall_type": 2, "description": "eaves walls", "total_wall_area": 14, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "external", "total_wall_area": 100.2, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 55.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "front", "type": "Opening Type 2", "width": 1.3, "height": 1, "location": "External Wall 3", "orientation": 2}, {"name": "front", "type": "Opening Type 2", "width": 0.9, "height": 1.15, "location": "External Wall 3", "orientation": 2}, {"name": "front", "type": "Opening Type 2", "width": 1.3, "height": 1.1, "location": "External Wall 3", "orientation": 2}, {"name": "front", "type": "Opening Type 2", "width": 1.3, "height": 1.2, "location": "External Wall 3", "orientation": 2}, {"name": "rear", "type": "Opening Type 2", "width": 1.3, "height": 2.1, "location": "External Wall 3", "orientation": 6}, {"name": "rear", "type": "Opening Type 2", "width": 1.4, "height": 1.2, "location": "External Wall 3", "orientation": 6}, {"name": "rear", "type": "Opening Type 2", "width": 1.8, "height": 1.2, "location": "External Wall 3", "orientation": 6}, {"name": "roof light", "type": "Opening Type 9", "pitch": 45, "width": 0.6, "height": 0.8, "location": "Roof 4", "orientation": 6}, {"name": "roof light", "type": "Opening Type 9", "pitch": 45, "width": 0.6, "height": 0.8, "location": "Roof 4", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.043, "calculation_reference": "calculated"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.3, "heat_loss_area": 36.7, "total_floor_area": 36.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 36.7}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 27.8}], "thermal_mass_parameter": 154}], "heating_cost_current": {"value": 229, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 229, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2687, "water_heating": 1873}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 19, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093952951, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.38 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU1 3EN", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "HULL", "built_form": 3, "created_at": "2019-01-25 17:30:08", "living_area": 22.96, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 4.04, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 9, South Block", "address_line_2": "Kingston House", "address_line_3": "Bond Street", "assessment_date": "2018-05-29", "assessment_type": "SAP", "completion_date": "2019-01-25", "inspection_date": "2019-01-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window kingston House", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 47.17}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "Wall A External", "total_wall_area": 35.23, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.57, "wall_type": 3, "description": "WallB", "total_wall_area": 17.81, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.29, "wall_type": 3, "description": "Wall A Sheltered", "total_wall_area": 11.55, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.57, "wall_type": 3, "description": "Wall D", "total_wall_area": 6.91, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Window kingston House", "width": 9.24, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 2", "type": "Window kingston House", "width": 18.48, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 3", "type": "Door", "width": 1.67, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.36, "heat_loss_area": 0, "total_floor_area": 47.17}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 446, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 58, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 446, "currency": "GBP"}, "hot_water_cost_current": {"value": 353, "currency": "GBP"}, "co2_emissions_potential": 2.6, "energy_rating_potential": 58, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 353, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2627, "water_heating": 2083}}, "seller_commission_report": "Y", "energy_consumption_current": 321, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 321, "environmental_impact_current": 62, "current_energy_efficiency_band": "D", "environmental_impact_potential": 62, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 54} +{"uprn": 10093757861, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR5 3JU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COULSDON", "built_form": 2, "created_at": "2019-06-25 10:03:06", "living_area": 22.53, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Bennett Close", "assessment_date": "2019-06-25", "assessment_type": "SAP", "completion_date": "2019-06-25", "inspection_date": "2019-06-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.81, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-25", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.1, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.41, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.41, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof - Ceiling ins", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 15.02}, {"name": "Sloping ceiling", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.39}, {"name": "Roof void", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 10.74}], "sap_walls": [{"name": "External Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 111.05, "is_curtain_walling": "false"}, {"name": "Ashlar Wall", "u_value": 0.12, "wall_type": 2, "kappa_value": 9, "total_wall_area": 13.38, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 65.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.11, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.35, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.64, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.74, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 2.88, "location": "Sloping ceiling", "orientation": 8}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.92, "location": "Sloping ceiling", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.86, "psi_value": 0.195, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6.13, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.84, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.25, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.78, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 13.02, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.46, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.72, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 15.62, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.79, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.04, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.45, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 13.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 3.46, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 8.72, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 46.64, "total_floor_area": 46.63}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.79, "heat_loss_area": 1.14, "total_floor_area": 36.903}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.53, "heat_loss_area": 0, "total_floor_area": 25.858}]}], "heating_cost_current": {"value": 259, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 259, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3311, "water_heating": 1754}}, "seller_commission_report": "Y", "energy_consumption_current": 53, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 43, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10094523124, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE20 0EQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "NEWCASTLE UPON TYNE", "built_form": 1, "created_at": "2019-09-02 14:56:37", "living_area": 25.249, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 2, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 2, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18216, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.16, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, LPG", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Glenlair", "address_line_2": "4 North Carol Wood", "address_line_3": "Medburn", "assessment_date": "2019-06-26", "assessment_type": "SAP", "completion_date": "2019-09-02", "inspection_date": "2019-06-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.71, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 415, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 2.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Slope", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 90.9}, {"name": "Ins Ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.44}, {"name": "sun roof slope", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12}, {"name": "flat", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.038}], "sap_walls": [{"name": "Front", "u_value": 0.21, "wall_type": 2, "kappa_value": 190, "total_wall_area": 82.2, "is_curtain_walling": "false"}, {"name": "Rear", "u_value": 0.21, "wall_type": 2, "kappa_value": 190, "total_wall_area": 82.2, "is_curtain_walling": "false"}, {"name": "Left", "u_value": 0.21, "wall_type": 2, "kappa_value": 190, "total_wall_area": 83.02, "is_curtain_walling": "false"}, {"name": "Right", "u_value": 0.21, "wall_type": 2, "kappa_value": 190, "total_wall_area": 83.02, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 3.75, "location": "Front", "orientation": 0}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Rear", "orientation": 0}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 13.5, "location": "Front", "orientation": 0}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 23.64, "location": "Rear", "orientation": 0}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 2.43, "location": "Left", "orientation": 0}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 5.13, "location": "Right", "orientation": 0}, {"name": 7, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Slope", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 153.3, "total_floor_area": 150.973}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 138.986}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 125.206}]}], "heating_cost_current": {"value": 1635, "currency": "GBP"}, "co2_emissions_current": 6.3, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 158, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1639, "currency": "GBP"}, "hot_water_cost_current": {"value": 172, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 76, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 296, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 86}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 91}], "co2_emissions_potential": 3.3, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 158, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 93, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 21988, "water_heating": 2267}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 37, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093917553, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK2 2ER", "data_type": 2, "hot_water": {"description": "From main system, no cylinder thermostat", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 1}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-03-26 13:25:46", "living_area": 19.05, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 195, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2104, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 2, "is_hot_water_separately_timed": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, electric", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "10, Princes Way", "address_line_3": "Bletchley", "assessment_date": "2019-03-07", "assessment_type": "SAP", "completion_date": "2019-03-26", "inspection_date": "2019-03-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-26", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 63.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "total_wall_area": 44.74, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1.1, "height": 1.1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 44.1}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 124, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 124, "currency": "GBP"}, "hot_water_cost_current": {"value": 268, "currency": "GBP"}, "co2_emissions_potential": 2.7, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 268, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1401, "water_heating": 3406}}, "seller_commission_report": "Y", "energy_consumption_current": 357, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 357, "environmental_impact_current": 58, "current_energy_efficiency_band": "C", "environmental_impact_potential": 58, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 60} +{"uprn": 38323965, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L2 2AA", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LIVERPOOL", "built_form": 4, "created_at": "2019-04-26 12:31:05", "living_area": 14.8, "orientation": 6, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.03, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "605 Silkhouse Court", "address_line_2": "7 Tithebarn Street", "assessment_date": "2019-04-26", "assessment_type": "SAP", "completion_date": "2019-04-26", "inspection_date": "2019-04-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500295, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 54, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 53.97}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 18.52, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 62.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "SE", "type": "Windows", "width": 2, "height": 1.98, "location": "External Wall 1", "orientation": 4}, {"name": "SW", "type": "Windows", "width": 0.35, "height": 1.98, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 53.97}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 244, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 244, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 841, "water_heating": 1439}}, "seller_commission_report": "Y", "energy_consumption_current": 148, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 148, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10091493865, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM1 6BU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELMSFORD", "built_form": 1, "created_at": "2019-09-26 16:28:54", "living_area": 16.64, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17144, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "34, Edward Harvey Link", "address_line_2": "Springfield", "assessment_date": "2019-09-26", "assessment_type": "SAP", "completion_date": "2019-09-26", "inspection_date": "2019-09-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.59, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulated at ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.69}], "sap_walls": [{"name": "External Wall Brick 3.6", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 146.9, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.98}, {"name": "IW 2", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 69.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.25, "location": "External Wall Brick 3.6", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.84, "location": "External Wall Brick 3.6", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.97, "location": "External Wall Brick 3.6", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.43, "location": "External Wall Brick 3.6", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.3, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 2.96, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.38, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.28, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.28, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.34, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.94, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 24.41, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.87, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.54, "heat_loss_area": 43.16, "total_floor_area": 43.16}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "kappa_value": 20, "storey_height": 2.85, "heat_loss_area": 1.53, "total_floor_area": 44.69}]}], "heating_cost_current": {"value": 240, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 242, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2547, "water_heating": 2062}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093988988, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV31 1QB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEAMINGTON SPA", "built_form": 4, "created_at": "2019-08-23 13:30:25", "living_area": 22.34, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "12 Elisabeth House", "address_line_2": "St. Marys Road", "assessment_date": "2019-08-23", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 6", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall", "total_wall_area": 37.95, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "Comunal wall", "total_wall_area": 12.13, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.24, "height": 1.12, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "D2 W5", "type": "Opening Type 1", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W4", "type": "Opening Type 1", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "D1", "type": "Opening Type 6", "width": 1.01, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.29, "psi_value": 0.214, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.28, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.24, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.74, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 21.524, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 58.82}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 166, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 166, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1351, "water_heating": 1454}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 84, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 100023569033, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE4 2SF", "data_type": 4, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-23 17:09:59", "living_area": 40.96, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17591, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "274, Brockley Road", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof", "u_value": 0.163, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.3}], "sap_walls": [{"name": "Ext wall", "u_value": 0.285, "wall_type": 2, "kappa_value": 135, "total_wall_area": 81.58, "is_curtain_walling": "false"}, {"name": "corridor wall", "u_value": 0.285, "wall_type": 2, "kappa_value": 150, "total_wall_area": 13.77, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.916, "height": 2.172, "location": "Ext wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.087, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.7, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 0.7, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.123, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 0.478, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.478, "height": 1.75, "location": "Ext wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 0.7, "height": 1.51, "location": "Ext wall", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 1.17, "height": 1.51, "location": "Ext wall", "orientation": 5}, {"name": 10, "type": "Windows (1)", "width": 0.851, "height": 1.51, "location": "Ext wall", "orientation": 5}, {"name": 11, "type": "Windows (1)", "width": 2.967, "height": 2.298, "location": "Ext wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 309, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 309, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4780, "water_heating": 2005}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 118, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 76, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093524586, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WD6 1AQ", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BOREHAMWOOD", "built_form": 1, "created_at": "2019-09-23 15:15:39", "living_area": 23.31, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 2, "main_heating_declared_values": {"efficiency": 100}}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 1.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6 Cavendish Hall House", "address_line_2": "Holmesley Road", "assessment_date": "2019-09-23", "assessment_type": "SAP", "completion_date": "2019-09-23", "inspection_date": "2019-09-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-23", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.6869, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 72.04}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 41.99, "is_curtain_walling": "false"}, {"name": "Communal Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 9.4, "is_curtain_walling": "false"}, {"name": "Metal Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 127.28}, {"name": "Block Wall", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 25.33}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 32.59}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Communal Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10.63, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.89, "location": "External Wall", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 11.26, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 43.18, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 7.14, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.76, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 27, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 19.03, "total_floor_area": 72.04}]}], "heating_cost_current": {"value": 255, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 294, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 294, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1429, "water_heating": 1671}}, "seller_commission_report": "Y", "energy_consumption_current": 123, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 123, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10094093278, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M19 3XR", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-10-23 17:55:08", "living_area": 23.2, "orientation": 7, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 23", "address_line_2": "13, Atlas Place", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.69, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.54, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Warm roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 62.4}], "sap_walls": [{"name": "Brickwork", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 18.8, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 44.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 5.8, "location": "Brickwork", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 150, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 150, "currency": "GBP"}, "hot_water_cost_current": {"value": 283, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 283, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 685, "water_heating": 1610}}, "seller_commission_report": "Y", "energy_consumption_current": 116, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 116, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093627073, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE28 4GS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HUNTINGDON", "built_form": 2, "created_at": "2019-09-23 09:32:25", "living_area": 14.02, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "32, Walston Way", "address_line_2": "Brampton", "assessment_date": "2019-09-23", "assessment_type": "SAP", "completion_date": "2019-09-23", "inspection_date": "2019-09-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.19, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.8, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Pitched Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.7}], "sap_walls": [{"name": "Brick External Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 91, "is_curtain_walling": "false"}, {"name": "Timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 167.91}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 41.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.99, "location": "Brick External Wall", "orientation": 5}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.99, "location": "Brick External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.1, "location": "Brick External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.96, "location": "Brick External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.09, "location": "Brick External Wall", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.04, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.14, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.5, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.67, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.67, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.64, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.03, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.03, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.03, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.03, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 38.7, "total_floor_area": 38.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 38.7, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 205, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 205, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2394, "water_heating": 1604}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 310082814, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG2 0DA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "READING", "built_form": 2, "created_at": "2019-10-28 12:51:14", "living_area": 27.32, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 21", "address_line_2": "16, Ruston Close", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.14, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.37, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 68.34}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External", "total_wall_area": 24.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 63.14}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.47, "height": 1.57, "location": "External Wall 1", "orientation": 4}, {"name": 2, "type": "Opening Type 1", "width": 0.79, "height": 1.57, "location": "External Wall 1", "orientation": 4}, {"name": 3, "type": "Opening Type 1", "width": 3.05, "height": 2.1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.31, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.31, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10.48, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.38, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 19.84, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 50.92, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 68.34}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 128, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 128, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 412, "water_heating": 1671}}, "seller_commission_report": "Y", "energy_consumption_current": 62, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 62, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10090740047, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB8 8YY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "NEWMARKET", "built_form": 1, "created_at": "2019-01-28 12:06:02", "living_area": 29.88, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 10, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 102032, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 631, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.09, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 3, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 1.65, "is_heat_pump_assisted_by_immersion": "true", "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Newton House", "address_line_2": "3 The Orchard", "address_line_3": "Stradishall", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-01-28", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.88, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 174, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "French", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "Room heaters, dual fuel (mineral and wood)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof", "total_roof_area": 91.94}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "External Roof slope", "total_roof_area": 3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall render", "total_wall_area": 193.63, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "External Wall plinth", "total_wall_area": 18.11, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Hall", "type": "Entrance", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Utility", "type": "Windows", "width": 1.77, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "WC", "type": "Windows", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "Sitting room", "type": "Windows", "width": 1.77, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "Bedroom 1 &3", "type": "Windows", "width": 2.52, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Ensuite", "type": "Windows", "width": 0.63, "height": 0.75, "location": "External Wall 1", "orientation": 3}, {"name": "Hall", "type": "Windows", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Utility", "type": "Entrance", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Kitchen", "type": "Windows", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Family room", "type": "Windows", "width": 4.5, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Kitchen", "type": "Windows", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "Family & Sitting", "type": "French", "width": 7.56, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Family room", "type": "Windows", "width": 3, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Berdoom 2 &4", "type": "Windows", "width": 2.52, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Bathroom", "type": "Windows", "width": 0.92, "height": 0.9, "location": "External Wall 1", "orientation": 7}, {"name": "Family room", "type": "Windows", "width": 4.5, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Hall", "type": "Windows", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 27.32, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 25.36, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 67.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 45.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 36.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 32.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.5, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 14.2, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 4.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 30.48, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.92, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.48, "heat_loss_area": 97.56, "total_floor_area": 93.86}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 80.56}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 400, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 400, "currency": "GBP"}, "hot_water_cost_current": {"value": 222, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 84, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 105, "environmental_impact_rating": 104}], "co2_emissions_potential": -0.9, "energy_rating_potential": 105, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 137, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8688, "water_heating": 2333}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -30, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 104, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 207022619, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EN3 4FW", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "ENFIELD", "built_form": 1, "created_at": "2019-06-28 10:40:49", "living_area": 16.7, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.53, "heat_efficiency": 41.5, "heat_source_type": 1, "power_efficiency": 38}, {"fuel_type": 51, "heat_fraction": 0.47, "heat_efficiency": 87.2, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "112 Peregrine Point", "address_line_2": "5, Alma Road", "assessment_date": "2019-06-28", "assessment_type": "SAP", "completion_date": "2019-06-28", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.84, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 50.34}], "sap_walls": [{"name": "E1 external wall", "u_value": 0.19, "wall_type": 2, "kappa_value": 14, "total_wall_area": 18.38, "is_curtain_walling": "false"}, {"name": "E3d external wall", "u_value": 0.31, "wall_type": 2, "kappa_value": 150, "total_wall_area": 6.5, "is_curtain_walling": "false"}, {"name": "S3 corridor wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 10.1, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 95}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 5}, {"name": "S1", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 37.73}, {"name": "S2", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 4.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "S3 corridor wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.73, "location": "E1 external wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.53, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.58, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.6, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 36.58, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 123, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 123, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 250, "water_heating": 1824}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 56, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093296451, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP10 9PP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWPORT", "built_form": 2, "created_at": "2019-10-28 14:28:55", "living_area": 15.4, "orientation": 2, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Nettlefolds Crescent", "address_line_2": "Rogerstone", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 6.26, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.5}], "sap_walls": [{"name": "external", "u_value": 0.19, "wall_type": 1, "kappa_value": 60, "total_wall_area": 93.59}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.8}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 19.3}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 38.22}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.15, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.15, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.05, "location": "external", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.2, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.5, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.3, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.1, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.3, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.9, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.8, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.8, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 42.5, "total_floor_area": 42.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 42.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 334, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2039, "water_heating": 1657}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -4, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094298822, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN10 2GZ", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "DEVIZES", "built_form": 1, "created_at": "2019-02-28 14:47:06", "living_area": 20.8, "orientation": 5, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "hot_water_store_heat_loss": 1.35, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "52 Shackleton Place", "address_line_2": "Bath Road", "assessment_date": "2019-02-28", "assessment_type": "SAP", "completion_date": "2019-02-28", "inspection_date": "2019-02-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.68, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-28", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.156178688, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 47.7}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 7.8}], "sap_walls": [{"name": "Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "total_wall_area": 18.92, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 53.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.6, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 2, "type": 1, "width": 1.15, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 1, "width": 1.15, "height": 1.4, "location": "Wall 1", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.9, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.9, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 9.1, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.05, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 1.75, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.3, "psi_value": 0.28, "psi_value_source": 2, "thermal_bridge_type": "E15"}, {"length": 2.35, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.35, "psi_value": -0.084, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.7, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 23, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 4.8, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.35, "heat_loss_area": 0, "total_floor_area": 55.5}], "thermal_mass_parameter": 178}], "heating_cost_current": {"value": 92, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 92, "currency": "GBP"}, "hot_water_cost_current": {"value": 137, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 137, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 337, "water_heating": 1526}}, "seller_commission_report": "Y", "energy_consumption_current": 117, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 117, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093342870, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE17 1FT", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-02-19 11:18:27", "living_area": 40, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 44.9800758, "heat_source_type": 1, "power_efficiency": 42.9199257}, {"fuel_type": 44, "heat_fraction": 0.4, "heat_efficiency": 94.98, "heat_source_type": 2}], "community_heating_distribution_type": 6, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 804 Sandow House", "address_line_2": "39, Heygate Street", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.31, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 14, "total_wall_area": 65.011, "is_curtain_walling": "false"}, {"name": "Party dwellings", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 28.765}, {"name": "Party corridor", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.031}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.472, "height": 2.32, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.472, "height": 2.32, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.472, "height": 2.32, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.472, "height": 2.32, "location": "External Wall", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 2.682, "height": 2.32, "location": "External Wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.652, "height": 2.32, "location": "External Wall", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1.697, "height": 1.65, "location": "External Wall", "orientation": 6}, {"name": 8, "type": "Windows (1)", "width": 1.922, "height": 2.32, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 128, "currency": "GBP"}, "co2_emissions_current": 0.3, "energy_rating_average": 60, "energy_rating_current": 92, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 128, "currency": "GBP"}, "hot_water_cost_current": {"value": 0, "currency": "GBP"}, "co2_emissions_potential": 0.3, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 0, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 682, "water_heating": 2220}}, "seller_commission_report": "Y", "energy_consumption_current": 19, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 19, "environmental_impact_current": 97, "current_energy_efficiency_band": "A", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 3} +{"uprn": 10093751734, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY4 2FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHREWSBURY", "built_form": 1, "created_at": "2019-05-28 09:41:52", "living_area": 25.676, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 292, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17487, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.824, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, James Way", "address_line_2": "Baschurch", "assessment_date": "2019-05-28", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.99, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 191, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.73}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 96.8}, {"name": "Slope", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.168}], "sap_walls": [{"name": "Besblock Cavity", "u_value": 0.23, "wall_type": 2, "kappa_value": 78, "total_wall_area": 204.58, "is_curtain_walling": "false"}, {"name": "Dormer", "u_value": 0.32, "wall_type": 2, "kappa_value": 9, "total_wall_area": 0.845, "is_curtain_walling": "false"}, {"name": "Rendered Wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 78, "total_wall_area": 17.152, "is_curtain_walling": "false"}, {"name": "Plinth", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 2.945, "is_curtain_walling": "false"}, {"name": "Internal Block", "u_value": 0, "wall_type": 5, "kappa_value": 63, "total_wall_area": 84.319}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 218.07}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.023, "height": 2.1, "location": "Besblock Cavity", "orientation": 7}, {"name": 2, "type": "Door (2)", "width": 1.023, "height": 2.1, "location": "Besblock Cavity", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 0.787, "height": 1.5, "location": "Besblock Cavity", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.63, "height": 1.5, "location": "Besblock Cavity", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 2.025, "height": 1.5, "location": "Besblock Cavity", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 0.63, "height": 1.5, "location": "Besblock Cavity", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.248, "height": 1.5, "location": "Besblock Cavity", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 1.81, "height": 1.05, "location": "Besblock Cavity", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "Besblock Cavity", "orientation": 5}, {"name": 10, "type": "Windows (1)", "width": 3.385, "height": 2.1, "location": "Besblock Cavity", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 2.485, "height": 2.1, "location": "Besblock Cavity", "orientation": 3}, {"name": 12, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Besblock Cavity", "orientation": 7}, {"name": 13, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "Rendered Wall", "orientation": 7}, {"name": 14, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Besblock Cavity", "orientation": 7}, {"name": 15, "type": "Windows (1)", "width": 0.573, "height": 1.05, "location": "Besblock Cavity", "orientation": 1}, {"name": 16, "type": "Windows (1)", "width": 0.573, "height": 1.05, "location": "Besblock Cavity", "orientation": 1}, {"name": 17, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "Besblock Cavity", "orientation": 3}, {"name": 18, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Besblock Cavity", "orientation": 3}, {"name": 19, "type": "Windows (1)", "width": 1.248, "height": 1.05, "location": "Besblock Cavity", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.668, "psi_value": 0.006, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.798, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 45.3, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 45.488, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.594, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 4.694, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 40.118, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 22.246, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 2.359, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 22.586, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0.919, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.26, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 39.204, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.156, "psi_value": -0.105, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": -0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 90, "storey_height": 2.385, "heat_loss_area": 93.592, "total_floor_area": 93.592}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "kappa_value": 20, "storey_height": 2.627, "heat_loss_area": 4.595, "total_floor_area": 96.996}]}], "heating_cost_current": {"value": 409, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 98, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 410, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 98, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6688, "water_heating": 2289}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 39, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10094245947, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF14 1DD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 3}, "post_town": "CARDIFF", "built_form": 1, "created_at": "2019-10-28 12:17:19", "living_area": 41.34, "orientation": 4, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 102223, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "is_immersion_for_summer_use": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "WLS", "main_heating": [{"description": {"value": "Air source heat pump, Underfloor heating, pipes in screed above insulation, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Second Floor Flat", "address_line_2": "57 Merthyr Road", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 3, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (2)", "type": 5, "u_value": 1.8, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 126.16}], "sap_walls": [{"name": "External wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 114.96, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 3.9, "height": 1.9, "location": "External wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 0.9, "height": 1.9, "location": "External wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 2, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 2, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 5, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 1.5, "location": "Roof", "orientation": 9}, {"name": 6, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 1, "location": "Roof", "orientation": 9}, {"name": 7, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 1, "location": "Roof", "orientation": 9}, {"name": 8, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 1, "location": "Roof", "orientation": 9}, {"name": 9, "type": "Roof windows (2)", "pitch": 0, "width": 0.7, "height": 0.7, "location": "Roof", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 309, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 309, "currency": "GBP"}, "hot_water_cost_current": {"value": 356, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 356, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7237, "water_heating": 2159}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 101, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 17} +{"uprn": 3455150718, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST6 5GE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOKE-ON-TRENT", "built_form": 2, "created_at": "2019-01-28 13:27:51", "living_area": 15.6, "orientation": 3, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "21, Valehouse View", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-01-28", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 2.3, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane Roof", "u_value": 0.16, "roof_type": 2, "total_roof_area": 39.5}], "sap_walls": [{"name": "Brick Wall", "u_value": 0.3, "wall_type": 2, "total_wall_area": 81.9, "is_curtain_walling": "false"}, {"name": "Render Wall", "u_value": 0.3, "wall_type": 2, "total_wall_area": 10.46, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "Brick Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.66, "location": "Brick Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.24, "location": "Brick Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Brick Wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.88, "location": "Render Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.97, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.83, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.83, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.6, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.23, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.36, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "storey_height": 2.48, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 39.5}]}], "heating_cost_current": {"value": 250, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 250, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2869, "water_heating": 1774}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093488856, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE40 4QA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RYTON", "built_form": 3, "created_at": "2019-03-28 10:18:26", "living_area": 17.28, "orientation": 8, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "28, Jarvis Drive", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.33}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87.07, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.274}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 101.816}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.91}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.62, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.31, "location": "external", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.16, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.05, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.77, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.77, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.42, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.35, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.35, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.35, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.33, "total_floor_area": 39.33}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.33, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 211, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 211, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 282, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2336, "water_heating": 1614}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 100030402801, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE3 8AH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-06-28 12:53:35", "living_area": 56.6, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18433, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.54, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "42, Sports Road", "address_line_2": "Glenfield", "assessment_date": "2019-06-28", "assessment_type": "SAP", "completion_date": "2019-06-28", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 188, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.8, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Roof windows (2)", "type": 5, "u_value": 1.8, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof @ Joist", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.06}, {"name": "Roof @ Rafts", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 49.91}, {"name": "Flat Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.85}], "sap_walls": [{"name": "Ext cav walls", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 159.27, "is_curtain_walling": "false"}, {"name": "Block Cav Wall (Garage)", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 5.25, "is_curtain_walling": "false"}, {"name": "Dormer Cheeks", "u_value": 0.12, "wall_type": 2, "kappa_value": 9, "total_wall_area": 48.32, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 35.04}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Ext cav walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.26, "location": "Ext cav walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 15.3, "location": "Ext cav walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.13, "location": "Ext cav walls", "orientation": 7}, {"name": 5, "type": "Roof windows (1)", "pitch": 90, "width": 0.001, "height": 0, "location": "Flat Roof", "orientation": 9}, {"name": 6, "type": "Roof windows (2)", "pitch": 30, "width": 0.001, "height": 0, "location": "Roof @ Rafts", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.13, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 53, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 14.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 18, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 7.5, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 20, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.5, "heat_loss_area": 117.93, "total_floor_area": 117.93}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 69.75}]}], "heating_cost_current": {"value": 401, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 97, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 403, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.4, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 97, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6890, "water_heating": 2231}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 41, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 200001326580, "roofs": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.42 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST18 9JT", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "STAFFORD", "built_form": 1, "created_at": "2019-06-21 17:11:15", "living_area": 20, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 2, "water_heating_code": 901, "secondary_fuel_type": 10, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 2, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16868, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_flue_type": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, LPG", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Swallows Barn", "address_line_2": "Long Compton, Haughton", "assessment_date": "2019-06-20", "assessment_type": "SAP", "completion_date": "2019-06-21", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows 1.6", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Glazed door", "type": 2, "u_value": 1.85, "data_source": 2, "glazing_type": 4}, {"name": "Solid door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Roof light", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "Room heaters, dual fuel (mineral and wood)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.23, "roof_type": 2, "description": "Slope Roof", "total_roof_area": 70.25}], "sap_walls": [{"name": "External Wall 1", "u_value": 1.79, "wall_type": 2, "description": "Uninsulated walls", "total_wall_area": 10.88, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.34, "wall_type": 2, "description": "Dry lined walls", "total_wall_area": 111.32, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front windows", "type": "Windows 1.6", "width": 3.5, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "Door", "type": "Solid door", "width": 2.73, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Door", "type": "Glazed door", "width": 2.31, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "RL", "type": "Roof light", "pitch": 25, "width": 1.52, "height": 1, "location": "Roof 1", "orientation": 6}, {"name": "Side windows", "type": "Windows 1.6", "width": 0.64, "height": 1, "location": "External Wall 2", "orientation": 4}, {"name": "Rear windows", "type": "Windows 1.6", "width": 9.32, "height": 1, "location": "External Wall 2", "orientation": 2}, {"name": "Side windows", "type": "Windows 1.6", "width": 0.9, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "Side door", "type": "Glazed door", "width": 1.99, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "RL", "type": "Roof light", "pitch": 25, "width": 3.04, "height": 1, "location": "Roof 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Floor", "storey_height": 2.29, "heat_loss_area": 61.06, "total_floor_area": 61.06}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.1, "heat_loss_area": 0, "total_floor_area": 50.58}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 669, "currency": "GBP"}, "co2_emissions_current": 3.3, "energy_rating_average": 60, "energy_rating_current": 60, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 669, "currency": "GBP"}, "hot_water_cost_current": {"value": 189, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 60, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 62, "environmental_impact_rating": 73}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 71, "environmental_impact_rating": 81}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 129, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8369, "water_heating": 2493}}, "seller_commission_report": "Y", "energy_consumption_current": 136, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -20, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 29} +{"uprn": 10093477085, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2UG", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-10-21 17:44:59", "living_area": 25.09, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 48, "heat_source_type": 1, "power_efficiency": 32}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 89.2, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 24 Pennant House", "address_line_2": "37, Atlantis Avenue", "assessment_date": "2019-10-21", "assessment_type": "SAP", "completion_date": "2019-10-21", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.53, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500421, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 2, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.31, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "External Roof", "total_roof_area": 61.09}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 46.14, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "Corridor Wall", "total_wall_area": 14.33, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 2, "description": "Concrete", "total_wall_area": 6.67, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 29.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 1.02, "height": 2.33, "location": "External Wall 2", "orientation": 0}, {"name": "E", "type": "Windows", "width": 6.53, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W", "type": "Windows", "width": 1.8, "height": 2.4, "location": "External Wall 1", "orientation": 7}, {"name": "S", "type": "Windows", "width": 8.02, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.88, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.86, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.66, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.46, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.46, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 5.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.75, "heat_loss_area": 0, "total_floor_area": 61.09}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 843, "water_heating": 1941}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 61, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10094297270, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN8 4YR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARLBOROUGH", "built_form": 3, "created_at": "2019-02-21 14:15:12", "living_area": 20.31, "orientation": 0, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "16, Garside Way", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 34.17}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 5.6}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 84.5, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 40.79}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.91, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 3, "width": 1.25, "height": 0.9, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 1.25, "height": 0.9, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 3, "width": 1.25, "height": 0.9, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 3, "width": 1.25, "height": 0.9, "location": "Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.39, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.5, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.62, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.62, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.913, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.8, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.12, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.12, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.291, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.291, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.33, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.2, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.31, "heat_loss_area": 38.65, "total_floor_area": 38.65}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.59, "heat_loss_area": 0, "total_floor_area": 38.65}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2668, "water_heating": 1604}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 6, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093470491, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S20 5FP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHEFFIELD", "built_form": 2, "created_at": "2019-06-21 15:27:25", "living_area": 19.94, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "12, Honeydew Way", "address_line_2": "Mosborough", "assessment_date": "2019-06-21", "assessment_type": "SAP", "completion_date": "2019-06-21", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.33, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 119, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 5", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 10", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 18.15}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 13.96}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 2.12}, {"name": "Roof 4", "u_value": 0.16, "roof_type": 2, "description": "Semi exposed Roof", "total_roof_area": 11.93}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "Dormer walls", "total_wall_area": 6.14, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 111.8, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.15, "wall_type": 2, "description": "Studded Knee Wall", "total_wall_area": 11.99, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 61.39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.24, "height": 1.05, "location": "External Wall 2", "orientation": 5}, {"name": "W2", "type": "Opening Type 1", "width": 1.01, "height": 0.22, "location": "External Wall 2", "orientation": 5}, {"name": "W3", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 2", "orientation": 5}, {"name": "W4", "type": "Opening Type 1", "width": 0.64, "height": 1.5, "location": "External Wall 2", "orientation": 7}, {"name": "D1", "type": "Opening Type 5", "width": 1.01, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 2", "orientation": 1}, {"name": "W11", "type": "Opening Type 1", "width": 1.24, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "W5", "type": "Opening Type 1", "width": 0.83, "height": 1.5, "location": "External Wall 2", "orientation": 1}, {"name": "W6", "type": "Opening Type 1", "width": 0.83, "height": 1.5, "location": "External Wall 2", "orientation": 1}, {"name": "V1", "type": "Opening Type 10", "pitch": 45, "width": 0.55, "height": 0.97, "location": "Roof 2", "orientation": 1}, {"name": "W8", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 2", "orientation": 5}, {"name": "W9", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 2", "orientation": 5}, {"name": "W10", "type": "Opening Type 1", "width": 1.81, "height": 1.2, "location": "External Wall 2", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.05, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.04, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.34, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.07, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 40.14, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.43, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.71, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.27, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.7, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 14.7, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.104, "psi_value": 0.0525, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 18.208, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 6.716, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 6.276, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.94, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground floor", "storey_height": 2.33, "heat_loss_area": 45.22, "total_floor_area": 45.22}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 43.15}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 30.17}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 262, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 262, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 281, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3707, "water_heating": 1852}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 27, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093179543, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN8 6EX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "LEWES", "built_form": 2, "created_at": "2019-02-21 13:58:55", "living_area": 25, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 2, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "true", "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 5, "central_heating_pump_age": 0, "main_heating_data_source": 2, "has_separate_delayed_start": "true", "main_heating_declared_values": {"efficiency": 90.3}, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.14, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, LPG", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Carriage Mews", "address_line_2": "Ripe", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 124, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.83}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "sloping roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41}, {"name": "exposed clg", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14}, {"name": "horiz clg", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 24}], "sap_walls": [{"name": "brick cavity", "u_value": 0.23, "wall_type": 2, "kappa_value": 9, "total_wall_area": 79.5, "is_curtain_walling": "false"}, {"name": "ashlar walls", "u_value": 0.12, "wall_type": 2, "kappa_value": 9, "total_wall_area": 33, "is_curtain_walling": "false"}, {"name": "Tile clad cavity", "u_value": 0.23, "wall_type": 2, "kappa_value": 9, "total_wall_area": 6.5, "is_curtain_walling": "false"}, {"name": "cavity wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 24}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "brick cavity", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.75, "location": "brick cavity", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.07, "location": "brick cavity", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.49, "location": "Tile clad cavity", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.88, "location": "brick cavity", "orientation": 8}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 6.41, "location": "brick cavity", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 2.33, "location": "brick cavity", "orientation": 2}, {"name": 8, "type": "Windows (2)", "width": 1, "height": 3.15, "location": "brick cavity", "orientation": 2}, {"name": 9, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 4}, {"name": 10, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 8}, {"name": 11, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 69, "total_floor_area": 69}, {"storey": 1, "u_value": 0.26, "floor_type": 3, "kappa_value": 20, "storey_height": 2.32, "heat_loss_area": 2.5, "total_floor_area": 55}]}], "heating_cost_current": {"value": 377, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 73, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 379, "currency": "GBP"}, "hot_water_cost_current": {"value": 175, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 81, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 333, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 92, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4212, "water_heating": 2309}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 19, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093748963, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY2 6JH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHREWSBURY", "built_form": 2, "created_at": "2019-11-21 15:32:09", "living_area": 21.09, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Jancey Close", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 8", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 38.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 86.12, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W2", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W3", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W5", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W6", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W7", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "D1", "type": "Opening Type 8", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.58, "height": 2.1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.51, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.7, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.45, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.45, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.5, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.87, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.424, "psi_value": 0.0525, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.424, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.424, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground floor", "storey_height": 2.31, "heat_loss_area": 38.02, "total_floor_area": 38.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 38.02}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 202, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 202, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2392, "water_heating": 1685}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10024427150, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR7 6GX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHORLEY", "built_form": 1, "created_at": "2019-10-23 10:55:15.000000", "living_area": 18.27, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10201, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.65, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.9, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Springfield Gardens", "address_line_2": "Euxton", "assessment_date": "2019-10-21", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.21, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 177, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 solid dr semi exp solid block wall", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "2 0 w6 Render - walls brick and block cav wall", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 0 w11 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 1 w10 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 2 w9 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 3 w14 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 4 w13 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 5 w12 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 6 w8 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 7 w2 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 8 w1 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 9 w15 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 10 w7 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 11 w5 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 12 w4 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 13 dr1 Main walls brick block cav wall full fill", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "3 14 dr3 Main walls brick block cav wall full fill", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 3}, {"name": "3 15 dr4 Main walls brick block cav wall full fill", "type": 4, "u_value": 1.1, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.14, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 104.18}], "sap_walls": [{"name": "1 semi exp solid block wall", "u_value": 0.25, "wall_type": 2, "description": "semi exp solid block wall", "kappa_value": 60.0, "total_wall_area": 13.12, "is_curtain_walling": "false"}, {"name": "2 Render - walls brick and block cav wall", "u_value": 0.27, "wall_type": 2, "description": "Render - walls brick and block cav wall", "kappa_value": 60.0, "total_wall_area": 13.43, "is_curtain_walling": "false"}, {"name": "3 Main walls brick block cav wall full fill", "u_value": 0.28, "wall_type": 2, "description": "Main walls brick block cav wall full fill", "kappa_value": 60.0, "total_wall_area": 202.69, "is_curtain_walling": "false"}, {"name": "6 block", "u_value": 0.0, "wall_type": 5, "description": "block", "kappa_value": 9.0, "total_wall_area": 159.69, "is_curtain_walling": "false"}, {"name": "7 timber", "u_value": 0.0, "wall_type": 5, "description": "timber", "kappa_value": 9.0, "total_wall_area": 175.83, "is_curtain_walling": "false"}], "identifier": "Plot 10 - 6 Springfield - Type D", "overshading": 2, "sap_openings": [{"name": "1 0 solid dr semi exp solid block wall", "type": "1 0 solid dr semi exp solid block wall", "width": 0.92, "height": 2.1, "location": "1 semi exp solid block wall", "orientation": 1}, {"name": "2 0 w6 Render - walls brick and block cav wall", "type": "2 0 w6 Render - walls brick and block cav wall", "width": 1.81, "height": 1.2, "location": "2 Render - walls brick and block cav wall", "orientation": 7}, {"name": "3 0 w11 Main walls brick block cav wall full fill", "type": "3 0 w11 Main walls brick block cav wall full fill", "width": 1.81, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 1 w10 Main walls brick block cav wall full fill", "type": "3 1 w10 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 7}, {"name": "3 2 w9 Main walls brick block cav wall full fill", "type": "3 2 w9 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 7}, {"name": "3 3 w14 Main walls brick block cav wall full fill", "type": "3 3 w14 Main walls brick block cav wall full fill", "width": 1.81, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 4 w13 Main walls brick block cav wall full fill", "type": "3 4 w13 Main walls brick block cav wall full fill", "width": 0.69, "height": 1.05, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 5 w12 Main walls brick block cav wall full fill", "type": "3 5 w12 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.05, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 6 w8 Main walls brick block cav wall full fill", "type": "3 6 w8 Main walls brick block cav wall full fill", "width": 0.69, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 1}, {"name": "3 7 w2 Main walls brick block cav wall full fill", "type": "3 7 w2 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 7}, {"name": "3 8 w1 Main walls brick block cav wall full fill", "type": "3 8 w1 Main walls brick block cav wall full fill", "width": 2.37, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 7}, {"name": "3 9 w15 Main walls brick block cav wall full fill", "type": "3 9 w15 Main walls brick block cav wall full fill", "width": 0.69, "height": 1.05, "location": "3 Main walls brick block cav wall full fill", "orientation": 5}, {"name": "3 10 w7 Main walls brick block cav wall full fill", "type": "3 10 w7 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 7}, {"name": "3 11 w5 Main walls brick block cav wall full fill", "type": "3 11 w5 Main walls brick block cav wall full fill", "width": 1.25, "height": 1.05, "location": "3 Main walls brick block cav wall full fill", "orientation": 5}, {"name": "3 12 w4 Main walls brick block cav wall full fill", "type": "3 12 w4 Main walls brick block cav wall full fill", "width": 0.69, "height": 1.2, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 13 dr1 Main walls brick block cav wall full fill", "type": "3 13 dr1 Main walls brick block cav wall full fill", "width": 0.93, "height": 2.1, "location": "3 Main walls brick block cav wall full fill", "orientation": 1}, {"name": "3 14 dr3 Main walls brick block cav wall full fill", "type": "3 14 dr3 Main walls brick block cav wall full fill", "width": 0.93, "height": 2.1, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}, {"name": "3 15 dr4 Main walls brick block cav wall full fill", "type": "3 15 dr4 Main walls brick block cav wall full fill", "width": 2.37, "height": 2.1, "location": "3 Main walls brick block cav wall full fill", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 42.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 3.67, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 17.44, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 29.67, "psi_value": 0.168, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 20.01, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 49.35, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 29.67, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Solid ground floor", "kappa_value": 100.0, "storey_height": 2.4, "heat_loss_area": 72.92, "total_floor_area": 72.92}, {"storey": 1, "u_value": 0.0, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.56, "heat_loss_area": 0.0, "total_floor_area": 104.18, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 421, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": 107, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": 421, "hot_water_cost_current": 106, "suggested_improvements": [{"sequence": 1, "typical_saving": 39, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 3, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": 301, "indicative_cost": "\u00c2\u00a33,500 - \u00c2\u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 3, "energy_performance_rating": 91, "environmental_impact_rating": 92}], "co2_emissions_potential": 2.5, "energy_rating_potential": 85, "lighting_cost_potential": 107, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 106, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7172, "water_heating": 2338}}, "seller_commission_report": "N", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 73, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10094221902, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG2 9US", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "READING", "built_form": 1, "created_at": "2019-08-21 09:25:02", "living_area": 22.97, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "41, Orwell Drive", "address_line_2": "Arborfield Green", "assessment_date": "2019-08-21", "assessment_type": "SAP", "completion_date": "2019-08-21", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.24}, {"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.28}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 165.42, "is_curtain_walling": "false"}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 34, "total_wall_area": 67.12}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.83, "location": "Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.02, "location": "Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.76, "location": "Walls", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.96, "location": "Walls", "orientation": 4}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 5.59, "location": "Walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.68, "psi_value": 0.234, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 19.37, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 45.76, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.06, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.06, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 25.99, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.19, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.54, "heat_loss_area": 65.06, "total_floor_area": 65.06}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 64.32, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 267, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 267, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3804, "water_heating": 2140}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.12", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": null, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S41 8BQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTERFIELD", "built_form": 2, "created_at": "2019-03-21 16:41:59", "living_area": 17.82, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.39, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "21 Scafell Avenue", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.85, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 119, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 70.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External", "total_wall_area": 139.45, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.77}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W10", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W8", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 0.63, "height": 1.95, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W5", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W6", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W7", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "D1", "type": "Opening Type 9", "width": 1.6, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W11", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W9", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W12", "type": "Opening Type 1", "width": 0.63, "height": 0.9, "location": "External Wall 1", "orientation": 2}, {"name": "D3", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "D2", "type": "Opening Type 1", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.15, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 14.55, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 39, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.9, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 21.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.5, "psi_value": 0.108, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.94, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.98, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 6.5, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 48.42, "total_floor_area": 48.42}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Drive through", "storey_height": 2.58, "heat_loss_area": 21.78, "total_floor_area": 70.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 284, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 285, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 287, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4358, "water_heating": 2154}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093622642, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N19 3FE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-03-21 09:28:49", "living_area": 23.75, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16212, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "10, Trays Hill Close", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 57.51}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "External", "total_wall_area": 36.58, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "Sheltered", "total_wall_area": 21.19, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 30.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Main Door", "type": "Opening Type 1", "width": 1, "height": 2.2, "location": "External Wall 1", "orientation": 0}, {"name": "Balcony Door", "type": "Opening Type 2", "width": 1.36, "height": 2.35, "location": "External Wall 1", "orientation": 4}, {"name": "Bed 1 Window", "type": "Opening Type 2", "width": 2.49, "height": 2.33, "location": "External Wall 1", "orientation": 4}, {"name": "L/K/D Window", "type": "Opening Type 2", "width": 1.35, "height": 2.35, "location": "External Wall 1", "orientation": 8}, {"name": "Bathroom Win", "type": "Opening Type 2", "width": 0.8, "height": 1.35, "location": "External Wall 1", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 57.51}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1315, "water_heating": 1795}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 101, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093593489, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N8 0EJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-20 15:35:11", "living_area": 27.26, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 58.4, "heat_source_type": 1, "power_efficiency": 28.75}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 96.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 99 Altitude Point", "address_line_2": "Hampden Road", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.62, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.36}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Floor", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 79.55}], "sap_walls": [{"name": "Brick 1", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 62.54, "is_curtain_walling": "false"}, {"name": "Metal Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 157.71}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 38.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 11.82, "location": "Brick 1", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 11.29, "location": "Brick 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.97, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 50.03, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.6, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 30.69, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 145, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 145, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1202, "water_heating": 2106}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10093389705, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO24 9FT", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "ALRESFORD", "built_form": 1, "created_at": "2019-05-20 12:09:35", "living_area": 17.5, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "hot_water_store_heat_loss": 1.35, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "40 Wayfarer Place", "address_line_2": "The Dean", "assessment_date": "2019-05-20", "assessment_type": "SAP", "completion_date": "2019-05-20", "inspection_date": "2019-05-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.71, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-20", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.72, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 3, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Wall 1", "total_wall_area": 22.54, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Wall 2", "total_wall_area": 56.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.17, "location": "Wall 1", "orientation": 7}, {"name": 2, "type": 1, "width": 1.05, "height": 2.17, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 1, "width": 1.05, "height": 2.17, "location": "Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.61, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.61, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.02, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.6, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 49.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 73.37}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 25, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 25, "currency": "GBP"}, "hot_water_cost_current": {"value": 178, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 178, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9, "water_heating": 1703}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 64, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10090771873, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SL2 5XQ", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SLOUGH", "built_form": 1, "created_at": "2019-09-20 11:57:12", "living_area": 26.89, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.41, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4 Vanburgh Court", "address_line_2": "40, Stoke Road", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.85, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500341, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.13, "orientation": 6, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 12, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 52.44}], "sap_walls": [{"name": "External Wall Brick", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 15.23, "is_curtain_walling": "false"}, {"name": "Spandrel Panel", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 2, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 80.88}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 50.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6, "location": "External Wall Brick", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.64, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 7.33, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 7.33, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 21.64, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 21.64, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 3, "kappa_value": 75, "storey_height": 2.35, "heat_loss_area": 52.44, "total_floor_area": 52.44}]}], "heating_cost_current": {"value": 41, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 41, "currency": "GBP"}, "hot_water_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 264, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 123, "water_heating": 1505}}, "seller_commission_report": "Y", "energy_consumption_current": 111, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 111, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10033368285, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP7 5JP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ABERGAVENNY", "built_form": 1, "created_at": "2019-09-20 11:28:05", "living_area": 17.875, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17960, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "12, Clos y Pinywdd", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 97, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.75, "glazing_type": 7, "solar_transmittance": 0.75}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof ins Joists", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 48.331}], "sap_walls": [{"name": "External Walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 150, "total_wall_area": 154.362, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.4, "location": "External Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.41, "height": 1.35, "location": "External Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.41, "height": 1.35, "location": "External Walls", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 0.735, "height": 1.05, "location": "External Walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.41, "height": 1.2, "location": "External Walls", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.41, "height": 1.2, "location": "External Walls", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.735, "height": 1.2, "location": "External Walls", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.86, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 1.86, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 10, "type": "Windows (1)", "width": 0.735, "height": 1.05, "location": "External Walls", "orientation": 7}, {"name": 11, "type": "Windows (1)", "width": 0.735, "height": 1.05, "location": "External Walls", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 0.735, "height": 1.2, "location": "External Walls", "orientation": 7}, {"name": 13, "type": "Windows (1)", "width": 1.298, "height": 1.2, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.273, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.61, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 36.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 29.07, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 29.07, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 15.657, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 13.413, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 31.86, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.62, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.604, "heat_loss_area": 48.331, "total_floor_area": 48.331}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.706, "heat_loss_area": 0, "total_floor_area": 48.331}]}], "heating_cost_current": {"value": 312, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 312, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5000, "water_heating": 1860}}, "seller_commission_report": "Y", "energy_consumption_current": 109, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 41, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 72780178, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS25 7FW", "data_type": 2, "hot_water": {"description": {"value": "From main system, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-11-19 08:52:28", "living_area": 22.68, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80116, "rooms_with_bath_and_or_shower": 1, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 0}, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 11, Ash Tree Court", "address_line_2": "10 Chipesch Way", "address_line_3": "Kippax", "assessment_date": "2018-06-20", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2018-06-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.92, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500425, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 60.9}], "sap_walls": [{"name": "External wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 0.001, "is_curtain_walling": "false"}, {"name": "Rendered wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 43.91, "is_curtain_walling": "false"}, {"name": "Sheltered wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 6.63, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 30.27}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Sheltered wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1, "location": "Rendered wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 2.3, "height": 1.9, "location": "Rendered wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.55, "height": 1.9, "location": "Rendered wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.15, "location": "Rendered wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.55, "height": 1.9, "location": "Rendered wall", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 8.4, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 19.9, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.22, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 10.65, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.57, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.1, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.1, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 17.22, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 17.22, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 183, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 183, "currency": "GBP"}, "hot_water_cost_current": {"value": 48, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1824, "water_heating": 1459}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 83, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094497008, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH16 2GG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HAYWARDS HEATH", "built_form": 1, "created_at": "2019-09-20 14:54:49", "living_area": 16.57, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Saffron Close", "address_line_2": "Lindfield", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.92, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 46.99}], "sap_walls": [{"name": "Brick", "u_value": 0.25, "wall_type": 2, "kappa_value": 54.63, "total_wall_area": 138.57, "is_curtain_walling": "false"}, {"name": "Stud Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 127.77}, {"name": "Block Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 54.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Brick", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.97, "location": "Brick", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.18, "location": "Brick", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.99, "location": "Brick", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.64, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.53, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.14, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 28.18, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 17.35, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.83, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.68, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 46.99, "total_floor_area": 46.99}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 46.99, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2723, "water_heating": 1704}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093993402, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW9 7FD", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-01 17:26:31", "living_area": 24.3, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 120, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.62, "heat_efficiency": 83.72, "heat_source_type": 1, "power_efficiency": 44}, {"fuel_type": 51, "heat_fraction": 0.38, "heat_efficiency": 88.07, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "Eider Apartments", "address_line_3": "73 Perryfield Way", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-04-01", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-01", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.39, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext wal", "u_value": 0.17, "wall_type": 2, "total_wall_area": 37.2, "is_curtain_walling": "false"}, {"name": "Common area wall", "u_value": 0.28, "wall_type": 2, "total_wall_area": 23.88, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "total_wall_area": 13.32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.02, "height": 2.41, "location": "Ext wal", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.53, "height": 2.422, "location": "Ext wal", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 2.88, "height": 2.41, "location": "Ext wal", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 0.86, "height": 1.3, "location": "Ext wal", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 9.33, "total_floor_area": 50.85}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 150, "currency": "GBP"}, "co2_emissions_current": 0.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 150, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.3, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 980, "water_heating": 1683}}, "seller_commission_report": "Y", "energy_consumption_current": 28, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 28, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 34163464, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W12 0FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-04 11:49:00", "living_area": 31.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17513, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "3, Willow Mews", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.43, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 105, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.5}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.19}, {"name": "Rafter Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 58.41}], "sap_walls": [{"name": "External Wall", "u_value": 0.16, "wall_type": 2, "kappa_value": 60, "total_wall_area": 90.93, "is_curtain_walling": "false"}, {"name": "IS", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 166.14}, {"name": "PW", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 78.39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.29, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.86, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 13.52, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.02, "location": "External Wall", "orientation": 3}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Rafter Roof", "orientation": 3}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Rafter Roof", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.73, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.76, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 34.06, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 8.59, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 7.55, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.65, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 20.88, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 11.19, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 2.55, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 8.04, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 8.04, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 11.16, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 10.44, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.55, "heat_loss_area": 57.03, "total_floor_area": 57.03}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3.3, "heat_loss_area": 0, "total_floor_area": 47.85, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 241, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3220, "water_heating": 1916}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 81, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10090984553, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA14 2HX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WORKINGTON", "built_form": 1, "created_at": "2019-04-29 15:59:30", "living_area": 30.64, "orientation": 7, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 18250, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Harbour Terrace", "assessment_date": "2019-04-29", "assessment_type": "SAP", "completion_date": "2019-04-29", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 2.17, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500501, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-29", "sap_energy_source": {"electricity_tariff": 4, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.62}, {"name": "Windows (2)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 15, "total_roof_area": 56.3}], "sap_walls": [{"name": "Walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 28, "total_wall_area": 152.17, "is_curtain_walling": "false"}, {"name": "GF Internal Wall (Type 1)", "u_value": 0, "wall_type": 5, "kappa_value": 13, "total_wall_area": 64.72}, {"name": "GF Internal Wall (Type 2)", "u_value": 0, "wall_type": 5, "kappa_value": 28, "total_wall_area": 15.64}, {"name": "FF Internal Wall (Type 1)", "u_value": 0, "wall_type": 5, "kappa_value": 13, "total_wall_area": 91.47}, {"name": "FF Internal Wall (Type 2)", "u_value": 0, "wall_type": 5, "kappa_value": 28, "total_wall_area": 15.81}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.8, "location": "Walls", "orientation": 7}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.8, "location": "Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.78, "location": "Walls", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 3.57, "location": "Walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.26, "location": "Walls", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 2.26, "location": "Walls", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 2.26, "location": "Walls", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 0.97, "location": "Walls", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 0.38, "location": "Walls", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 1, "height": 0.38, "location": "Walls", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 1, "height": 2.26, "location": "Walls", "orientation": 3}, {"name": 12, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Walls", "orientation": 3}, {"name": 13, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Walls", "orientation": 3}, {"name": 14, "type": "Windows (1)", "width": 1, "height": 0.97, "location": "Walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 33, "storey_height": 2.335, "heat_loss_area": 56.3, "total_floor_area": 56.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 15.5, "storey_height": 2.625, "heat_loss_area": 0, "total_floor_area": 56.3, "kappa_value_from_below": 15.5}]}], "heating_cost_current": {"value": 373, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 373, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 92}, {"sequence": 3, "typical_saving": {"value": 433, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 103, "environmental_impact_rating": 108}], "co2_emissions_potential": -0.9, "energy_rating_potential": 103, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5076, "water_heating": 1794}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": -52, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 108, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 217130462, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W11 1DG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-05-17 08:26:29", "living_area": 26.27, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 195, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 1, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.84, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": {"value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "46, St. Lukes Mews", "assessment_date": "2019-04-29", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 6, "air_permeability": 3.63, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500364, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "total_floor_area": 160, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.65}, {"name": "Windows (2)", "type": 4, "u_value": 1.3, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.65}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.65}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "glazed roof", "u_value": 0.11, "roof_type": 2, "total_roof_area": 6.76}, {"name": "flat basement", "u_value": 0.11, "roof_type": 2, "total_roof_area": 3.04}, {"name": "below garage", "u_value": 0.15, "roof_type": 2, "total_roof_area": 10.64}, {"name": "balcony above", "u_value": 0.11, "roof_type": 2, "total_roof_area": 5.35}, {"name": "set back", "u_value": 0.11, "roof_type": 2, "total_roof_area": 5.44}, {"name": "lvl 2", "u_value": 0.19, "roof_type": 2, "total_roof_area": 31}], "sap_walls": [{"name": "basement", "u_value": 0.35, "wall_type": 1, "total_wall_area": 22.375}, {"name": "rear cavity wall", "u_value": 0.28, "wall_type": 2, "total_wall_area": 62.938, "is_curtain_walling": "false"}, {"name": "garage wall", "u_value": 0.31, "wall_type": 3, "total_wall_area": 36.149, "is_curtain_walling": "false"}, {"name": "front cavity wall", "u_value": 0.16, "wall_type": 2, "total_wall_area": 35.926, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.022, "height": 2.26, "location": "front cavity wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 0.444, "height": 1.137, "location": "front cavity wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 0.897, "height": 1.364, "location": "front cavity wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.75, "height": 2.105, "location": "front cavity wall", "orientation": 4}, {"name": 5, "type": "Windows (2)", "width": 4.285, "height": 2.395, "location": "front cavity wall", "orientation": 4}, {"name": 6, "type": "Windows (2)", "width": 5.14, "height": 2.205, "location": "rear cavity wall", "orientation": 8}, {"name": 7, "type": "Windows (2)", "width": 0.412, "height": 1.638, "location": "rear cavity wall", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 0.882, "height": 1.06, "location": "rear cavity wall", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 0.878, "height": 1.236, "location": "rear cavity wall", "orientation": 2}, {"name": 10, "type": "Roof windows (1)", "pitch": 35, "width": 1.24, "height": 1.24, "location": "lvl 2", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.15, "floor_type": 1, "storey_height": 2.5, "heat_loss_area": 53.12, "total_floor_area": 53.12}, {"storey": 0, "u_value": 0.11, "floor_type": 3, "storey_height": 2.99, "heat_loss_area": 10.64, "total_floor_area": 31.63}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 43.92}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 31}]}], "heating_cost_current": {"value": 893, "currency": "GBP"}, "co2_emissions_current": 4.1, "energy_rating_average": 60, "energy_rating_current": 65, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 899, "currency": "GBP"}, "hot_water_cost_current": {"value": 354, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 172, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 69, "environmental_impact_rating": 72}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 78}], "co2_emissions_potential": 2.6, "energy_rating_potential": 75, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 177, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4238, "water_heating": 2089}}, "seller_commission_report": "Y", "energy_consumption_current": 151, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 98, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 78, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 100023604339, "roofs": [{"description": {"value": "Average thermal transmittance 1.8 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "walls": [{"description": {"value": "Average thermal transmittance 1.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Partial secondary glazing", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W1K 6RG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-03 13:48:43", "living_area": 25.923, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10326, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "Flat 4", "address_line_2": "1, Green Street", "assessment_date": "2019-01-29", "assessment_type": "SAP", "completion_date": "2019-04-03", "inspection_date": "2019-01-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 6, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 13, "solar_transmittance": 0.76}, {"name": "Roof windows (1)", "type": 5, "u_value": 5.1, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 2, "solar_transmittance": 0.85}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulated Slope (75mm Earthwool)", "u_value": 0.39, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.935}, {"name": "Original Roof - Insulated at Ceiling - Band A", "u_value": 2.3, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.609}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 94.762}], "sap_walls": [{"name": "External Wall Existing - Band A", "u_value": 2.1, "wall_type": 2, "kappa_value": 17, "total_wall_area": 39.425, "is_curtain_walling": "false"}, {"name": "Unheated Corridor - Blockwork - Band A", "u_value": 2.1, "wall_type": 2, "kappa_value": 17, "total_wall_area": 35.619, "is_curtain_walling": "false"}, {"name": "New Mansard Roof", "u_value": 0.19, "wall_type": 2, "kappa_value": 9, "total_wall_area": 21.292, "is_curtain_walling": "false"}, {"name": "Solid Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 25.782}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.915, "height": 2.1, "location": "Unheated Corridor - Blockwork - Band A", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1.7, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.05, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.05, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.05, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.05, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 2.5, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 6}, {"name": 8, "type": "Windows (1)", "width": 2.2, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 3.48, "height": 1.3, "location": "External Wall Existing - Band A", "orientation": 8}, {"name": 10, "type": "Roof windows (1)", "pitch": 38, "width": 1.98, "height": 1.37, "location": "Insulated Slope (75mm Earthwool)", "orientation": 4}, {"name": 11, "type": "Roof windows (1)", "pitch": 38, "width": 1.98, "height": 1.37, "location": "Insulated Slope (75mm Earthwool)", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 716, "currency": "GBP"}, "co2_emissions_current": 4.2, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 716, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "co2_emissions_potential": 4.2, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 101, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 14091, "water_heating": 2216}}, "seller_commission_report": "Y", "energy_consumption_current": 190, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 190, "environmental_impact_current": 59, "current_energy_efficiency_band": "D", "environmental_impact_potential": 59, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 34} +{"uprn": 10093918871, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK10 7NG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-08-29 10:34:53", "living_area": 23.3, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17681, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "7, Brooklands Square", "address_line_3": "Brooklands", "assessment_date": "2019-08-29", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500296, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "PC", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 50.77}], "sap_walls": [{"name": "Ext wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 25.07, "is_curtain_walling": "false"}, {"name": "Wall to core", "u_value": 0.28, "wall_type": 2, "kappa_value": 70, "total_wall_area": 17.788, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 90.42}, {"name": "PW", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 32.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.95, "height": 2.1, "location": "Wall to core", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.89, "height": 2.45, "location": "Ext wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.348, "height": 2.45, "location": "Ext wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.88, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.028, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.84, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.1248, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.115, "psi_value": 0.0546, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 10.028, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 7.115, "psi_value": 0.1248, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.0624, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.82, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.82, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 5.409, "total_floor_area": 50.77}]}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1198, "water_heating": 1552}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 96, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093923292, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN10 2RB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DEVIZES", "built_form": 1, "created_at": "2019-03-22 10:52:11", "living_area": 22.76, "orientation": 4, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "6, North Arakan Road", "assessment_date": "2019-03-22", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 150, "total_wall_area": 48.79, "is_curtain_walling": "false"}, {"name": "Wall to Corridor", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 17.09, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 10.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Wall to Corridor", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.44, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "External Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.39, "location": "External Wall", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.23, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.21, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 26.14, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.14, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.56, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.52, "psi_value": -0.054, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.04, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 4.06, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 4.06, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.52, "heat_loss_area": 45.93, "total_floor_area": 45.93}]}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1671, "water_heating": 1289}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 108, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 365293, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS1 6WS", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "BRISTOL", "built_form": 1, "created_at": "2019-03-27 16:21:37", "living_area": 32.55, "orientation": 0, "region_code": 12, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.42, "heat_efficiency": 77.1, "heat_source_type": 1, "power_efficiency": 32.1}, {"fuel_type": 51, "heat_fraction": 0.58, "heat_efficiency": 98.2, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 73 Georges Wharf", "address_line_2": "East Tucker Street", "assessment_date": "2019-01-22", "assessment_type": "SAP", "completion_date": "2019-03-27", "inspection_date": "2019-01-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.31, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.38, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.15, "roof_type": 2, "total_roof_area": 69.71}], "sap_walls": [{"name": "Wall 1", "u_value": 1.38, "wall_type": 2, "kappa_value": 14, "total_wall_area": 51.85, "is_curtain_walling": "true"}, {"name": "Wall 2 to corridor", "u_value": 0.61, "wall_type": 2, "kappa_value": 18, "total_wall_area": 32.24, "is_curtain_walling": "false"}, {"name": "internal walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 122.62}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 2.17, "height": 1, "location": "Wall 2 to corridor", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 6.55, "height": 1, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 6.6, "height": 1, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 16.5, "height": 1, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 7.71, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 251, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 251, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3395, "water_heating": 2042}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": 87, "environmental_impact_current": 86, "current_energy_efficiency_band": "C", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093776171, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX11 6HT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DIDCOT", "built_form": 1, "created_at": "2019-08-27 11:16:40", "living_area": 16.2, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "21, Falcon Drive", "assessment_date": "2019-08-27", "assessment_type": "SAP", "completion_date": "2019-08-27", "inspection_date": "2019-08-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.72, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-08-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.5}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 147.49, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.2}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 21.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.1, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.1, "location": "external", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.3, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.1, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.8, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.3, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 1, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 53.5, "total_floor_area": 53.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 53.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 252, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 252, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3198, "water_heating": 1748}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 5870128196, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SM6 7GD", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WALLINGTON", "built_form": 1, "created_at": "2019-06-27 09:18:39", "living_area": 31.2, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2310, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.1, "heat_efficiency": 80, "heat_source_type": 2}, {"fuel_type": 45, "heat_fraction": 0.9, "heat_efficiency": 100, "heat_source_type": 4}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 71 Button House", "address_line_2": "6, Spinning Wheel Way", "assessment_date": "2019-06-27", "assessment_type": "SAP", "completion_date": "2019-06-27", "inspection_date": "2019-06-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 5, "has_draught_lobby": "false", "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500259, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.31, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 4, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 5, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 61.16}], "sap_walls": [{"name": "Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall", "total_wall_area": 21.45, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 36.9}, {"name": "Wall 2", "u_value": 0.23, "wall_type": 3, "description": "Wall to Common Area", "total_wall_area": 24.36, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 4, "type": 4, "width": 2.94, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 5, "width": 1.59, "height": 2.1, "location": "Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.53, "psi_value": 0.348, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.53, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.58, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.77, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 8.58, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 9.74, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 5, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 14.76, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 14.76, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 61.16}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 145, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 145, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1277, "water_heating": 1942}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 100, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 202222485, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW10 8SH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-07-01 08:20:47", "living_area": 26.5, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17973, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4 Amoro Court", "address_line_2": "61, Craven Park Road", "assessment_date": "2019-06-27", "assessment_type": "SAP", "completion_date": "2019-07-01", "inspection_date": "2019-06-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.96, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500565, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 62.95}], "sap_walls": [{"name": "EW", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 41.31, "is_curtain_walling": "false"}, {"name": "SW", "u_value": 0.47, "wall_type": 2, "kappa_value": 60, "total_wall_area": 19.31, "is_curtain_walling": "false"}, {"name": "Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 22}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 14.17, "location": "EW", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.08, "location": "EW", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.41, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.41, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 66.09, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 158, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 158, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 706, "water_heating": 1808}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 83, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094192770, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M3 7FL", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-06-24 14:57:55", "living_area": 25.55, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1011 Block A", "address_line_2": "54, Bury Street", "assessment_date": "2019-06-24", "assessment_type": "SAP", "completion_date": "2019-06-24", "inspection_date": "2019-06-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.83, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500502, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 65, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-06-24", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.152439028, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.65}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Celings", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 65.43}], "sap_walls": [{"name": "Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 14, "total_wall_area": 40.86, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 17.52}, {"name": "Walls to Corrisors", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 23.33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6.9, "location": "Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.15, "location": "Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 61, "currency": "GBP"}, "hot_water_cost_current": {"value": 266, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 266, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 204, "water_heating": 1566}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 98, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093385426, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG12 2XT", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BRACKNELL", "built_form": 1, "created_at": "2019-07-24 18:25:30", "living_area": 26.61, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.03, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "69 Century Court", "address_line_2": "Millennium Way", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.36, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 5, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External wall", "u_value": 0.35, "wall_type": 2, "total_wall_area": 28.56, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.27, "wall_type": 2, "total_wall_area": 60.044, "is_curtain_walling": "false"}, {"name": "Stairs", "u_value": 0.68, "wall_type": 2, "total_wall_area": 18.36, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Corridor", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1.11, "height": 1.823, "location": "External wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1.11, "height": 1.823, "location": "External wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.456, "height": 1.823, "location": "External wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 579, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 579, "currency": "GBP"}, "hot_water_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_potential": 2.6, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 261, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3222, "water_heating": 1489}}, "seller_commission_report": "Y", "energy_consumption_current": 266, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 266, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10094144687, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH14 9FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BILLINGSHURST", "built_form": 3, "created_at": "2019-04-24 16:20:12", "living_area": 31.98, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Henshaw Way", "assessment_date": "2019-04-24", "assessment_type": "SAP", "completion_date": "2019-04-24", "inspection_date": "2019-04-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500250, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.61}], "sap_walls": [{"name": "Masonary Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 54.6, "total_wall_area": 93.88, "is_curtain_walling": "false"}, {"name": "Metal Stud wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 158.64}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Masonary Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.93, "location": "Masonary Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.92, "location": "Masonary Wall", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.08, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.24, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.5, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.99, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E22"}, {"length": 17.99, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 10.27, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.71, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.44, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.44, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.71, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.71, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 7.71, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 39.61, "total_floor_area": 39.61}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 39.61, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1465, "water_heating": 1618}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": -8, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10010523504, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV21 3JT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RUGBY", "built_form": 1, "created_at": "2019-01-25 09:03:03", "living_area": 25.98, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4 Charles Cockerell Court", "address_line_2": "8, Tom Brown Street", "assessment_date": "2019-01-24", "assessment_type": "SAP", "completion_date": "2019-01-25", "inspection_date": "2019-01-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 54, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Flat Bay", "total_roof_area": 1.98}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "Joists", "total_roof_area": 13.59}], "sap_walls": [{"name": "Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Ex Wall", "total_wall_area": 71.92, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 8.72}, {"name": "Wall 2", "u_value": 0.22, "wall_type": 3, "description": "Stairway Wall", "total_wall_area": 15.47, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.82, "height": 2.02, "location": "Wall 2", "orientation": 0}, {"name": 2, "type": 2, "width": 1.25, "height": 1.9, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 2, "width": 0.81, "height": 1.9, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 2, "width": 0.81, "height": 1.9, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 2, "width": 1.25, "height": 1.42, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 2, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 2, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.33, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6.51, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 23.68, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.42, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.46, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 47.71, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.64, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 5.45, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 2.82, "psi_value": 0.48, "psi_value_source": 4, "thermal_bridge_type": "E12"}, {"length": 3.67, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E14"}, {"length": 10.08, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.04, "psi_value": -0.07, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.04, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.25, "floor_type": 4, "description": "Exposed", "storey_height": 2.52, "heat_loss_area": 3.39, "total_floor_area": 54.43}], "thermal_mass_parameter": 190}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2148, "water_heating": 1389}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 105, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093987484, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV33 9SW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEAMINGTON SPA", "built_form": 1, "created_at": "2019-07-24 15:23:53", "living_area": 19.5, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "67, Lionheart Avenue", "address_line_2": "Bishops Tachbrook", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.76, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.8}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 146.51, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 45.2}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.2}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 4}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.15, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.65, "location": "external", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.45, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.95, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.5, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.9, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 17.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.1, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 53.8, "total_floor_area": 53.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 53.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 258, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 258, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3320, "water_heating": 1750}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 18, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 2007022960, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S71 3FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSLEY", "built_form": 1, "created_at": "2019-10-24 14:50:37", "living_area": 33.23, "orientation": 4, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "37, Blossom View", "assessment_date": "2019-10-24", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.1, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 75.71}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 66.16, "is_curtain_walling": "false"}, {"name": "Render", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 3.94, "is_curtain_walling": "false"}, {"name": "Timber clad", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 6.42, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 83}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 50.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.78, "location": "Timber clad", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.44, "location": "Render", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.85, "location": "External Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.68, "location": "External Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 5.33, "location": "External Wall", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.25, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.59, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.42, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 2.66, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.7, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.2, "psi_value": -0.067, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 18.3, "psi_value": -0.003, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 27.47, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 22.71, "psi_value": 0.115, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1.42, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 8.84, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.7, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 11.86, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 11.05, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 3.66, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.99, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.7, "heat_loss_area": 8.64, "total_floor_area": 8.64}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 73.95, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2644, "water_heating": 1648}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 87, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10011930412, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX16 1HX", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BANBURY", "built_form": 2, "created_at": "2019-07-24 14:11:14", "living_area": 15.95, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80003, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 1}, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Bennett Drive", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins Joist", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.9}], "sap_walls": [{"name": "Brick Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 91.73, "is_curtain_walling": "false"}, {"name": "1st Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 119.38}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.92, "location": "Brick Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.15, "location": "Brick Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.18, "location": "Brick Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.96, "location": "Brick Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.96, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.99, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.69, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.69, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.51, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.18, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.37, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.37, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 8.18, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.18, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.48, "heat_loss_area": 38.9, "total_floor_area": 38.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 38.9, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 47, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1970, "water_heating": 1502}}, "seller_commission_report": "Y", "energy_consumption_current": 70, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -2, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 63195556, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF10 5XS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CASTLEFORD", "built_form": 2, "created_at": "2019-11-07 09:25:38", "living_area": 16, "orientation": 4, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 7.1 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "33, Epsom Close", "assessment_date": "2019-09-24", "assessment_type": "SAP", "completion_date": "2019-11-07", "inspection_date": "2019-09-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.14, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 95, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-11-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.7}, {"name": "sloped", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 13.5}, {"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 8.9}, {"name": "dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.6}], "sap_walls": [{"name": "external", "u_value": 0.29, "wall_type": 2, "kappa_value": 60, "total_wall_area": 94.63, "is_curtain_walling": "false"}, {"name": "stud in roof", "u_value": 0.11, "wall_type": 2, "kappa_value": 9, "total_wall_area": 10.5, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.9, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.2}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 50.72}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "external", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.65, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.9, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.6, "location": "external", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.6, "location": "dormer", "orientation": 4}, {"name": 6, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "sloped", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.7, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.4, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.9, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.7, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.1, "psi_value": 0.183, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.113, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 7.8, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 2.1, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 9.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 34.8, "total_floor_area": 34.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.8, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.15, "heat_loss_area": 0, "total_floor_area": 25.9}]}], "heating_cost_current": {"value": 226, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 226, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2869, "water_heating": 1710}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 14, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093264872, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU46 7AX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YATELEY", "built_form": 3, "created_at": "2019-07-25 13:36:12", "living_area": 22.6, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "16, Urnfield", "assessment_date": "2019-07-25", "assessment_type": "SAP", "completion_date": "2019-07-25", "inspection_date": "2019-07-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.6, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500388, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.5, "data_source": 2, "description": "Front Door", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.44}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Joists", "total_roof_area": 37.33}], "sap_walls": [{"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Ext Wall 3.6N", "total_wall_area": 86.72, "is_curtain_walling": "false"}, {"name": "Wall 5", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 45.84}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 2, "width": 0.69, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 5, "type": 1, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 6, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.71, "psi_value": 0.177, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.69, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.31, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.31, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.16, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.15, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.02, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.02, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.15, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.15, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground", "storey_height": 2.35, "heat_loss_area": 37.33, "total_floor_area": 37.33}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 37.33}], "thermal_mass_parameter": 182}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2071, "water_heating": 1583}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 200000330688, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG12 1NY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "BRACKNELL", "built_form": 1, "created_at": "2019-03-25 10:46:33", "living_area": 18.81, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 214, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2204, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.02, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump , electric", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 135", "address_line_2": "Winchester House", "address_line_3": "Bond Way", "assessment_date": "2019-03-25", "assessment_type": "SAP", "completion_date": "2019-03-25", "inspection_date": "2019-03-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.22, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500544, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.3}, {"name": "Windows (2)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.3}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext Wall Type 1", "u_value": 0.16, "wall_type": 2, "total_wall_area": 30.501, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.16, "wall_type": 2, "total_wall_area": 23.977, "is_curtain_walling": "false"}, {"name": "Staircase", "u_value": 0.16, "wall_type": 2, "total_wall_area": 12.938, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 32.167}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.08, "height": 2.145, "location": "Corridor", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.52, "height": 2.475, "location": "Ext Wall Type 1", "orientation": 1}, {"name": 3, "type": "Windows (2)", "width": 0.76, "height": 2.475, "location": "Ext Wall Type 1", "orientation": 1}, {"name": 4, "type": "Windows (2)", "width": 0.76, "height": 2.475, "location": "Ext Wall Type 1", "orientation": 1}, {"name": 5, "type": "Windows (2)", "width": 0.76, "height": 2.475, "location": "Ext Wall Type 1", "orientation": 1}, {"name": 6, "type": "Windows (2)", "width": 0.76, "height": 2.475, "location": "Ext Wall Type 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.48, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 28.54, "psi_value": 0.0504, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.0702, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.8, "psi_value": -0.0702, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.2, "psi_value": 0.0468, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.56, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.75, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 1.08, "psi_value": 0.234, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.29, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.54, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostat", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 210, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1471, "water_heating": 2102}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 108, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 72357683, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.70 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": {"value": "Average thermal transmittance 1.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "status": "entered", "tenure": 3, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS27 8LY", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-05-03 10:20:26", "living_area": 16.16, "orientation": 4, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 100, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "Albion Cottage", "address_line_2": "Church Street", "address_line_3": "Morley", "assessment_date": "2019-04-25", "assessment_type": "SAP", "completion_date": "2019-05-03", "inspection_date": "2019-04-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 60, "transaction_type": 8, "conservatory_type": 1, "registration_date": "2019-05-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Basement Walls", "u_value": 0.7, "wall_type": 1, "total_wall_area": 20}, {"name": "External Walls", "u_value": 0.7, "wall_type": 2, "total_wall_area": 115.87, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "External Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.95, "location": "External Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.89, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 1.2, "floor_type": 1, "storey_height": 1.8, "heat_loss_area": 12, "total_floor_area": 12}, {"storey": 0, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 25.31}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 22.26}]}], "heating_cost_current": {"value": 1048, "currency": "GBP"}, "co2_emissions_current": 4.2, "energy_rating_average": 60, "energy_rating_current": 42, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1048, "currency": "GBP"}, "hot_water_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_potential": 4.2, "energy_rating_potential": 42, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 287, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 1694, "space_heating_existing_dwelling": 6181}}, "seller_commission_report": "Y", "energy_consumption_current": 421, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 421, "environmental_impact_current": 49, "current_energy_efficiency_band": "E", "environmental_impact_potential": 49, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 71} +{"uprn": 10093355178, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX29 7AQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITNEY", "built_form": 2, "created_at": "2019-06-25 09:23:17", "living_area": 17.07, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 9.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Robinson Lane", "assessment_date": "2019-06-25", "assessment_type": "SAP", "completion_date": "2019-06-25", "inspection_date": "2019-06-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 9.29, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.7}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 100.95, "is_curtain_walling": "false"}, {"name": "Internal Wall Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 146.81}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 43.02}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.97, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.68, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.36, "location": "External Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.86, "location": "External Wall", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.85, "psi_value": 0.191, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 17.41, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.8, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 21.54, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 21.54, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.48, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.06, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 33.24, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.2, "psi_value": -0.083, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.56, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 4.78, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": -0.06, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 9, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 9, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.165, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 44.7, "total_floor_area": 44.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 44.7, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2769, "water_heating": 1762}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093535465, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX16 5BQ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "TIVERTON", "built_form": 1, "created_at": "2019-09-25 15:59:31", "living_area": 22.63, "orientation": 0, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18119, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "23, Turner Rise", "assessment_date": "2019-09-25", "assessment_type": "SAP", "completion_date": "2019-09-25", "inspection_date": "2019-09-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.65, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-25", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.24, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.64}], "sap_walls": [{"name": "external wall", "u_value": 0.19, "wall_type": 2, "kappa_value": 190, "total_wall_area": 55.876, "is_curtain_walling": "false"}, {"name": "corridor wall", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.031, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.1, "location": "corridor wall", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1.81, "height": 1.35, "location": "external wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.81, "height": 1.35, "location": "external wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.62, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 5.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.89, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.76, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 13.02, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.94, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 59, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1413, "water_heating": 1322}}, "seller_commission_report": "Y", "energy_consumption_current": 29, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 29, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10094338532, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH14 0QY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "POOLE", "built_form": 1, "created_at": "2019-02-28 12:47:06", "living_area": 39.05, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2308, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 97.51, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 97.51, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 97.51, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 97.51, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 14 Vista", "address_line_2": "10, Mount Road", "assessment_date": "2019-02-25", "assessment_type": "SAP", "completion_date": "2019-02-28", "inspection_date": "2019-02-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.05, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-28", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.657, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 4, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.35}, {"name": "Windows (2)", "type": 4, "u_value": 1.9, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.75, "glazing_type": 7, "solar_transmittance": 0.35}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "S Ext Wall 1", "u_value": 0.23, "wall_type": 2, "kappa_value": 14, "total_wall_area": 8.7, "is_curtain_walling": "false"}, {"name": "W Ext Wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 14, "total_wall_area": 28.84, "is_curtain_walling": "false"}, {"name": "E Ext Wall", "u_value": 0.17, "wall_type": 2, "kappa_value": 9, "total_wall_area": 28.14, "is_curtain_walling": "false"}, {"name": "S Ext Wall 2", "u_value": 0.17, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.1, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.673, "location": "S Ext Wall 1", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 14.019, "location": "W Ext Wall", "orientation": 7}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 2.406, "location": "W Ext Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, room thermostat only", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 107, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2463, "water_heating": 2130}}, "seller_commission_report": "Y", "energy_consumption_current": 70, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 70, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093991904, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW9 4EL", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-10-25 13:52:32", "living_area": 15.52, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 41, "heat_source_type": 1, "power_efficiency": 36}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 96, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "15, Thonrey Close", "assessment_date": "2019-10-25", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500498, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.35, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.5}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.5}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.35, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.177, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.97}, {"name": "Party", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 4.5}], "sap_walls": [{"name": "MAIN WALL", "u_value": 0.147, "wall_type": 2, "kappa_value": 14, "total_wall_area": 78.67, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 236.75}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 190.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.13, "height": 2.2, "location": "MAIN WALL", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 0.84, "height": 2.01, "location": "MAIN WALL", "orientation": 6}, {"name": 3, "type": "Door (1)", "width": 0.84, "height": 2.01, "location": "MAIN WALL", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 2, "height": 2.2, "location": "MAIN WALL", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.05, "height": 2.2, "location": "MAIN WALL", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.05, "height": 2.2, "location": "MAIN WALL", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.05, "height": 2.1, "location": "MAIN WALL", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.05, "height": 2.1, "location": "MAIN WALL", "orientation": 2}, {"name": 9, "type": "Windows (2)", "width": 2.26, "height": 2.2, "location": "MAIN WALL", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.05, "height": 2.1, "location": "MAIN WALL", "orientation": 6}, {"name": 11, "type": "Roof windows (1)", "pitch": 0, "width": 0.9, "height": 1.2, "location": "Flat Roof", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.32, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 42.64, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.188, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 35.21, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 3.23, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.23, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 3.23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 9.11, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.42, "psi_value": 0.1105, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 4.5, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 1.46, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 4.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 21.46, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 17.95, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 36.91, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 1.05, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 1.05, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 2.4, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.163, "floor_type": 2, "kappa_value": 75, "storey_height": 3.23, "heat_loss_area": 35.87, "total_floor_area": 35.87}, {"storey": 1, "u_value": 0.133, "floor_type": 3, "kappa_value": 75, "storey_height": 3.23, "heat_loss_area": 5.6, "total_floor_area": 41.47}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3.15, "heat_loss_area": 0, "total_floor_area": 36.97, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 256, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2800, "water_heating": 2250}}, "seller_commission_report": "Y", "energy_consumption_current": 49, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 1, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10094014897, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE63 9WW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHINGTON", "built_form": 4, "created_at": "2019-03-26 11:50:33", "living_area": 13.96, "orientation": 8, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3, Albatross Way", "address_line_2": "Windmill Park", "assessment_date": "2019-03-26", "assessment_type": "SAP", "completion_date": "2019-03-26", "inspection_date": "2019-03-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.04, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-03-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.92}, {"name": "Roof sloping ceiling", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.5}, {"name": "Roof - dormer", "u_value": 0.3, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.17}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 56.53, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.36, "is_curtain_walling": "false"}, {"name": "Dormer Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.57, "is_curtain_walling": "false"}, {"name": "IW timebr", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.15}, {"name": "IW block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 6.06}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 45.31}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.83, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.17, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "Dormer Wall", "orientation": 8}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.69, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.6, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 5.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.2, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 10.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 2.98, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.41, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 6.07, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.27, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 12.88, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 7.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 5.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 10.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 2.41, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.22, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.22, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 4.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.22, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 4.28, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.57, "heat_loss_area": 30.24, "total_floor_area": 30.24}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.17, "heat_loss_area": 15.08, "total_floor_area": 45.32}]}], "heating_cost_current": {"value": 220, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 220, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 301, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2739, "water_heating": 1729}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 12, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091161918, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.33 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW12 1BZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "HAMPTON", "built_form": 1, "created_at": "2019-06-18 08:46:55", "living_area": 29.95, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 145, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 191, "emitter_temperature": 2, "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.18, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Garrick House", "address_line_2": "163, High Street", "address_line_3": "Hampton Hill", "assessment_date": "2018-03-26", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2018-03-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.31, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.1, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 53.21}], "sap_walls": [{"name": "External walls to light well", "u_value": 0.33, "wall_type": 2, "kappa_value": 70, "total_wall_area": 20.79, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 9.86}, {"name": "Party wall to heated corridor", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 25.55}, {"name": "Party wall to adjoined building", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 14.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.91, "location": "External walls to light well", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 53.21, "total_floor_area": 53.21}]}], "heating_cost_current": {"value": 110, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 110, "currency": "GBP"}, "hot_water_cost_current": {"value": 244, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 244, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 583, "water_heating": 1438}}, "seller_commission_report": "Y", "energy_consumption_current": 137, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 137, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 23} +{"uprn": 372463, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.60 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS2 0GF", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 1, "created_at": "2019-03-27 09:56:42", "living_area": 15.34, "orientation": 2, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 30, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.93, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 10", "address_line_2": "18, Lawford Street", "assessment_date": "2019-03-26", "assessment_type": "SAP", "completion_date": "2019-03-27", "inspection_date": "2019-03-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500212, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 30, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 2.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 29.66}], "sap_walls": [{"name": "External Cavity wall Upgarded", "u_value": 0.29, "wall_type": 2, "kappa_value": 150, "total_wall_area": 16.52, "is_curtain_walling": "false"}, {"name": "Semi Exposed - Timber Frame wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 9, "total_wall_area": 21.02, "is_curtain_walling": "false"}, {"name": "Timber Frame", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 20.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.35, "location": "Semi Exposed - Timber Frame wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 0.33, "height": 1.575, "location": "External Cavity wall Upgarded", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.1, "height": 1.575, "location": "External Cavity wall Upgarded", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.6, "floor_type": 2, "kappa_value": 110, "storey_height": 2.57, "heat_loss_area": 29.66, "total_floor_area": 29.66}]}], "heating_cost_current": {"value": 353, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 27, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 353, "currency": "GBP"}, "hot_water_cost_current": {"value": 200, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 27, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 200, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2002, "water_heating": 1178}}, "seller_commission_report": "Y", "energy_consumption_current": 354, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 354, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 60} +{"uprn": 10093176739, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN24 5GA", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "PEVENSEY", "built_form": 1, "created_at": "2019-06-26 10:05:58", "living_area": 24.68, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 17179, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17179, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "32, Hedge Parsley Crescent", "address_line_2": "Stone Cross", "assessment_date": "2019-06-26", "assessment_type": "SAP", "completion_date": "2019-06-26", "inspection_date": "2019-06-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500419, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "EXTERNAL ROOF COLD", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 52.04}, {"name": "FLAT ROOF DORMER", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3.15}, {"name": "SLOPED ROOF", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12.92}], "sap_walls": [{"name": "EXTERNAL WALL", "u_value": 0.19, "wall_type": 2, "kappa_value": 150, "total_wall_area": 30.34, "is_curtain_walling": "false"}, {"name": "SHELTERED WALL", "u_value": 0.19, "wall_type": 2, "kappa_value": 150, "total_wall_area": 19.72, "is_curtain_walling": "false"}, {"name": "PLASTER BOARD", "u_value": 0.19, "wall_type": 2, "kappa_value": 18, "total_wall_area": 12.85, "is_curtain_walling": "false"}, {"name": "DORMER CHEEKS", "u_value": 0.19, "wall_type": 2, "kappa_value": 9, "total_wall_area": 2.64, "is_curtain_walling": "false"}, {"name": "DORMER FRONT", "u_value": 0.19, "wall_type": 2, "kappa_value": 18, "total_wall_area": 1.47, "is_curtain_walling": "false"}, {"name": "PARTY WALLS", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 33.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.91, "location": "SHELTERED WALL", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 0.82, "location": "EXTERNAL WALL", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.73, "location": "EXTERNAL WALL", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "DORMER FRONT", "orientation": 2}, {"name": 5, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "SLOPED ROOF", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.85, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.26, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.22, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 8.46, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.36, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.72, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.72, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 4.56, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.77, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 14.77, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 2.24, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 6.27, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 5.1, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 157, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 157, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1165, "water_heating": 1440}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 79, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093723641, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM8 2GW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITHAM", "built_form": 1, "created_at": "2019-07-26 11:32:11", "living_area": 26.69, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "5 Hammond Court", "address_line_2": "Jopson Mews", "assessment_date": "2019-07-26", "assessment_type": "SAP", "completion_date": "2019-07-26", "inspection_date": "2019-07-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.81, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.66, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "W1 Main wall 7N", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 55.54, "is_curtain_walling": "false"}, {"name": "W2 SE Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 150, "total_wall_area": 22.84, "is_curtain_walling": "false"}, {"name": "PW1 Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 8.33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.023, "height": 2.1, "location": "W2 SE Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "W1 Main wall 7N", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.91, "height": 1.35, "location": "W1 Main wall 7N", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "W1 Main wall 7N", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "W1 Main wall 7N", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.36, "height": 2.1, "location": "W1 Main wall 7N", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "W1 Main wall 7N", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.933, "psi_value": 0.442, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.55, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.5, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.0005, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 46.347, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 20.176, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.715, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 11.32, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.264, "psi_value": -0.051, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.264, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 7.362, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1231, "water_heating": 1632}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 76, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093476716, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2TZ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-02-26 11:33:18", "living_area": 33.95, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 69, "heat_source_type": 1, "power_efficiency": 33}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 93, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "902 Copeland Court", "address_line_2": "3, Knights Road", "assessment_date": "2019-02-26", "assessment_type": "SAP", "completion_date": "2019-02-26", "inspection_date": "2019-02-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.85, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "Sentinal Kinetic BH", "mechanical_vent_specific_fan_power": 0.6, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 90, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-26", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.122, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "1-Wall", "u_value": 0.22, "wall_type": 2, "total_wall_area": 33.87, "is_curtain_walling": "false"}, {"name": "2 - external concrete", "u_value": 0.22, "wall_type": 2, "total_wall_area": 13.45, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "total_wall_area": 43.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 13.85, "location": "1-Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.16, "location": "1-Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 125, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 125, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 116, "water_heating": 2062}}, "seller_commission_report": "Y", "energy_consumption_current": 40, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 40, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094276515, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Full secondary glazing", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG1 1PJ", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "NOTTINGHAM", "created_at": "2019-09-23 17:20:52.000000", "living_area": 27.29, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "is_interlocked_system": "true", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.09, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 1, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 5", "address_line_2": "27, St. Marys Gate", "assessment_date": "2018-08-23", "assessment_type": "SAP", "completion_date": "2019-09-22", "inspection_date": "2018-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 Upgraded existing window", "type": 4, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 13, "isargonfilled": "false", "solar_transmittance": 0.76}, {"name": "1 1 Upgraded existing window", "type": 4, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 13, "isargonfilled": "false", "solar_transmittance": 0.76}, {"name": "1 2 Upgraded existing window", "type": 4, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 13, "isargonfilled": "false", "solar_transmittance": 0.76}, {"name": "1 3 Upgraded existing window", "type": 4, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 13, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 4, "u_value": 0.0, "roof_type": 4, "kappa_value": 20.0, "total_roof_area": 75.27}], "sap_walls": [{"name": "0 Walls - Listed", "u_value": 1.01, "wall_type": 2, "description": "Walls - Listed", "kappa_value": 9.0, "total_wall_area": 9.5, "is_curtain_walling": "false"}, {"name": 1, "u_value": 0.28, "wall_type": 2, "kappa_value": 9.0, "total_wall_area": 85.5, "is_curtain_walling": "false"}, {"name": 2, "u_value": 0.0, "wall_type": 4, "kappa_value": 70.0, "total_wall_area": 54.72, "is_curtain_walling": "false"}], "identifier": "Flat 5", "overshading": 2, "sap_openings": [{"name": "1 0 Upgraded existing window", "type": "1 0 Upgraded existing window", "width": 1.1, "height": 2.5, "location": 1, "orientation": 3}, {"name": "1 1 Upgraded existing window", "type": "1 1 Upgraded existing window", "width": 1.1, "height": 2.5, "location": 1, "orientation": 3}, {"name": "1 2 Upgraded existing window", "type": "1 2 Upgraded existing window", "width": 1.1, "height": 2.5, "location": 1, "orientation": 3}, {"name": "1 3 Upgraded existing window", "type": "1 3 Upgraded existing window", "width": 1.2, "height": 1.1, "location": 1, "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.0, "floor_type": 4, "kappa_value": 0.0, "storey_height": 3.8, "heat_loss_area": 0.0, "total_floor_area": 75.27}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 730, "co2_emissions_current": 3.3, "energy_rating_average": 60, "energy_rating_current": 54, "lighting_cost_current": 63, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 730, "hot_water_cost_current": 330, "co2_emissions_potential": 3.3, "energy_rating_potential": 54, "lighting_cost_potential": 63, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 330, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4159, "water_heating": 1880}}, "seller_commission_report": "N", "energy_consumption_current": 261, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 261, "environmental_impact_current": 58, "current_energy_efficiency_band": "E", "environmental_impact_potential": 58, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 44, "additional_allowable_electricity_generation": 0.0} +{"uprn": 72755817, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS18 4FZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-08-23 14:35:00", "living_area": 15.96, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.31, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Bletchley Way", "address_line_2": "Horsforth", "assessment_date": "2019-08-23", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 97, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 3.6, "orientation": 2, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.78}, {"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 6}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 144.01, "is_curtain_walling": "false"}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 34, "total_wall_area": 19.05}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 198}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.54, "location": "Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.77, "location": "Walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "Walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "Walls", "orientation": 6}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 8.62, "location": "Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.535, "heat_loss_area": 48.53, "total_floor_area": 48.53}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 48.53, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 272, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 93, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 273, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 40, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.5, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3562, "water_heating": 2083}}, "seller_commission_report": "Y", "energy_consumption_current": 39, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.12", "energy_consumption_potential": 24, "environmental_impact_current": 94, "current_energy_efficiency_band": "A", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093502341, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR1 1GP", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "NORWICH", "built_form": 1, "created_at": "2019-07-23 15:10:40", "living_area": 21.55, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 53.4, "heat_source_type": 1, "power_efficiency": 34.7}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "302 Patricia Hollis House", "address_line_2": "Geoffrey Watling Way", "assessment_date": "2019-07-23", "assessment_type": "SAP", "completion_date": "2019-07-23", "inspection_date": "2019-07-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.944, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500295, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.13, "wall_type": 2, "total_wall_area": 19.734, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 32.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 0.99, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.1, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.1, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.186, "height": 2.1, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.386, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 4.376, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 2.37, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.37, "psi_value": -0.061, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.48, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 19.28, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 28.56, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 101, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 101, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 190, "water_heating": 1797}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10091154316, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B79 8UP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TAMWORTH", "built_form": 1, "created_at": "2019-05-23 15:40:53", "living_area": 20.933, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Memorial Drive", "assessment_date": "2019-05-23", "assessment_type": "SAP", "completion_date": "2019-05-23", "inspection_date": "2019-05-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.01, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-05-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 57.09}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 151.61, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 78.614}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 144.248}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.27, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.53, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.03, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.63, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.52, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.5, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.94, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.94, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.78, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.16, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.6, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 57.09, "total_floor_area": 57.09}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 57.09, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 262, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3403, "water_heating": 2115}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 23, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093322129, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW5 8FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "NANTWICH", "built_form": 1, "created_at": "2019-08-23 09:40:15", "living_area": 19.55, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 4, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 100062, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.89, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump, Fan coil units, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 7.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "53, Weaver Brook Way", "address_line_2": "Wrenbury", "assessment_date": "2019-08-23", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 6.97, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "kitchen_duct_fans_specific_power": 0, "kitchen_room_fans_specific_power": 0.41, "kitchen_wall_fans_specific_power": 0, "mechanical_vent_system_make_model": "Quadra and Response", "mechanical_ventilation_data_source": 2, "non_kitchen_duct_fans_specific_power": 0, "non_kitchen_room_fans_specific_power": 0.27, "non_kitchen_wall_fans_specific_power": 0, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 161, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 79.42}, {"name": "Roof over Bay", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.84}], "sap_walls": [{"name": "External Wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 95.5, "total_wall_area": 184.76, "is_curtain_walling": "false"}, {"name": "Internal Walls Ground", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 140.44}, {"name": "Internal Walls First", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 191}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.12, "location": "External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.26, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 10.62, "location": "External Wall", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 5.8, "location": "External Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.48, "location": "External Wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 2.04, "location": "External Wall", "orientation": 6}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.16, "psi_value": 0.214, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 20.48, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.2, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.36, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37.84, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.84, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.94, "psi_value": 0.101, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 28.57, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.41, "psi_value": -0.089, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.0015, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.214, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.0085, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.154, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 81.26, "total_floor_area": 81.26}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 79.42, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 314, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 314, "currency": "GBP"}, "hot_water_cost_current": {"value": 213, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 80, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 132, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6085, "water_heating": 2287}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 25, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10093288654, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LU3 3FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LUTON", "built_form": 2, "created_at": "2019-08-23 16:54:20", "living_area": 22.58, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17483, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Vadis Close", "assessment_date": "2019-08-23", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.22, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500351, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 121, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.5, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof insualted at ceiling level", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.16}, {"name": "Pitched Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.91}, {"name": "Ceiling to loft space", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 20.21}], "sap_walls": [{"name": "External Wall B1a", "u_value": 0.21, "wall_type": 2, "kappa_value": 150, "total_wall_area": 119.22, "is_curtain_walling": "false"}, {"name": "Walls to Loft Space", "u_value": 0.19, "wall_type": 2, "kappa_value": 14, "total_wall_area": 18.04, "is_curtain_walling": "false"}, {"name": "IW Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 202.87}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 55.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.42, "location": "External Wall B1a", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.33, "location": "External Wall B1a", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.93, "location": "External Wall B1a", "orientation": 3}, {"name": 4, "type": "Roof windows (1)", "pitch": 41, "width": 0.001, "height": 0, "location": "Pitched Roof", "orientation": 3}, {"name": 5, "type": "Roof windows (1)", "pitch": 41, "width": 0.001, "height": 0, "location": "Pitched Roof", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.59, "psi_value": 0.358, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.4, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.4, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.69, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 2.23, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.24, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 33.73, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.86, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 10.86, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 6.28, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.73, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 18.14, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.62, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 18.98, "psi_value": -0.006, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.81, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 12.69, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 3.01, "psi_value": -0.027, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 6.55, "psi_value": 0.176, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.01, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 2.52, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.52, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.44, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 10.86, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 45.64, "total_floor_area": 45.64}, {"storey": 1, "u_value": 0.34, "floor_type": 3, "kappa_value": 20, "storey_height": 2.78, "heat_loss_area": 2.03, "total_floor_area": 47.89}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.43, "heat_loss_area": 0, "total_floor_area": 27.68, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 296, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 298, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.0, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4002, "water_heating": 2093}}, "seller_commission_report": "Y", "energy_consumption_current": 59, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 47, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 72769363, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS10 2BF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEEDS", "built_form": 4, "created_at": "2019-03-29 08:32:54", "living_area": 28.243, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10 Woodhouse Hill Drive", "address_line_2": "Hunslet", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.73, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 120, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 2.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "slope", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 27.561}, {"name": "ins ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.522}, {"name": "bay window ins ceiling", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.056}], "sap_walls": [{"name": "Front", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 24.9, "is_curtain_walling": "false"}, {"name": "Rear", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 24.9, "is_curtain_walling": "false"}, {"name": "Rear Dormer", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 1.084, "is_curtain_walling": "false"}, {"name": "Left Dormer Cheek", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 1.183, "is_curtain_walling": "false"}, {"name": "Right Dormer Cheek", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 1.183, "is_curtain_walling": "false"}, {"name": "right", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 55.454, "is_curtain_walling": "false"}, {"name": "right se to roof", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 3.352, "is_curtain_walling": "false"}, {"name": "right se to garage", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 14.58, "is_curtain_walling": "false"}, {"name": "left", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 14.9, "is_curtain_walling": "false"}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 47.953}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 13.627}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.911, "location": "Front", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.476, "location": "Front", "orientation": 0}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.237, "location": "Rear", "orientation": 0}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.85, "location": "Rear Dormer", "orientation": 0}, {"name": 5, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "slope", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.43, "heat_loss_area": 32.808, "total_floor_area": 32.808}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "kappa_value": 20, "storey_height": 2.7, "heat_loss_area": 18.04, "total_floor_area": 53.944}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.06, "heat_loss_area": 0, "total_floor_area": 32.808}]}], "heating_cost_current": {"value": 329, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 329, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 287, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 109, "environmental_impact_rating": 108}], "co2_emissions_potential": -0.9, "energy_rating_potential": 109, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5251, "water_heating": 1854}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": -49, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 108, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 39096801, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WA10 6WB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ST. HELENS", "built_form": 4, "created_at": "2019-10-28 13:58:46", "living_area": 25.09, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "21, Appleby Way", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.35, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.77, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.73}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Horizontal ceiling", "u_value": 0.14, "roof_type": 2, "total_roof_area": 33.75}, {"name": "Horizontal ceiling", "u_value": 0.14, "roof_type": 2, "total_roof_area": 3.15}], "sap_walls": [{"name": "External Wall", "u_value": 0.31, "wall_type": 2, "total_wall_area": 62.4, "is_curtain_walling": "false"}, {"name": "Wall to Garage", "u_value": 0.29, "wall_type": 2, "total_wall_area": 20.45, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.89, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.84, "location": "External Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.14, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.07, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.24, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.1, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 14, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 13.5, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 2.71, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.71, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 30.8, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.23, "floor_type": 2, "storey_height": 2.4, "heat_loss_area": 24.17, "total_floor_area": 24.17}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 12.73, "total_floor_area": 33.75}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 33.75}]}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 264, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3490, "water_heating": 1865}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 27, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091739697, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TF10 7FU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWPORT", "built_form": 1, "created_at": "2019-01-28 11:09:44", "living_area": 16.403, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "18, Keller Drive", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-01-28", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 141, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.41}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 77.91}], "sap_walls": [{"name": "Besblock Cavity", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 161.989, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.4, "wall_type": 2, "kappa_value": 78, "total_wall_area": 20.137, "is_curtain_walling": "false"}, {"name": "Internal Block", "u_value": 0, "wall_type": 5, "kappa_value": 63, "total_wall_area": 56.103}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 201.917}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "Besblock Cavity", "orientation": 7}, {"name": 2, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "Besblock Cavity", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.77, "height": 1.35, "location": "Besblock Cavity", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Besblock Cavity", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Besblock Cavity", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.8, "height": 2.1, "location": "Besblock Cavity", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.77, "height": 1.2, "location": "Besblock Cavity", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 0.915, "height": 1.2, "location": "Besblock Cavity", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 1.77, "height": 1.2, "location": "Besblock Cavity", "orientation": 7}, {"name": 10, "type": "Windows (1)", "width": 0.915, "height": 1.05, "location": "Besblock Cavity", "orientation": 1}, {"name": 11, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Besblock Cavity", "orientation": 3}, {"name": 12, "type": "Windows (1)", "width": 0.915, "height": 1.2, "location": "Besblock Cavity", "orientation": 3}, {"name": 13, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Besblock Cavity", "orientation": 3}, {"name": 14, "type": "Windows (1)", "width": 0.915, "height": 1.05, "location": "Besblock Cavity", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 17.73, "psi_value": 0.316, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.57, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.2, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.244, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 36.244, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 15.249, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.995, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 27.6, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": -0.117, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": -0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 90, "storey_height": 2.475, "heat_loss_area": 62.707, "total_floor_area": 62.707}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.55, "heat_loss_area": 15.203, "total_floor_area": 77.91}]}], "heating_cost_current": {"value": 380, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 380, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.3, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6658, "water_heating": 1794}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 53, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10095438504, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW18 1UX", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-28 10:57:22", "living_area": 26.1, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 950, "hot_water_store_size": 150, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 1, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 98, "heat_source_type": 2, "power_efficiency": 90}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}, {"community_heating_use": 2, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0, "heat_efficiency": 96, "heat_source_type": 2}], "community_heating_distribution_type": 3}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 25", "address_line_2": "12, Osiers Road", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.407, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.49, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.45, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 6, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext Wall", "u_value": 0.17, "wall_type": 2, "total_wall_area": 17.38, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.33, "wall_type": 2, "total_wall_area": 37.8, "is_curtain_walling": "false"}, {"name": "Balcony Wall", "u_value": 0.21, "wall_type": 2, "total_wall_area": 20.12, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 18.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Corridor Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Ext Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Ext Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Ext Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Ext Wall", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Ext Wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Balcony Wall", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1.13, "height": 2.5, "location": "Balcony Wall", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 1.48, "height": 2.5, "location": "Balcony Wall", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.04, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 35, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 57.66, "psi_value": 0.022, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.397, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.4, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.2, "psi_value": -0.056, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.2, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 162, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 90, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 162, "currency": "GBP"}, "hot_water_cost_current": {"value": 0, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 0, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1119, "water_heating": 1831}}, "seller_commission_report": "Y", "energy_consumption_current": 22, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 22, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 4} +{"uprn": 10090053407, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN18 4FA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRANBROOK", "built_form": 1, "created_at": "2019-01-02 22:36:20", "living_area": 28.27, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "36, Herschel Place", "address_line_2": "Hawkhurst", "assessment_date": "2018-12-28", "assessment_type": "SAP", "completion_date": "2019-01-02", "inspection_date": "2018-12-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.68}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 54.95}], "sap_walls": [{"name": "external walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 41.34, "is_curtain_walling": "false"}, {"name": "corridor walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 18.3, "is_curtain_walling": "false"}, {"name": "party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 11.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "corridor walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.36, "height": 2.1, "location": "external walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.248, "height": 1.248, "location": "external walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.81, "height": 1.06, "location": "external walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.573, "height": 1.06, "location": "external walls", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15.136, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 7.185, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.395, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 24.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.76, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 4.76, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1105, "water_heating": 1479}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 87, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10010263502, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9GN", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-07-16 10:13:20", "living_area": 23.48, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2310, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 48.28, "heat_source_type": 1, "power_efficiency": 41.62}, {"fuel_type": 51, "heat_fraction": 0.27, "heat_efficiency": 92.25, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.07, "heat_efficiency": 85.76, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 308", "address_line_2": "4, Hawthorne Crescent", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.89, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.38}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "L1 Brick Face", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 19.82, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 36.96}, {"name": "Lined Core", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 17.13}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 6.123, "height": 2.35, "location": "L1 Brick Face", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 115, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 115, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 242, "water_heating": 1790}}, "seller_commission_report": "Y", "energy_consumption_current": 39, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 39, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094404885, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DH9 6FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STANLEY", "built_form": 2, "created_at": "2019-02-21 11:38:28", "living_area": 14.6, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Kates Gill Grange", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.28}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 86.94, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.72}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 34.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.5, "location": "External Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.29, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.51, "location": "External Wall", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.89, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.46, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.6, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 14.49, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.83, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.83, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 7.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 7.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 35.28, "total_floor_area": 35.28}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 35.28, "kappa_value_from_below": 9}], "thermal_mass_parameter": 173.36}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 280, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2702, "water_heating": 1554}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091608574, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO15 1BF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 5}, "post_town": "BRIDLINGTON", "built_form": 1, "created_at": "2019-08-21 14:09:20", "living_area": 20.4, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 23, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 23, "boiler_fuel_feed": 1, "heat_emitter_type": 2, "main_heating_code": 154, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_main_heating_hetas_approved": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.29, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, wood pellets", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Balcary Barn", "address_line_2": "Hall Close", "address_line_3": "Flamborough", "assessment_date": "2019-08-21", "assessment_type": "SAP", "completion_date": "2019-08-21", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 248, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [1, 4], "sap_building_parts": [{"sap_roofs": [{"name": "Main Slope", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 54.34}, {"name": "ins ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 108.496}], "sap_walls": [{"name": "front extg", "u_value": 0.26, "wall_type": 2, "kappa_value": 190, "total_wall_area": 10.661, "is_curtain_walling": "false"}, {"name": "left extg", "u_value": 0.26, "wall_type": 2, "kappa_value": 190, "total_wall_area": 16.372, "is_curtain_walling": "false"}, {"name": "left new", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 31.466, "is_curtain_walling": "false"}, {"name": "right extg", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 7.613, "is_curtain_walling": "false"}, {"name": "right new", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 21.059, "is_curtain_walling": "false"}, {"name": "rear new", "u_value": 0.26, "wall_type": 2, "kappa_value": 190, "total_wall_area": 2.275, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 5.937, "location": "right new", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.147, "location": "right extg", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 17.372, "location": "right new", "orientation": 1}, {"name": 4, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Main Slope", "orientation": 7}, {"name": 5, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "slope", "orientation": 3}, {"name": 6, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Main Slope", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.23, "heat_loss_area": 176.95, "total_floor_area": 176.95}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.34, "heat_loss_area": 0, "total_floor_area": 71.291}]}], "heating_cost_current": {"value": 1474, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 129, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1479, "currency": "GBP"}, "hot_water_cost_current": {"value": 187, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 85, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 71, "environmental_impact_rating": 94}, {"sequence": 2, "typical_saving": {"value": 333, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 98}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 106}], "co2_emissions_potential": -1.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 129, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 98, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 17604, "water_heating": 2211}}, "seller_commission_report": "Y", "energy_consumption_current": 162, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 86, "environmental_impact_current": 93, "current_energy_efficiency_band": "C", "environmental_impact_potential": 106, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10094092385, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 5EP", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "MANCHESTER", "built_form": 3, "created_at": "2019-05-21 12:40:13", "living_area": 29.4, "orientation": 2, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7 Cotton House", "address_line_2": "21, Blossom Street", "assessment_date": "2019-05-21", "assessment_type": "SAP", "completion_date": "2019-05-21", "inspection_date": "2019-05-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.7}, {"name": "Balcony", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.9}], "sap_walls": [{"name": "TF Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 18, "total_wall_area": 84.9, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 110.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "TF Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.7, "location": "TF Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 13.3, "location": "TF Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.4, "heat_loss_area": 3.4, "total_floor_area": 37.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 40.2}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 25.8}]}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 275, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2923, "water_heating": 1633}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 17, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10010242285, "roofs": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9FG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-21 11:18:24", "living_area": 23.1, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.3, "heat_source_type": 1, "power_efficiency": 30.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 94, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "42 Hargood House", "address_line_2": "7, Norway Street", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "wet_rooms_count": 2, "air_permeability": 3.83, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.001, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (3)", "type": 4, "u_value": 1.8, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.72, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 05", "u_value": 0.25, "roof_type": 2, "total_roof_area": 17}], "sap_walls": [{"name": "Ext Panel", "u_value": 0.22, "wall_type": 2, "total_wall_area": 35.9, "is_curtain_walling": "false"}, {"name": "Ext Column", "u_value": 0.48, "wall_type": 2, "total_wall_area": 5.9, "is_curtain_walling": "false"}, {"name": "Adj Corridor", "u_value": 0.29, "wall_type": 3, "total_wall_area": 13, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.92, "height": 2.01, "location": "Adj Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.93, "height": 2.5, "location": "Ext Panel", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.93, "height": 2.5, "location": "Ext Panel", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 0.93, "height": 2.5, "location": "Ext Column", "orientation": 7}, {"name": 5, "type": "Windows (3)", "width": 2.62, "height": 2.5, "location": "Ext Panel", "orientation": 5}, {"name": 6, "type": "Windows (3)", "width": 2.62, "height": 2.5, "location": "Ext Panel", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 990, "water_heating": 2035}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 67, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10001165137, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL6 7DD", "data_type": 2, "hot_water": {"description": {"value": "No hot water system present - electric immersion assumed", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 1}, "post_town": "STROUD", "built_form": 1, "created_at": "2019-06-26 16:00:16", "living_area": 30.55, "orientation": 2, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 999, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2403, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 635, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "false", "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 1}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "The Dillay", "address_line_2": "Bisley", "assessment_date": "2018-02-21", "assessment_type": "SAP", "completion_date": "2019-06-26", "inspection_date": "2018-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.17, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 65, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-26", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 2.43, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 4, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.6, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 11], "sap_building_parts": [{"sap_roofs": [{"name": "ceiling level", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.36}, {"name": "slope", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.87}], "sap_walls": [{"name": "External wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 70, "total_wall_area": 93.93, "is_curtain_walling": "false"}, {"name": "wall to workshop", "u_value": 0.19, "wall_type": 2, "kappa_value": 70, "total_wall_area": 18.96, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.28, "wall_type": 2, "kappa_value": 9, "total_wall_area": 1.96, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.13, "location": "External wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.05, "location": "External wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.32, "location": "External wall", "orientation": 4}, {"name": 5, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "slope", "orientation": 6}, {"name": 6, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "slope", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.32, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 14.04, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 12.28, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 26.19, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 20.78, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.17, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 7, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.94, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 3.94, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 2.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 3, "kappa_value": 20, "storey_height": 2.4, "heat_loss_area": 36.92, "total_floor_area": 14.04}, {"storey": 1, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.43, "heat_loss_area": 14.04, "total_floor_area": 50.96}]}], "heating_cost_current": {"value": 443, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Celect-type controls", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 443, "currency": "GBP"}, "hot_water_cost_current": {"value": 133, "currency": "GBP"}, "co2_emissions_potential": 4.3, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 643, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4304, "water_heating": 1330}}, "seller_commission_report": "Y", "energy_consumption_current": 165, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 406, "environmental_impact_current": 79, "current_energy_efficiency_band": "B", "environmental_impact_potential": 48, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10093087298, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME13 8FW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FAVERSHAM", "built_form": 1, "created_at": "2019-08-21 14:53:43", "living_area": 22.8, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "68, Nova Avenue", "assessment_date": "2019-08-21", "assessment_type": "SAP", "completion_date": "2019-08-21", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.73, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 52.33}, {"name": "Bay Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.22}], "sap_walls": [{"name": "Brick", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 157.1, "is_curtain_walling": "false"}, {"name": "Stud Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 198.68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Brick", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.7, "location": "Brick", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Brick", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Brick", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 9.23, "location": "Brick", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.9, "psi_value": 0.442, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.72, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.2, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.81, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 30.09, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 10.92, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 19.17, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 25.11, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.77, "psi_value": -0.051, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "kappa_value": 75, "storey_height": 2.385, "heat_loss_area": 53.56, "total_floor_area": 53.56}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 52.33, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 233, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 338, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2802, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 11, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 44031660, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME2 1FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROCHESTER", "built_form": 3, "created_at": "2019-01-21 11:44:14", "living_area": 26.4, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "2 Chenette House", "address_line_2": "Germander Avenue", "address_line_3": "Halling", "assessment_date": "2019-01-21", "assessment_type": "SAP", "completion_date": "2019-01-21", "inspection_date": "2019-01-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.98}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 69.83}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 42.79, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.27, "wall_type": 2, "kappa_value": 48, "total_wall_area": 27.05, "is_curtain_walling": "false"}, {"name": "Timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 105.44}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 34, "total_wall_area": 20.21}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 48, "total_wall_area": 13.33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.85, "location": "Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.16, "location": "Walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1, "location": "Walls", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1, "location": "Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.83, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6.93, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10.12, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.28, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 29.28, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 11.92, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.15, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.77, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.59, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 5.59, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 70.81, "total_floor_area": 70.81}]}], "heating_cost_current": {"value": 178, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 178, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1431, "water_heating": 1556}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": 80, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 72120997, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.82 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7PB", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-04-11 13:28:20", "living_area": 13.97, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "25 Boston Towers", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-04-11", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-04-11", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 53.26}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.67, "is_curtain_walling": "false"}, {"name": "External Wall Cavity", "u_value": 0.7, "wall_type": 2, "kappa_value": 17, "total_wall_area": 38.27, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.18, "height": 1.275, "location": "External Wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.79, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.03, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 23.3, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 29.64, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 7.14, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 17.37, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 2.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 13.79, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 515, "currency": "GBP"}, "co2_emissions_current": 6.1, "energy_rating_average": 60, "energy_rating_current": 54, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 515, "currency": "GBP"}, "hot_water_cost_current": {"value": 470, "currency": "GBP"}, "co2_emissions_potential": 6.1, "energy_rating_potential": 54, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 470, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 5011, "space_heating_existing_dwelling": 6451}}, "seller_commission_report": "Y", "energy_consumption_current": 679, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 679, "environmental_impact_current": 29, "current_energy_efficiency_band": "E", "environmental_impact_potential": 29, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 115} +{"uprn": 34164064, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW6 1HH", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-03-22 11:16:46", "living_area": 29.61, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 39, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17681, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 691, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_data_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "505, Fulham Road", "assessment_date": "2019-03-20", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Doors", "type": 1, "u_value": 1.6, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 80.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Upgraded External wall", "total_wall_area": 17.28, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Tanked wall", "total_wall_area": 7.68, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.32, "wall_type": 2, "description": "New Cavity Wall - Lower sec", "total_wall_area": 39, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.22, "wall_type": 2, "description": "New Cavity wall - Upper sec", "total_wall_area": 7.8, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 21.48}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "North Windows", "type": "Windows", "width": 3.58, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "East Doors", "type": "Doors", "width": 3.38, "height": 1, "location": "External Wall 3", "orientation": 0}, {"name": "South Windows", "type": "Windows", "width": 6.21, "height": 1, "location": "External Wall 3", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 80.68, "total_floor_area": 80.68}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 300, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 300, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3409, "water_heating": 1838}}, "seller_commission_report": "Y", "energy_consumption_current": 116, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 116, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10090698958, "roofs": [{"description": {"value": "Average thermal transmittance 0.07 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN2 2FR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LINCOLN", "built_form": 2, "created_at": "2019-02-15 10:27:32", "living_area": 17.51, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "12, Baker Drive", "address_line_2": "Nettleham", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 87, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Main Roof", "u_value": 0.07, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.48}], "sap_walls": [{"name": "Brick/Block Cavity Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 105.36, "is_curtain_walling": "false"}, {"name": "Block/Block Cavity Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 49.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Brick/Block Cavity Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 0.488, "height": 1.35, "location": "Brick/Block Cavity Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 2.34, "height": 1.35, "location": "Brick/Block Cavity Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 0.488, "height": 1.35, "location": "Brick/Block Cavity Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 0.63, "height": 1.2, "location": "Brick/Block Cavity Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Brick/Block Cavity Wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Brick/Block Cavity Wall", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Brick/Block Cavity Wall", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 0.915, "height": 1.05, "location": "Brick/Block Cavity Wall", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Brick/Block Cavity Wall", "orientation": 2}, {"name": 11, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Brick/Block Cavity Wall", "orientation": 2}, {"name": 12, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Brick/Block Cavity Wall", "orientation": 4}, {"name": 13, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Brick/Block Cavity Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.8, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.29, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.78, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.78, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 15, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.96, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.86, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.92, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 9.96, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.96, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.96, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 44.48, "total_floor_area": 44.48}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 42.83}]}], "heating_cost_current": {"value": 244, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 244, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "$4,000 - $6,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3297, "water_heating": 1815}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 54, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10024305590, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL52 5GR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELTENHAM", "built_form": 2, "created_at": "2019-06-18 14:48:36", "living_area": 15.8, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 8.0 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Coleford Road", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 6.04, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Hrz", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12.7}, {"name": "Roof Slope", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.6}, {"name": "Ceiling", "u_value": 0.135, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.3}], "sap_walls": [{"name": "External", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 93.3, "is_curtain_walling": "false"}, {"name": "Dwarf Wall", "u_value": 0.135, "wall_type": 2, "kappa_value": 9, "total_wall_area": 10.4, "is_curtain_walling": "false"}, {"name": "Int Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 135.6}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 55.7}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.92, "height": 2.1, "location": "External", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.15, "height": 1.2, "location": "External", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.15, "height": 1.3, "location": "External", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 0.5, "height": 1.15, "location": "External", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.65, "height": 1.25, "location": "External", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.5, "height": 2.02, "location": "External", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 0.66, "height": 1.04, "location": "External", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 0.6, "height": 1, "location": "External", "orientation": 7}, {"name": 9, "type": "Roof windows (1)", "pitch": 35, "width": 0.56, "height": 0.73, "location": "Roof Slope", "orientation": 5}, {"name": 10, "type": "Roof windows (1)", "width": 0.56, "height": 0.73, "location": "Roof Slope", "orientation": 5}, {"name": 11, "type": "Roof windows (1)", "width": 0.56, "height": 0.73, "location": "Roof Slope", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.1, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.1, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.8, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.5, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 13.1, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 13.1, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.4, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.3, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 3.5, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 5.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.32, "heat_loss_area": 30.9, "total_floor_area": 30.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 30.9, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.36, "heat_loss_area": 0, "total_floor_area": 21.6}]}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2567, "water_heating": 1671}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091682436, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6YR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 1, "created_at": "2019-09-18 11:23:45", "living_area": 28.56, "orientation": 4, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 9.0 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "46, Draper Close", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 6.97, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 57.96}], "sap_walls": [{"name": "Brick", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 23.8, "is_curtain_walling": "false"}, {"name": "Render", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 20.75, "is_curtain_walling": "false"}, {"name": "Bin Store Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 150, "total_wall_area": 18.56, "is_curtain_walling": "false"}, {"name": "Communal Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 5.26, "is_curtain_walling": "false"}, {"name": "Internal Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.9}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Communal Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.38, "location": "Brick", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "Brick", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.12, "location": "Render", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.41, "location": "Render", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 9.23, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.22, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.62, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.49, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.48, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 21.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.08, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 57.96, "total_floor_area": 57.96}]}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1773, "water_heating": 1421}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 100, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10090699735, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 2, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN1 2GX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LINCOLN", "built_form": 4, "created_at": "2019-07-01 09:32:59", "living_area": 15.91, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace bungalow", "language_code": 1, "property_type": 1, "address_line_1": "6, Meadow Walk", "address_line_2": "Saxilby", "assessment_date": "2019-07-01", "assessment_type": "SAP", "completion_date": "2019-07-01", "inspection_date": "2019-07-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.79, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "HG door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 61.92}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 110, "total_wall_area": 55.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 28.29}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 125.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Windows", "width": 6.24, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Side win 1", "type": "Windows", "width": 0.65, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Side win 2", "type": "Windows", "width": 0.65, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear win", "type": "Windows", "width": 8.02, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.35, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.17, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1.76, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 3.05, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.64, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.64, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.82, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.82, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11.74, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 11.74, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground floor", "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 61.92, "total_floor_area": 61.92}]}], "heating_cost_current": {"value": 209, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 209, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2497, "water_heating": 1608}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093737206, "roofs": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.35 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB8 2FE", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "UXBRIDGE", "built_form": 1, "created_at": "2019-11-26 15:30:37", "living_area": 20.35, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 33 Dolphin Bridge House", "address_line_2": "Rockingham Road", "assessment_date": "2018-07-01", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2018-07-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 36, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.33, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.22, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.22}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 0.28}], "sap_walls": [{"name": "External Walls", "u_value": 0.48, "wall_type": 2, "kappa_value": 150, "total_wall_area": 12.02, "is_curtain_walling": "false"}, {"name": "Semi Exposed Walls", "u_value": 0.32, "wall_type": 2, "kappa_value": 14, "total_wall_area": 14.3, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 27.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Semi Exposed Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.145, "height": 1.44, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.145, "height": 1.44, "location": "External Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.145, "height": 1.44, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 319, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 65, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 319, "currency": "GBP"}, "hot_water_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 65, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 217, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1768, "water_heating": 1238}}, "seller_commission_report": "Y", "energy_consumption_current": 273, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 273, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 46} +{"uprn": 10093318326, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW11 3LA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SANDBACH", "built_form": 1, "created_at": "2019-09-02 11:45:23", "living_area": 19.05, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "42, Lee Place", "address_line_2": "Moston", "assessment_date": "2019-09-02", "assessment_type": "SAP", "completion_date": "2019-09-02", "inspection_date": "2019-09-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 5, "air_permeability": 5.85, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 124, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Opening Type 5", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 50.75}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Main walls", "total_wall_area": 149.3, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Wall 2", "total_wall_area": 17.91, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "window", "type": "window", "width": 7.03, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "window", "type": "window", "width": 10.11, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "door", "type": "door", "width": 1.97, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Windows", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 5", "type": "window", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.97, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.46, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.8, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.98, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.43, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.99, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 26.91, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.23, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jet floor", "storey_height": 2.31, "heat_loss_area": 55.08, "total_floor_area": 55.08}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "Floor", "storey_height": 2.61, "heat_loss_area": 12.93, "total_floor_area": 68.85}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 314, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 316, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4626, "water_heating": 2147}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 36, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093555636, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP1 1TS", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "IPSWICH", "built_form": 1, "created_at": "2019-01-07 14:30:31", "living_area": 17.55, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 23", "address_line_2": "Saxon House", "address_line_3": "1 Cromwell Square", "assessment_date": "2018-10-14", "assessment_type": "SAP", "completion_date": "2019-01-07", "inspection_date": "2018-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 41, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-01-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Roof", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 40.6}], "sap_walls": [{"name": "External Wall", "u_value": 0.29, "wall_type": 2, "total_wall_area": 40.5, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 58.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 1.35, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "External Wall", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 73, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 245, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 73, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 245, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 1446, "space_heating_existing_dwelling": 1197}}, "seller_commission_report": "Y", "energy_consumption_current": 219, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 219, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 76, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 37} +{"uprn": 90217923, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B62 9JN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HALESOWEN", "built_form": 2, "created_at": "2019-06-27 12:07:29", "living_area": 17.5, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Houston Way", "assessment_date": "2018-03-09", "assessment_type": "SAP", "completion_date": "2019-06-27", "inspection_date": "2018-03-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.82, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.4}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 87.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.25}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.67}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.3, "location": "external", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.2, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.8, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.5, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.3, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.3, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.3, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.4, "total_floor_area": 39.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 293, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2061, "water_heating": 1615}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 2, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091511911, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP44 3FP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CWMBRAN", "built_form": 3, "created_at": "2019-09-12 09:04:16", "living_area": 17.91, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "72, Oakfield Grange", "address_line_2": "Oakfield", "assessment_date": "2019-09-12", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2019-09-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.14, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Half Glazed Door", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 7}, {"name": "Solid Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 44.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 47.38, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 3, "description": "Corridor", "kappa_value": 110, "total_wall_area": 21.86, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 925, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "Side", "type": "Windows", "width": 3.38, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Windows", "width": 2.46, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Front", "type": "Windows", "width": 2.78, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.04, "psi_value": 0.38, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.11, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.45, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 28.85, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 28.85, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 14.4, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 44.65}]}], "heating_cost_current": {"value": 160, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 160, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1357, "water_heating": 1275}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 100, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10024143427, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN21 1AF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "EASTBOURNE", "built_form": 6, "created_at": "2019-04-25 10:51:57", "living_area": 17.25, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 400, "heat_source_type": 3}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 15 Allingham Lodge", "address_line_2": "Southfields Road", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-04-25", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.85, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "description": "B1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External", "total_wall_area": 27.92, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 53.55}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 1, "width": 2.11, "height": 2.1, "location": "Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.62, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.9, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.55, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.55, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 39.96, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 52.5}], "thermal_mass_parameter": 163}], "heating_cost_current": {"value": 109, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 109, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 93, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 299, "water_heating": 1848}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 52, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10091682966, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO51 0DG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROMSEY", "built_form": 2, "created_at": "2019-01-14 11:02:52", "living_area": 21.69, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "66, Ganger Farm Way", "address_line_2": "Ampfield", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.2, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 9, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W8", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 11.54}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "Ceiling to Roofspace", "total_roof_area": 7.43}, {"name": "Roof 3", "u_value": 0.17, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 2.29}, {"name": "Roof 4", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 21.81}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 108.25, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 10.61, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "E-WM-23", "total_wall_area": 55.61}, {"name": "Wall 4", "u_value": 0.12, "wall_type": 3, "description": "Wall to Roofspace", "total_wall_area": 14.43, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 3, "type": 3, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 3, "width": 0.92, "height": 1.05, "location": "Wall 2", "orientation": 1}, {"name": 9, "type": 9, "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 4", "orientation": 5}, {"name": 10, "type": 9, "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 4", "orientation": 5}, {"name": 11, "type": 3, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.92, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.64, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 5.23, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 2.1, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 23.56, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.51, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.51, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.51, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 2.41, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.79, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 5.79, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 2.9, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 11.1, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 11.1, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.94, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.41, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 8.79, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.57, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0.94, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 37.98, "total_floor_area": 37.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 37.98}, {"storey": 99, "u_value": 0, "floor_type": 3, "storey_height": 2.44, "heat_loss_area": 0, "total_floor_area": 30.54}], "thermal_mass_parameter": 132.605}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2761, "water_heating": 1747}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 6, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10008351904, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E9 6FU", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-18 10:53:48", "living_area": 23.1, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 62.0, "heat_source_type": 1, "power_efficiency": 30.0}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 90, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}], "hot_water_store_insulation_type": 1, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "16 Wintergreen Court", "address_line_2": "Homerton High Street", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.92, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 6, "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External", "total_wall_area": 34.66, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 22.39}, {"name": "Wall 2", "u_value": 0.18, "wall_type": 3, "description": "Stairwell Wall", "total_wall_area": 20.93, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.58, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 2, "type": 1, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 1, "width": 1.58, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 6, "width": 1.02, "height": 2.1, "location": "Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.08, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.06, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 4.7, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 5.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 5.2, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 50.23}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 123, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 123, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 372, "water_heating": 1555}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 56, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091683179, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6YW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 4, "created_at": "2019-10-25 14:54:50", "living_area": 18.34, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "48, Hawthorn Avenue", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 4.55, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 115, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.64}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 20.49}, {"name": "Warm Roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 23.24}, {"name": "Flat Roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.23}], "sap_walls": [{"name": "External Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 45.34, "is_curtain_walling": "false"}, {"name": "Stud Walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 12.05, "is_curtain_walling": "false"}, {"name": "Dorma Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.1, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.5788}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 61.0204}, {"name": "2F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 34.812}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 124.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Walls", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.38, "location": "External Walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.31, "location": "External Walls", "orientation": 4}, {"name": 4, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.63, "location": "Warm Roof", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.16, "psi_value": 0.385, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.212, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.05, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.7, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.7, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 19.76, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.83, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 4.84, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.092, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 20.85, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 18, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 30.68, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 10.9, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 6.18, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 43.08, "total_floor_area": 43.08}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.59, "heat_loss_area": 0, "total_floor_area": 43.08, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 1.8, "heat_loss_area": 0, "total_floor_area": 29.1, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 250, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 250, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 331, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2793, "water_heating": 1766}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093057776, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW8 2FJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-16 20:45:47", "living_area": 21.39, "orientation": 1, "region_code": 14, "report_type": 3, "sap_cooling": {"cooled_area": 37.64, "cooling_system_eer": 2.8, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 125, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 37.72411, "heat_source_type": 1, "power_efficiency": 34.545887}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 82, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 113 Gladwin Tower", "address_line_2": "50, Wandsworth Road", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-16", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.24, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 0.84, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}, {"name": "Windows (2)", "type": 4, "u_value": 1.6, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External - curtain wall", "u_value": 0.84, "wall_type": 2, "kappa_value": 14, "total_wall_area": 7.06, "is_curtain_walling": "true"}, {"name": "Wall to Corridor", "u_value": 0.12, "wall_type": 2, "kappa_value": 14, "total_wall_area": 3.11, "is_curtain_walling": "false"}, {"name": "Shear Walls to lift Shaft/Stairwell", "u_value": 0.19, "wall_type": 2, "kappa_value": 9, "total_wall_area": 26.97, "is_curtain_walling": "false"}, {"name": "External - cladding-cw", "u_value": 0.84, "wall_type": 2, "kappa_value": 14, "total_wall_area": 14.32, "is_curtain_walling": "true"}, {"name": "PW1 Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 44.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Wall to Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4, "location": "External - curtain wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 7.5, "location": "External - cladding-cw", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 124, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 124, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 306, "water_heating": 1801}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 56, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10007275369, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE9 1UF", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STAMFORD", "built_form": 1, "created_at": "2019-05-15 16:03:00", "living_area": 6.74, "orientation": 7, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10352, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "60 Ryhall Road", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 40, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.56}], "sap_walls": [{"name": "External Walls", "u_value": 0.2, "wall_type": 2, "kappa_value": 17, "total_wall_area": 44.12, "is_curtain_walling": "false"}, {"name": "Communal", "u_value": 0.2, "wall_type": 2, "kappa_value": 18, "total_wall_area": 11.42, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Communal", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.95, "location": "External Walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.95, "location": "External Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.75, "location": "External Walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2112, "water_heating": 1463}}, "seller_commission_report": "Y", "energy_consumption_current": 144, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 144, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 6727822, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.93 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 9QG", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-11-08 14:29:00", "living_area": 36.81, "orientation": 1, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 42.24, "cooling_system_eer": 5.56, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 2}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.64, "heat_efficiency": 48.3, "heat_source_type": 1, "power_efficiency": 39.6}, {"fuel_type": 51, "heat_fraction": 0.36, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2203", "address_line_2": "10 George Street", "assessment_date": "2019-11-08", "assessment_type": "SAP", "completion_date": "2019-11-08", "inspection_date": "2019-11-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.75, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500364, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows Block E1", "type": 4, "u_value": 0.91, "data_source": 2, "frame_factor": 0.8, "glazing_type": 8, "solar_transmittance": 0.43}, {"name": "Windows LV 1", "type": 4, "u_value": 1.07, "data_source": 2, "frame_factor": 0.8, "glazing_type": 8, "solar_transmittance": 0.43}, {"name": "Curtain walling", "type": 4, "u_value": 0.93, "data_source": 2, "frame_factor": 1, "glazing_type": 8, "solar_transmittance": 0.43}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 42.24}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.93, "wall_type": 2, "description": "Curtain walling", "total_wall_area": 18.36, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.79}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 19.54}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 3", "type": "Curtain walling", "width": 2.93, "height": 2.55, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 10.6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 47.04, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 42.24}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 110, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 110, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 85, "water_heating": 1737}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 45, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10033367670, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP7 6PW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ABERGAVENNY", "built_form": 1, "created_at": "2019-12-23 14:09:06", "living_area": 16.21, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "105, Maindiff Drive", "address_line_2": "Llantilio Pertholey", "assessment_date": "2019-12-23", "assessment_type": "SAP", "completion_date": "2019-12-23", "inspection_date": "2019-12-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.72, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.73}, {"name": "Front doors", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Rear Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 46.78}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 140.51, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 172.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 5.5, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Front", "type": "Front doors", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Rear", "type": "Windows", "width": 4.25, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear", "type": "Rear Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Side", "type": "Windows", "width": 1.65, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.27, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 29.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 28.04, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.04, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.8, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.24, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.96, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 46.78, "total_floor_area": 46.78, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.54, "heat_loss_area": 0, "total_floor_area": 46.78}]}], "heating_cost_current": {"value": 300, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 300, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4589, "water_heating": 1702}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 37, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093598481, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TR11 4FQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FALMOUTH", "built_form": 1, "created_at": "2019-02-11 17:18:44", "living_area": 23.8, "orientation": 0, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Woodman Apartments", "address_line_2": "5, Bishops Way", "assessment_date": "2019-02-11", "assessment_type": "SAP", "completion_date": "2019-02-11", "inspection_date": "2019-02-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 8, "type": 1, "u_value": 1.31, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Bay roof", "total_roof_area": 2.2}], "sap_walls": [{"name": "Wall 2", "u_value": 0.28, "wall_type": 3, "description": "Common area", "total_wall_area": 16.26, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.29, "wall_type": 2, "description": "External", "total_wall_area": 51.61, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": 1, "width": 1.91, "height": 1.5, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 1, "width": 0.91, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 1, "width": 0.91, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 5, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 8, "width": 1.01, "height": 2.1, "location": "Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.21, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.2, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.4, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.15, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 6.98, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.09, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.98, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 3.73, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 5.86, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.66, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 1.2, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm Platinum B&B", "storey_height": 2.33, "heat_loss_area": 47.32, "total_floor_area": 47.32}], "thermal_mass_parameter": 206.49}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1470, "water_heating": 1364}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 100, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093702283, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SS4 3RR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "ROCHFORD", "built_form": 4, "created_at": "2019-04-01 11:41:26", "living_area": 35.736, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 2, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17514, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, LPG", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2 Greenacre Cottages", "address_line_2": "Hyde Wood Lane", "address_line_3": "Canewdon", "assessment_date": "2019-04-01", "assessment_type": "SAP", "completion_date": "2019-04-01", "inspection_date": "2019-04-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.84, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.686}], "sap_walls": [{"name": "Cavity Wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 54, "total_wall_area": 56.5, "is_curtain_walling": "false"}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 144.989}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 84.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Cavity Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.6, "height": 0.9, "location": "Cavity Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Cavity Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Cavity Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 2.5, "height": 2.1, "location": "Cavity Wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Cavity Wall", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Cavity Wall", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Cavity Wall", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Cavity Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.2, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 11.3, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 11.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.05, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 10, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.88, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.88, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 78, "storey_height": 2.4, "heat_loss_area": 47.686, "total_floor_area": 47.686}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 47.686, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 144, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 57, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1821, "water_heating": 1988}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -8, "environmental_impact_current": 87, "current_energy_efficiency_band": "C", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094782946, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA4 9GY", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SWANSEA", "built_form": 2, "created_at": "2019-11-14 17:42:32", "living_area": 15.5, "orientation": 5, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 694, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.24, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 9.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "64, Mansion Gardens", "address_line_2": "Penllergaer", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 7.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 3.1, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Joist", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 49.53}], "sap_walls": [{"name": "TF", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 100.73, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 44.45}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "TF", "orientation": 5}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.15, "location": "TF", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.51, "location": "TF", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.48, "location": "TF", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.94, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.89, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.05, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.05, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.05, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 11.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.85, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.05, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.85, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.85, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.85, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 49.53, "total_floor_area": 49.53}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.625, "heat_loss_area": 0, "total_floor_area": 49.53}]}], "heating_cost_current": {"value": 529, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 531, "currency": "GBP"}, "hot_water_cost_current": {"value": 321, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 163, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}], "co2_emissions_potential": 0.8, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 157, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3014, "water_heating": 1830}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 46, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10012027550, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DA12 5FG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRAVESEND", "built_form": 1, "created_at": "2019-09-26 12:36:51", "living_area": 23.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 61.1764679, "heat_source_type": 1, "power_efficiency": 18.82353}, {"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 90, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 39 Wimborne House", "address_line_2": "Truro Road", "assessment_date": "2019-09-26", "assessment_type": "SAP", "completion_date": "2019-09-26", "inspection_date": "2019-09-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500138, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext Wall", "u_value": 0.23, "wall_type": 2, "total_wall_area": 38, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.2, "height": 1.25, "location": "Ext Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 1.25, "location": "Ext Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 0.91, "height": 2.1, "location": "Ext Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.35, "height": 2.1, "location": "Ext Wall", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.25, "location": "Ext Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 121, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 121, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 352, "water_heating": 1896}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 80, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093726138, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM3 2FE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "CHELMSFORD", "built_form": 3, "created_at": "2019-09-24 14:28:21", "living_area": 15.8, "orientation": 5, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 0, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.94, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "Apartment 1 Mugello", "address_line_2": "Wickham Bishops Road", "address_line_3": "Hatfield Peverel", "assessment_date": "2019-09-24", "assessment_type": "SAP", "completion_date": "2019-09-24", "inspection_date": "2019-09-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-24", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.2, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.78}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 51.7}], "sap_walls": [{"name": "External", "u_value": 0.21, "wall_type": 2, "kappa_value": 190, "total_wall_area": 67.86, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "External", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.6, "location": "External", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.3, "location": "External", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.1, "location": "External", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.4, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 23.4, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 6.1, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 17.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.9, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.9, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.9, "heat_loss_area": 51.7, "total_floor_area": 51.7}]}], "heating_cost_current": {"value": 310, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 311, "currency": "GBP"}, "hot_water_cost_current": {"value": 241, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 127, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 114, "environmental_impact_rating": 112}], "co2_emissions_potential": -1.1, "energy_rating_potential": 114, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 113, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1644, "water_heating": 1374}}, "seller_commission_report": "Y", "energy_consumption_current": 134, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -122, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 112, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 23} +{"uprn": 10094742599, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE5 0AY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-02-15 15:13:36", "living_area": 26.74, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95, "heat_source_type": 2, "power_efficiency": 96}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 25 Squire House", "address_line_2": "290, Camberwell Road", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.42, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500126, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 50.13}], "sap_walls": [{"name": "Corridor Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 16.13, "is_curtain_walling": "false"}, {"name": "Type 1A", "u_value": 0.13, "wall_type": 2, "kappa_value": 14, "total_wall_area": 7.15, "is_curtain_walling": "false"}, {"name": "Type 3", "u_value": 0.11, "wall_type": 2, "kappa_value": 14, "total_wall_area": 13.72, "is_curtain_walling": "false"}, {"name": "Type 4", "u_value": 0.13, "wall_type": 2, "kappa_value": 14, "total_wall_area": 4.75, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 81.25}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 34.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Corridor Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.94, "location": "Type 1A", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.27, "location": "Type 1A", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.94, "location": "Type 3", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.01, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 33.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 27.72, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 133, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 133, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 401, "water_heating": 1822}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 85, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10008507560, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG24 9NQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BASINGSTOKE", "built_form": 1, "created_at": "2019-04-05 09:44:35", "living_area": 18.52, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "7, Loader Drive", "assessment_date": "2019-04-05", "assessment_type": "SAP", "completion_date": "2019-04-05", "inspection_date": "2019-04-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.6, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 5, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 12, "type": 2, "u_value": 1.7, "data_source": 2, "description": "D2", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 46.52}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 138.43, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 2, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 1.36, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 5, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 6, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 8, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 1, "width": 0.63, "height": 0.75, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 11, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 12, "type": 12, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 13, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 14, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 15, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.64, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.64, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.91, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.91, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.9, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.01, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.84, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "130mm Platinum", "storey_height": 2.33, "heat_loss_area": 46.52, "total_floor_area": 46.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 46.52}], "thermal_mass_parameter": 168}], "heating_cost_current": {"value": 250, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 250, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3450, "water_heating": 1700}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 16, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093408720, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE15 9HP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARCH", "built_form": 1, "created_at": "2019-10-07 14:42:13", "living_area": 15.8, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 17726, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "9a, Fairfax Way", "assessment_date": "2019-10-07", "assessment_type": "SAP", "completion_date": "2019-10-07", "inspection_date": "2019-10-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.69, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (3)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "ICL", "u_value": 0.1, "roof_type": 2, "total_roof_area": 77.72}], "sap_walls": [{"name": "EW", "u_value": 0.18, "wall_type": 2, "total_wall_area": 91.18, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "EW", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.59, "location": "EW", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.18, "location": "EW", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 3.36, "location": "EW", "orientation": 1}, {"name": 5, "type": "Windows (3)", "width": 1, "height": 3.01, "location": "EW", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.15, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.05, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.4, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 38.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.1, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 14.7, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "storey_height": 2.35, "heat_loss_area": 77.72, "total_floor_area": 77.72}]}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2272, "water_heating": 2042}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 11, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 2007024048, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.52 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S70 1FA", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BARNSLEY", "built_form": 4, "created_at": "2019-10-31 08:57:35", "living_area": 16.64, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 90, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.07, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_community_heating_systems": [{"community_heating_use": 1, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 80, "heat_source_type": 2}], "community_heating_distribution_type": 3}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 212", "address_line_2": "Joseph Locke House", "address_line_3": "Heelis Street", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "tbc", "mechanical_vent_specific_fan_power": 1.53, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 83, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 33, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Retained Window", "type": 4, "u_value": 2.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 100, "total_roof_area": 32.89}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.6, "wall_type": 2, "description": "EXIST - External Wall", "kappa_value": 0, "total_wall_area": 15.44, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.57, "wall_type": 3, "description": "Wall to Corridor (Metal)", "kappa_value": 14, "total_wall_area": 15.09, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 33.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 59.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door to Corridor", "width": 0.84, "height": 1.98, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 3", "type": "Retained Window", "width": 3.53, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 32.89}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 217, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1758, "water_heating": 1233}}, "seller_commission_report": "Y", "energy_consumption_current": 243, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 243, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 76, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 42} +{"uprn": 30131695, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA11 6AY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOMERTON", "built_form": 2, "created_at": "2019-12-18 09:15:08", "living_area": 34.5, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "25, Pearmain Road", "assessment_date": "2019-12-18", "assessment_type": "SAP", "completion_date": "2019-12-18", "inspection_date": "2019-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.96}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 84.59, "is_curtain_walling": "false"}, {"name": "Internal Wall Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 140.75}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 41.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.95, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.42, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 38.96, "total_floor_area": 38.96}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 38.96, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 215, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 215, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 336, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2234, "water_heating": 1698}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 0, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094274969, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG2 3EP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "NOTTINGHAM", "built_form": 4, "created_at": "2019-07-22 09:26:11", "living_area": 27.13, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 2 Saffron Court", "address_line_2": "Summer Leys Lane", "assessment_date": "2019-07-22", "assessment_type": "SAP", "completion_date": "2019-07-22", "inspection_date": "2019-07-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.49}, {"name": "External Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 32}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External", "total_wall_area": 20.34, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 3, "description": "Car Park", "total_wall_area": 16.06, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 21.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 6.53, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 2", "type": "External Door", "width": 1000, "height": 2625, "location": "External Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.72, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 14.85, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 11.03, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 11.03, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.3, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 13.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 3.3, "heat_loss_area": 32, "total_floor_area": 32}], "thermal_mass_parameter": 151.52}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 72, "lighting_cost_current": {"value": 28, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 72, "lighting_cost_potential": {"value": 28, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 221, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1220, "water_heating": 1261}}, "seller_commission_report": "Y", "energy_consumption_current": 227, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 227, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 38} +{"uprn": 10093123271, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.07 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR1 1WE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEREFORD", "built_form": 1, "created_at": "2019-02-19 11:08:06", "living_area": 17.61, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 2, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17483, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_thermal_store_near_boiler": "false", "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80, "is_thermal_store_or_cpsu_in_airing_cupboard": "false"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Hafod Park", "address_line_2": "Hafod Road", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.36, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "TBA", "mechanical_vent_specific_fan_power": 0.75, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 90, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 162, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 0.8, "data_source": 2, "frame_factor": 0.8, "glazing_type": 9, "solar_transmittance": 0.64}, {"name": "Opening Type 9", "type": 2, "u_value": 0.8, "data_source": 2, "glazing_type": 9}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 16.74}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "Horizontal ceilings", "total_roof_area": 72.88}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Brick", "total_wall_area": 174.21, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.17, "wall_type": 2, "description": "Render", "total_wall_area": 24.14, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.17, "wall_type": 2, "description": "Sheltered", "total_wall_area": 22.22, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Cloaks", "type": "Opening Type 1", "width": 0.96, "height": 1.27, "location": "External Wall 1", "orientation": 8}, {"name": "Hall", "type": "Opening Type 1", "width": 1.69, "height": 2.5, "location": "External Wall 1", "orientation": 8}, {"name": "Study", "type": "Opening Type 1", "width": 3.01, "height": 2.4, "location": "External Wall 2", "orientation": 8}, {"name": "Bath", "type": "Opening Type 1", "width": 0.96, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "Landing", "type": "Opening Type 1", "width": 1.13, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "Bed 2", "type": "Opening Type 1", "width": 3.01, "height": 2.1, "location": "External Wall 2", "orientation": 8}, {"name": "Lounge", "type": "Opening Type 1", "width": 2.26, "height": 2.5, "location": "External Wall 1", "orientation": 4}, {"name": "Family Room", "type": "Opening Type 1", "width": 5.6, "height": 2.5, "location": "External Wall 1", "orientation": 4}, {"name": "Utility door", "type": "Opening Type 9", "width": 1.13, "height": 2.5, "location": "External Wall 1", "orientation": 0}, {"name": "Utility", "type": "Opening Type 1", "width": 1.13, "height": 1.3, "location": "External Wall 1", "orientation": 4}, {"name": "Master bed", "type": "Opening Type 1", "width": 2.26, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": "En suite", "type": "Opening Type 1", "width": 1.36, "height": 1.25, "location": "External Wall 1", "orientation": 4}, {"name": "Bed 3", "type": "Opening Type 1", "width": 2.26, "height": 1.25, "location": "External Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 26.76, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 25.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 50.54, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 45.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 35.86, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 17.76, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 17.65, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 16.19, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 37.91, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 15.98, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.07, "floor_type": 2, "description": "Ground", "storey_height": 2.51, "heat_loss_area": 89.62, "total_floor_area": 89.62}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.98, "heat_loss_area": 0, "total_floor_area": 72.88}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 314, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 315, "currency": "GBP"}, "hot_water_cost_current": {"value": 114, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 48, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2703, "water_heating": 2435}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 22, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093624451, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N7 9HU", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-05-09 11:42:49", "living_area": 25.6, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 53.47, "heat_source_type": 1, "power_efficiency": 33.42}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1 Quartz House", "address_line_2": "4, Sterling Way", "assessment_date": "2019-05-09", "assessment_type": "SAP", "completion_date": "2019-05-09", "inspection_date": "2019-05-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.93, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-09", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.04, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 0.81, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 0.79, "data_source": 2, "frame_factor": 0.74, "glazing_type": 11, "solar_transmittance": 0.53}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall", "total_wall_area": 24.08, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.16, "wall_type": 2, "description": "Wall to Corridor", "total_wall_area": 10.48, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 72.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door to Corr", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Front French", "type": "Opening Type 2", "width": 1.81, "height": 2.41, "location": "External Wall 1", "orientation": 3}, {"name": "Front French", "type": "Opening Type 2", "width": 1.81, "height": 2.41, "location": "External Wall 1", "orientation": 3}, {"name": "Rear French", "type": "Opening Type 2", "width": 3.59, "height": 2.41, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.21, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.21, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 18.66, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 15.89, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 7.95, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 2.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 7.38, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 7.38, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 59.34, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.09, "floor_type": 3, "description": "Floor to commercial", "storey_height": 2.46, "heat_loss_area": 71.8, "total_floor_area": 71.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 130, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 130, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 323, "water_heating": 2044}}, "seller_commission_report": "Y", "energy_consumption_current": 42, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 42, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093607365, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 1.06 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M3 7NG", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 2, "created_at": "2019-02-07 14:02:03", "living_area": 29.2, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.45, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 602", "address_line_2": "100 Greengate", "assessment_date": "2019-02-07", "assessment_type": "SAP", "completion_date": "2019-02-07", "inspection_date": "2019-02-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.19, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.06, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.55}, {"name": "Opening Type 5", "type": 4, "u_value": 1.06, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.34}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 76.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 1.06, "wall_type": 2, "description": "Wall 1", "total_wall_area": 41.8, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.7}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 47.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "win", "type": "Opening Type 1", "width": 2.25, "height": 2.7, "location": "External Wall 1", "orientation": 1}, {"name": "win", "type": "Opening Type 1", "width": 2.25, "height": 2.7, "location": "External Wall 1", "orientation": 1}, {"name": "win", "type": "Opening Type 1", "width": 1.7, "height": 2.7, "location": "External Wall 1", "orientation": 1}, {"name": "win", "type": "Opening Type 1", "width": 0.75, "height": 2.7, "location": "External Wall 1", "orientation": 1}, {"name": "win", "type": "Opening Type 5", "width": 1.2, "height": 2.7, "location": "External Wall 1", "orientation": 3}, {"name": "win", "type": "Opening Type 5", "width": 2.25, "height": 2.7, "location": "External Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.0001, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 48, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 76.3}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 132, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 132, "currency": "GBP"}, "hot_water_cost_current": {"value": 297, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 297, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 532, "water_heating": 1748}}, "seller_commission_report": "Y", "energy_consumption_current": 115, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 115, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10002063959, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT5 1FX", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "PORTLAND", "built_form": 1, "created_at": "2019-02-28 15:14:11", "living_area": 16.25, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.68, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 8", "address_line_2": "Yew Tree House", "address_line_3": "3 Fortuneswell", "assessment_date": "2019-02-14", "assessment_type": "SAP", "completion_date": "2019-02-28", "inspection_date": "2019-02-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 3, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "total_roof_area": 32.36}], "sap_walls": [{"name": "External walls", "u_value": 0.29, "wall_type": 2, "total_wall_area": 29.64, "is_curtain_walling": "false"}, {"name": "Corridor walls", "u_value": 0.29, "wall_type": 2, "total_wall_area": 22.22, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "total_wall_area": 15.67}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Corridor walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.2, "location": "External walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.1, "location": "External walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 348, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 63, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 348, "currency": "GBP"}, "hot_water_cost_current": {"value": 240, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 63, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 240, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2049, "water_heating": 1415}}, "seller_commission_report": "Y", "energy_consumption_current": 348, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 348, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 59} +{"uprn": 10094167124, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR13 6RR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MALVERN", "built_form": 1, "created_at": "2019-01-15 16:54:08", "living_area": 17.54, "orientation": 2, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "combi_boiler_type": 2, "heat_emitter_type": 1, "emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "true", "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "gas_or_oil_boiler_type": 2, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 2, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "main_heating_declared_values": {"efficiency": 90}, "compensating_controller_index_number": 200056, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Colwall Gardens", "address_line_2": "Colwall", "assessment_date": "2019-01-15", "assessment_type": "SAP", "completion_date": "2019-01-15", "inspection_date": "2019-01-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.77, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Ins Joist", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 61.59}], "sap_walls": [{"name": "Ext Cav Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 163.43, "is_curtain_walling": "false"}, {"name": "Ext Cav Wall (Rendered)", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 10.21, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Ext Cav Wall", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.91, "location": "Ext Cav Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.98, "location": "Ext Cav Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.5, "location": "Ext Cav Wall (Rendered)", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 8.35, "location": "Ext Cav Wall", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.34, "location": "Ext Cav Wall", "orientation": 4}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 3.55, "location": "Ext Cav Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.34, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 15.34, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 37.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 34.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 33.34, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 21.17, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 12.17, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 30.37, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.93, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 61.59, "total_floor_area": 61.59}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 60.51}]}], "heating_cost_current": {"value": 284, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 284, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 34, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4417, "water_heating": 2199}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 32, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094093238, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M19 3PY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 2, "created_at": "2019-01-08 12:50:39", "living_area": 12.3, "orientation": 5, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200011, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "32, Elbow Street", "assessment_date": "2019-01-08", "assessment_type": "SAP", "completion_date": "2019-01-08", "inspection_date": "2019-01-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.4}], "sap_walls": [{"name": "Brickwork", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 106.6, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 42.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brickwork", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.7, "location": "Brickwork", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1, "location": "Brickwork", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 10.5, "location": "Brickwork", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 37.9, "total_floor_area": 37.9}, {"storey": 1, "u_value": 0.19, "floor_type": 3, "kappa_value": 20, "storey_height": 2.7, "heat_loss_area": 4.5, "total_floor_area": 42.4}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 277, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3469, "water_heating": 1773}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 28, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094246340, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO7 8FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 1, "created_at": "2019-04-02 22:05:10", "living_area": 22.68, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18219, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "3, Little Acre", "address_line_2": "Alresford", "assessment_date": "2019-04-02", "assessment_type": "SAP", "completion_date": "2019-04-02", "inspection_date": "2019-04-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 3", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 101.19}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Brick Wall", "total_wall_area": 105.92, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D3", "type": "Opening Type 3", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W1", "type": "Opening Type 3", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W2", "type": "Opening Type 3", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W3", "type": "Opening Type 3", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Opening Type 3", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W5", "type": "Opening Type 3", "width": 1.8, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W6", "type": "Opening Type 3", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.73, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.83, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 44.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 44.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.36, "heat_loss_area": 107.19, "total_floor_area": 107.19}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 264, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 35, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3763, "water_heating": 2167}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 26, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 2007017050, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S71 3HF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSLEY", "built_form": 1, "created_at": "2019-03-05 12:42:47", "living_area": 24.17, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17760, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200016, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2 Wharncliffe Court", "address_line_2": "Fish Dam Lane", "assessment_date": "2019-03-05", "assessment_type": "SAP", "completion_date": "2019-03-05", "inspection_date": "2019-03-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.82, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 120, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 59.93}], "sap_walls": [{"name": "Walls", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 156.26, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10.26, "location": "Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.97, "location": "Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.89, "location": "Walls", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.83, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.85, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.44, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 31.44, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.88, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 18.44, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 59.93, "total_floor_area": 59.93}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 59.93}]}], "heating_cost_current": {"value": 290, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 290, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 282, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4502, "water_heating": 2208}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 37, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093748883, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY2 6JF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHREWSBURY", "built_form": 1, "created_at": "2019-06-03 14:19:59", "living_area": 15.53, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "55, Hendrick Crescent", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-03", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 12", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 50.92}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 136.62, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Semi-Exposed", "total_wall_area": 13.05, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1A", "type": "Opening Type 1", "width": 0.68, "height": 1.5, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W5", "type": "Opening Type 1", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "W6", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W7", "type": "Opening Type 1", "width": 0.46, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W8", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W9", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W1B", "type": "Opening Type 1", "width": 1.43, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "W1C", "type": "Opening Type 1", "width": 0.68, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "D1", "type": "Opening Type 12", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.58, "height": 2.1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.87, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.86, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.705, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.645, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.011, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 13.634, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.74, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground floor", "storey_height": 2.31, "heat_loss_area": 38.25, "total_floor_area": 38.25}, {"storey": 1, "u_value": 0.11, "floor_type": 3, "description": "Garage Ceiling", "storey_height": 2.62, "heat_loss_area": 13.85, "total_floor_area": 50.92}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 248, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 248, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3483, "water_heating": 1772}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10092967592, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA14 9PZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LLANELLI", "built_form": 1, "created_at": "2019-05-30 20:41:17", "living_area": 16.04, "orientation": 8, "region_code": 18, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "56, Maes y Glo", "assessment_date": "2019-05-30", "assessment_type": "SAP", "completion_date": "2019-05-30", "inspection_date": "2019-05-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Front doors", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Rear Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Pitched Plane", "kappa_value": 9, "total_roof_area": 56.22}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 133.24, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 3, "description": "Garage", "kappa_value": 9, "total_wall_area": 18.38, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 20.73}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 175.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 5.95, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Windows", "width": 9.24, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Front", "type": "Front doors", "width": 930, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "270 Side Window", "type": "Windows", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 6}, {"name": "90 Door", "type": "Rear Door", "width": 930, "height": 2100, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.89, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.23, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 33.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 31.07, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 6, "psi_value": -0.006, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 6, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 31.07, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.95, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 18.07, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.74, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 45.64, "total_floor_area": 45.64}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Garage", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 10.58, "total_floor_area": 56.22, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 267, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 267, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 318, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3842, "water_heating": 1734}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 22, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093501979, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 1.45 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "Average thermal transmittance 0.60 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR1 2JF", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-05-17 12:15:15", "living_area": 20.28, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2111, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17985, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200003, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "48, Netherwood Green", "assessment_date": "2019-05-17", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-05-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 42.26}], "sap_walls": [{"name": "External Wall 1", "u_value": 1.45, "wall_type": 2, "description": "Existing cavity", "total_wall_area": 53.64, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 10}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "total_wall_area": 4.46}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 0.39, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 2", "type": "Windows", "width": 6.15, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 3", "type": "Windows", "width": 3.88, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.6, "floor_type": 2, "description": "GF", "storey_height": 2.4, "heat_loss_area": 42.26, "total_floor_area": 42.26}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 364, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "TRVs and bypass", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 364, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5878, "water_heating": 1620}}, "seller_commission_report": "Y", "energy_consumption_current": 265, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 265, "environmental_impact_current": 69, "current_energy_efficiency_band": "C", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 47} +{"uprn": 10093930813, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO41 9NZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LYMINGTON", "built_form": 1, "created_at": "2019-06-03 09:08:59", "living_area": 20.19, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 191, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10459, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.82, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Knight Gardens", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-03", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Main Roof", "total_roof_area": 45.26}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall", "total_wall_area": 134.15, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.14, "wall_type": 2, "description": "Garage Wall", "total_wall_area": 4.85, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "ED1", "type": "Opening Type 1", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W2", "type": "Opening Type 2", "width": 1.25, "height": 1.13, "location": "External Wall 1", "orientation": 4}, {"name": "W8", "type": "Opening Type 2", "width": 1.25, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W7", "type": "Opening Type 2", "width": 0.68, "height": 1.13, "location": "External Wall 1", "orientation": 4}, {"name": "W1", "type": "Opening Type 2", "width": 0.57, "height": 1.13, "location": "External Wall 1", "orientation": 4}, {"name": "W12", "type": "Opening Type 2", "width": 0.57, "height": 1.35, "location": "External Wall 1", "orientation": 6}, {"name": "W6", "type": "Opening Type 2", "width": 0.61, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "ED2", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 2", "width": 0.61, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "W10", "type": "Opening Type 2", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W11", "type": "Opening Type 2", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 0.46, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": "W3", "type": "Opening Type 2", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": "W9", "type": "Opening Type 2", "width": 0.57, "height": 1.13, "location": "External Wall 1", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.82, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.81, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 41.14, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 28.42, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.42, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 25.82, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.61, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.14, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Ground", "storey_height": 2.46, "heat_loss_area": 45.26, "total_floor_area": 45.26}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 45.26}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 195, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 348, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2136, "water_heating": 2155}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093724664, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM7 2BE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRAINTREE", "built_form": 1, "created_at": "2019-08-02 08:07:55", "living_area": 21.2, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17745, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.22, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Townrow Avenue", "assessment_date": "2019-08-02", "assessment_type": "SAP", "completion_date": "2019-08-02", "inspection_date": "2019-08-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 3.52, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 150, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - Horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 74.96}], "sap_walls": [{"name": "External Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 200.83, "is_curtain_walling": "false"}, {"name": "Timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 198.594}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 53.632}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10.45, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.27, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.2, "location": "External Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 10.8, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.8, "psi_value": 0.305, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 17.49, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 51.57, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.61, "psi_value": 0.128, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 39.61, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 23.63, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 15.98, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 25.35, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.07, "psi_value": -0.076, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": -0.0015, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": -0.031, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 74.96, "total_floor_area": 74.96}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 74.96, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 318, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 319, "currency": "GBP"}, "hot_water_cost_current": {"value": 110, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4515, "water_heating": 2346}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 30, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10033645074, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W2 1PL", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-07-16 14:31:11", "living_area": 30.34, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 48.73, "heat_source_type": 1, "power_efficiency": 33.7}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 88.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 110 Dudley House", "address_line_2": "North Wharf Road", "assessment_date": "2019-07-16", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-07-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.82, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.9, "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 50.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 25.23, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.13, "wall_type": 3, "description": "Sheltered Wall", "total_wall_area": 24.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 44.67}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1585, "height": 2300, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 2", "type": "Opening Type 1", "width": 910, "height": 2300, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 3", "type": "Opening Type 1", "width": 1950, "height": 2300, "location": "External Wall 1", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 50.76}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 119, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 119, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 187, "water_heating": 1829}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 52, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10094708046, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA8 9AA", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EDGWARE", "built_form": 1, "created_at": "2019-08-01 13:40:13", "living_area": 21.05, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 15694, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 15", "address_line_2": "Standard House", "address_line_3": "1-2 Church Way", "assessment_date": "2019-06-21", "assessment_type": "SAP", "completion_date": "2019-08-01", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 34, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.18, "roof_type": 2, "total_roof_area": 10.09}], "sap_walls": [{"name": "External Walls", "u_value": 0.3, "wall_type": 2, "total_wall_area": 12.48, "is_curtain_walling": "false"}, {"name": "Communal Walls", "u_value": 0.28, "wall_type": 2, "total_wall_area": 12.48, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "Communal Walls", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.9, "location": "External Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 30, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 30, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1327, "water_heating": 1461}}, "seller_commission_report": "Y", "energy_consumption_current": 148, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 148, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10093331888, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B1 3BH", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 4, "created_at": "2019-09-26 14:26:21", "living_area": 23.3, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.29, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 305 Camden House", "address_line_2": "80, Pope Street", "assessment_date": "2019-09-26", "assessment_type": "SAP", "completion_date": "2019-09-26", "inspection_date": "2019-09-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.48, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Ext Wall SFS Type A", "total_wall_area": 14.38, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.02}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "B7 L3 09", "type": "Opening Type 1", "width": 1.8, "height": 2.3, "location": "External Wall 1", "orientation": 6}, {"name": "B7 L3 10", "type": "Opening Type 1", "width": 1.8, "height": 2.3, "location": "External Wall 1", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.6, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.6, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 9.2, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 12.5, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 12, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 44, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 68.09}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 31, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 31, "currency": "GBP"}, "hot_water_cost_current": {"value": 288, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 288, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 54, "water_heating": 1642}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 97, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091580858, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM14 2QH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "UPMINSTER", "built_form": 1, "created_at": "2019-09-23 15:45:20", "living_area": 23.87, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 96.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 22 Millstone House", "address_line_2": "80, St. Marys Lane", "assessment_date": "2019-09-23", "assessment_type": "SAP", "completion_date": "2019-09-23", "inspection_date": "2019-09-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500565, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.73}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Pitched Roof", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.81}, {"name": "Flat Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 15}], "sap_walls": [{"name": "External Wall - A-1", "u_value": 0.16, "wall_type": 2, "kappa_value": 150, "total_wall_area": 25.55, "is_curtain_walling": "false"}, {"name": "External Wall - A-3", "u_value": 0.16, "wall_type": 2, "kappa_value": 150, "total_wall_area": 8.3, "is_curtain_walling": "false"}, {"name": "Party Wall - Flat", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 22.04}, {"name": "Party Wall - Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 36.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 7.4, "location": "External Wall - A-1", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.2, "location": "External Wall - A-3", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.64, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 12.68, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.34, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.67, "psi_value": -0.057, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.34, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 3.15, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 6.42, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.11, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 21.88, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 126, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 126, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 95, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 322, "water_heating": 1884}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 75, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10091593619, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE28 5BQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "HUNTINGDON", "built_form": 1, "created_at": "2019-03-27 11:36:35", "living_area": 29.38, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 4, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15921, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.89, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, oil", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "23, Hill Place", "address_line_2": "Brington", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-03-27", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 185, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "HGD", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 92.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 217, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "door", "type": "Opening Type 1", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "front", "type": "Opening Type 2", "width": 9.18, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "rear", "type": "Opening Type 2", "width": 8.85, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "l side", "type": "Opening Type 2", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "r side", "type": "Opening Type 2", "width": 1750, "height": 1050, "location": "External Wall 1", "orientation": 1}, {"name": "side door", "type": "Opening Type 1", "width": 900, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "N HGD", "type": "HGD", "width": 1380, "height": 2100, "location": "External Wall 1", "orientation": 0}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.4, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 17, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 49.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 43.4, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 43.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 24.05, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.1, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.3, "heat_loss_area": 92.6, "total_floor_area": 92.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 92.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 289, "currency": "GBP"}, "co2_emissions_current": 3.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 104, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 292, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 88}], "co2_emissions_potential": 1.8, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 104, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6343, "water_heating": 2299}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 30, "environmental_impact_current": 81, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 766352989, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP17 8TQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 2, "created_at": "2019-04-10 14:02:04", "living_area": 30.98, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "underfloor_heat_emitter_type": 2, "compensating_controller_index_number": 200026, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "4, Donnington Row", "address_line_2": "Dinton", "assessment_date": "2019-04-10", "assessment_type": "SAP", "completion_date": "2019-04-10", "inspection_date": "2019-04-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.78, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Main entrance", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows and patio doors", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Main roof & dormers", "total_roof_area": 60.69}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Slope ceilings top floor", "total_roof_area": 6.89}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall Brick", "total_wall_area": 120.35, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Dormers", "total_wall_area": 2.2, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.19, "wall_type": 3, "description": "Garage wall", "total_wall_area": 14.42, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.2, "wall_type": 2, "description": "External Wall Clad", "total_wall_area": 7.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Main entrance", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Windows and patio doors", "width": 4.74, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 4", "type": "Windows and patio doors", "width": 9.02, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 5", "type": "Windows and patio doors", "width": 1360, "height": 1200, "location": "External Wall 4", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.18, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.25, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.41, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.83, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 3.22, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 29.57, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.33, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 4.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 16.14, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.18, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.59, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 4.05, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 15.6, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 1.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 19.47, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.69, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.69, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.81, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 3.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 3.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 7.12, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 6.83, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.46, "heat_loss_area": 46.71, "total_floor_area": 46.71}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "description": "Floor over garage", "storey_height": 2.62, "heat_loss_area": 20.89, "total_floor_area": 57.66}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 277, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 277, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 112, "environmental_impact_rating": 110}], "co2_emissions_potential": -1.3, "energy_rating_potential": 112, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4202, "water_heating": 1741}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -79, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 110, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093725146, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM7 2DA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRAINTREE", "built_form": 1, "created_at": "2019-05-10 08:50:44", "living_area": 16.77, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18040, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Broomfield Way", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 10, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 16, "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joist Level Roof", "total_roof_area": 52.05}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 5.28}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 159.94, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 2, "type": 3, "width": 0.46, "height": 0.68, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 3, "width": 1.88, "height": 1.65, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 3, "width": 1.88, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 3, "width": 1.25, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 10, "type": 10, "width": 3.84, "height": 2.25, "location": "Wall 1", "orientation": 2}, {"name": 11, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 12, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 13, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 14, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 15, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 16, "type": 16, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.23, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.48, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.16, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.64, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.64, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 3.07, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.68, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 27.57, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 29.24, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 55.78, "total_floor_area": 55.78}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 55.78}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 265, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3766, "water_heating": 2116}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 23, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10002611901, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB7 5WQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ELY", "built_form": 2, "created_at": "2019-03-29 08:49:27", "living_area": 20.61, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "76, Morello Chase", "address_line_2": "Soham", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500017, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38}], "sap_walls": [{"name": "External Walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 89.45, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 64.896}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.1936}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 38.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.83, "location": "External Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.17, "location": "External Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.47, "location": "External Walls", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.7, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.69, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.59, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.59, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.96, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.63, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 10.17, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.17, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.63, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.63, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.63, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0.51, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.51, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.07, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.14, "floor_type": 2, "kappa_value": 20, "storey_height": 2.4, "heat_loss_area": 38, "total_floor_area": 38}, {"storey": 0, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 38, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2032, "water_heating": 1594}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093285356, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH7 2DP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BUCKLEY", "built_form": 3, "created_at": "2019-04-09 15:21:42", "living_area": 28.3, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.6, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 6.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "11, Llys Hampson", "assessment_date": "2019-04-09", "assessment_type": "SAP", "completion_date": "2019-04-09", "inspection_date": "2019-04-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 4.84, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-09", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.5, "orientation": 7, "overshading": 2, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 60.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall Type 1", "total_wall_area": 37.2, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "West Windows", "type": "Opening Type 1", "width": 2.32, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "South Windows", "type": "Opening Type 1", "width": 6.48, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.32, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.32, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 12.38, "psi_value": -0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.5, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.5, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 2.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 15.5, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 15.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 60.2, "total_floor_area": 60.2}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 277, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 277, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 989, "water_heating": 1631}}, "seller_commission_report": "Y", "energy_consumption_current": 109, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 109, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093101348, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH14 9XN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BILLINGSHURST", "built_form": 1, "created_at": "2019-02-28 10:00:19", "living_area": 39.67, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "34, Briar Lane", "assessment_date": "2019-02-28", "assessment_type": "SAP", "completion_date": "2019-02-28", "inspection_date": "2019-02-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 64.08}, {"name": "Sloping Roof", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 24.86}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 72.27, "is_curtain_walling": "false"}, {"name": "Timber walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 114.17}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 35.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.1, "location": "External Wall", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.4, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.76, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.96, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.96, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 25.85, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.27, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.39, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.87, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 25.45, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 6.01, "psi_value": -0.003, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 27.67, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.88, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 4.89, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.04, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 12.51, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.56, "heat_loss_area": 7.9, "total_floor_area": 7.9}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.49, "heat_loss_area": 69.17, "total_floor_area": 77.07}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3235, "water_heating": 1748}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 98, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10006719144, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN5 8UY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 1, "created_at": "2019-04-29 15:44:39", "living_area": 53.32, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 2, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18039, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.28, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_thermal_store_near_boiler": "false", "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "is_thermal_store_or_cpsu_in_airing_cupboard": "false"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "64, Layden Drive", "assessment_date": "2019-04-29", "assessment_type": "SAP", "completion_date": "2019-04-29", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.23, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 34, "low_energy_fixed_lighting_outlets_count": 34, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "solid door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "half glazed", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "plane", "kappa_value": 9, "total_roof_area": 196.58}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Cavity", "kappa_value": 72.19, "total_wall_area": 137.92, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "Wall to Garage", "kappa_value": 72.19, "total_wall_area": 20.61, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 56, "total_wall_area": 41.36}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 248.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "solid door", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "windows", "width": 8.87, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 3", "type": "windows", "width": 14.08, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 4", "type": "windows", "width": 1.13, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 5", "type": "half glazed", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 6", "type": "windows", "width": 1.13, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.88, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.17, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.5, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 66.61, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 66.61, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 21.42, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 11.9, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "B&B", "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 196.58, "total_floor_area": 196.58}]}], "heating_cost_current": {"value": 425, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 107, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 425, "currency": "GBP"}, "hot_water_cost_current": {"value": 106, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 283, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.9, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 107, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 106, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7489, "water_heating": 2318}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 53, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10012142190, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO31 1EZ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "SOUTHAMPTON", "built_form": 6, "created_at": "2019-08-22 14:51:01", "living_area": 17.75, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 400, "heat_source_type": 3}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 10 Beck Lodge", "address_line_2": "8, Botley Road", "address_line_3": "Park Gate", "assessment_date": "2019-08-22", "assessment_type": "SAP", "completion_date": "2019-08-22", "inspection_date": "2019-08-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.68, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 2, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 3, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 4, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall", "total_wall_area": 29.03, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 61.74}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.15, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": 2, "width": 1.51, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 3, "width": 1.06, "height": 1.4, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 4, "width": 1.51, "height": 1.4, "location": "Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.59, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.59, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 11.85, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 3.9, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 11.85, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.45, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.45, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 21.3, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.45, "heat_loss_area": 74.6, "total_floor_area": 74.6}], "thermal_mass_parameter": 248}], "heating_cost_current": {"value": 127, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 127, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 618, "water_heating": 2068}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 47, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093349932, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK45 2FD", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BEDFORD", "built_form": 1, "created_at": "2019-04-26 15:20:15", "living_area": 16.02, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "18, Primrose Crescent", "address_line_2": "Ampthill", "assessment_date": "2019-04-26", "assessment_type": "SAP", "completion_date": "2019-04-26", "inspection_date": "2019-04-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 43.94}, {"name": "Flat", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.05}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 145.9, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "Wall 1", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.3, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.54, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.7, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.7, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 13.75, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.41, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.1, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.92, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.42, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 10.3, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 17.07, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 2.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 27.87, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.13, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 75, "storey_height": 2.48, "heat_loss_area": 44.99, "total_floor_area": 44.99}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 43.94}]}], "heating_cost_current": {"value": 255, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3369, "water_heating": 1573}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.13", "energy_consumption_potential": 18, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093326486, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WV11 2PE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WOLVERHAMPTON", "built_form": 1, "created_at": "2019-05-01 16:28:19", "living_area": 17.3, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17511, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "26, Danesmore Gardens", "assessment_date": "2019-05-01", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2019-05-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.64, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.37, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 15", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 43.28}, {"name": "Roof 2", "u_value": 0.22, "roof_type": 2, "description": "Roof 2", "total_roof_area": 1.07}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Wall 1", "total_wall_area": 139.71, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "upvc", "type": "Opening Type 1", "width": 0.49, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "upvc", "type": "Opening Type 1", "width": 1.99, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "upvc", "type": "Opening Type 1", "width": 0.49, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "upvc", "type": "Opening Type 1", "width": 0.45, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.36, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.36, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "upvc", "type": "Opening Type 1", "width": 0.91, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "upvc", "type": "Opening Type 1", "width": 1.52, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "upvc", "type": "Opening Type 1", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "upvc", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "upvc", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "upvc", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "Front Door", "type": "Opening Type 15", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.74, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.72, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 43.5, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.16, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.82, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.82, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.93, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 25.14, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Floor 1", "storey_height": 2.39, "heat_loss_area": 44.35, "total_floor_area": 44.35}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 43.28}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 258, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 258, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 301, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3440, "water_heating": 1849}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093041311, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL17 0BL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FERRYHILL", "built_form": 1, "created_at": "2019-07-30 10:38:55", "living_area": 15.97, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17044, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11, Wilkinson Way", "address_line_2": "Chilton", "assessment_date": "2019-07-30", "assessment_type": "SAP", "completion_date": "2019-07-30", "inspection_date": "2019-07-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.54, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.65}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 124.488, "is_curtain_walling": "false"}, {"name": "IW timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.15}, {"name": "IW block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 6.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.33, "location": "External Wall", "orientation": 3}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 0.85, "location": "External Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 6.51, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.32, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.89, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.02, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.58, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 18.54, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.04, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.32, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 37.65, "total_floor_area": 37.65}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 34.05, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 274, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 274, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 293, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3592, "water_heating": 1678}}, "seller_commission_report": "Y", "energy_consumption_current": 121, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 36, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093717855, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA1 3FA", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BATH", "built_form": 3, "created_at": "2019-07-24 16:20:51", "living_area": 34.56, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 68.1, "heat_source_type": 1, "power_efficiency": 26.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 95.9, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 13, South Building, River View Court", "address_line_2": "Victoria Bridge Road", "address_line_3": "Kingsmead", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 2.89, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.4}, {"name": "Rooflights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Sloped Roof", "total_roof_area": 16.4}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 3.36}, {"name": "Roof 3", "u_value": 0.25, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 10.24}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 20.94}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 35.51, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Dormer Front", "total_wall_area": 7.7, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Dormer Cheeks", "total_wall_area": 5, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 23.32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "South", "type": "Opening Type 1", "width": 7.12, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "West", "type": "Opening Type 1", "width": 3.3, "height": 1.9, "location": "External Wall 2", "orientation": 7}, {"name": "Rooflight", "type": "Rooflights", "pitch": 30, "width": 0.8, "height": 0.8, "location": "Roof 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.21, "heat_loss_area": 0, "total_floor_area": 55.44}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1565, "water_heating": 1880}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 77, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094166480, "roofs": [{"description": {"value": "Average thermal transmittance 0.2 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR4 9EB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEREFORD", "built_form": 1, "created_at": "2019-06-14 10:46:29", "living_area": 18.86, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17511, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "16 St. Johns Court", "address_line_2": "Blackfriars Street", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.85, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500426, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 64.05}], "sap_walls": [{"name": "Trespa Meteon", "u_value": 0.24, "wall_type": 2, "kappa_value": 9, "total_wall_area": 42.36, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.75, "height": 2.1, "location": "Trespa Meteon", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 2.7, "height": 2.1, "location": "Trespa Meteon", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.75, "height": 2.1, "location": "Trespa Meteon", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.85, "height": 1.05, "location": "Trespa Meteon", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.05, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.05, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 16.61, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 16.61, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 5.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 174, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 174, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1664, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 88, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10033268070, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN25 2AB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SEAFORD", "built_form": 1, "created_at": "2019-09-27 12:08:52", "living_area": 17.2, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 St. James Mews", "address_line_2": "11b, Blatchington Road", "assessment_date": "2019-09-27", "assessment_type": "SAP", "completion_date": "2019-09-27", "inspection_date": "2019-09-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.37, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 41.92}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 57.06, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 3, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.05, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": 3, "type": "Opening Type 2", "width": 1.8, "height": 2.25, "location": "External Wall 1", "orientation": 7}, {"name": 4, "type": "Opening Type 2", "width": 1.05, "height": 1.2, "location": "External Wall 1", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.92, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 23.91, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 23.91, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.16, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.77, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.39, "heat_loss_area": 41.92, "total_floor_area": 41.92}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1326, "water_heating": 1470}}, "seller_commission_report": "Y", "energy_consumption_current": 113, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 113, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093768329, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW7 6NH", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "ISLEWORTH", "built_form": 3, "created_at": "2019-09-24 17:22:58", "living_area": 25.46, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 80, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.13, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 39 Coomb House", "address_line_2": "7, St. Johns Road", "assessment_date": "2018-10-01", "assessment_type": "SAP", "completion_date": "2019-09-24", "inspection_date": "2019-09-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door to Hall", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Flat roof", "kappa_value": 9, "total_roof_area": 11}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 28}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.31, "wall_type": 2, "description": "Upgraded Wall", "kappa_value": 60, "total_wall_area": 18.94, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 3, "description": "Wall to Hall", "kappa_value": 18, "total_wall_area": 24.79, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.31, "wall_type": 2, "description": "Wall to Stairs", "kappa_value": 190, "total_wall_area": 19.41, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 17.65}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 23.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door to Hall", "type": "Door to Hall", "width": 1.86, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "S West", "type": "Windows", "width": 4.8, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 3.4, "heat_loss_area": 0, "total_floor_area": 31.74}]}], "heating_cost_current": {"value": 355, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 58, "lighting_cost_current": {"value": 30, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 355, "currency": "GBP"}, "hot_water_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 58, "lighting_cost_potential": {"value": 30, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 217, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2017, "water_heating": 1237}}, "seller_commission_report": "Y", "energy_consumption_current": 331, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 331, "environmental_impact_current": 62, "current_energy_efficiency_band": "D", "environmental_impact_potential": 62, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 56} +{"uprn": 10094451604, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO51 9PL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YORK", "built_form": 2, "created_at": "2019-10-01 10:50:56", "living_area": 17.36, "orientation": 2, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.15, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4, Evesham Place", "address_line_2": "Kirby Hill, Boroughbridge", "assessment_date": "2018-09-04", "assessment_type": "SAP", "completion_date": "2019-10-01", "inspection_date": "2018-09-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.24, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500425, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 65.44}, {"name": "Flat roof", "u_value": 0.22, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.42}], "sap_walls": [{"name": "External wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 134.01, "is_curtain_walling": "false"}, {"name": "Sheltered wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 14.06, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 15.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 0.4, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 0.4, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 2.5, "height": 1.55, "location": "External wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.55, "height": 1.25, "location": "External wall", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 0.85, "height": 1.1, "location": "External wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.55, "height": 1.25, "location": "External wall", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.55, "height": 1.05, "location": "External wall", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 2, "height": 2.2, "location": "External wall", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.55, "height": 1.25, "location": "External wall", "orientation": 6}, {"name": 11, "type": "Windows (1)", "width": 0.85, "height": 1.1, "location": "External wall", "orientation": 6}, {"name": 12, "type": "Windows (1)", "width": 1.55, "height": 1.25, "location": "External wall", "orientation": 6}, {"name": 13, "type": "Windows (1)", "width": 0.85, "height": 1.25, "location": "External wall", "orientation": 4}, {"name": 14, "type": "Windows (1)", "width": 0.85, "height": 1.25, "location": "External wall", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.65, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.45, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 41.6, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.73, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.73, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.5, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 11.04, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.42, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 25.2, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.2, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.4, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.85, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 5.85, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 48.27, "total_floor_area": 48.27}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "kappa_value": 20, "storey_height": 2.7, "heat_loss_area": 17.17, "total_floor_area": 65.44}]}], "heating_cost_current": {"value": 280, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 282, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4114, "water_heating": 2295}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094144677, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH14 9ZT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BILLINGSHURST", "built_form": 1, "created_at": "2019-09-06 13:09:36", "living_area": 22.77, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Barnsfield", "assessment_date": "2018-04-06", "assessment_type": "SAP", "completion_date": "2019-09-06", "inspection_date": "2018-04-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 3.8, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500389, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 127, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 26, "low_energy_fixed_lighting_outlets_count": 26, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 61.9}, {"name": "Bay roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3.44}], "sap_walls": [{"name": "Masonary Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 54.6, "total_wall_area": 171.4, "is_curtain_walling": "false"}, {"name": "Metal Stud wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 154}, {"name": "Block Wall", "u_value": 0, "wall_type": 5, "kappa_value": 45, "total_wall_area": 70.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 3.8, "location": "Masonary Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.06, "location": "Masonary Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.96, "location": "Masonary Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.74, "location": "Masonary Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 7.25, "location": "Masonary Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.95, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.12, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 58.5, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.81, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E22"}, {"length": 31.97, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 18.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 13.17, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 5.59, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 25.8, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.92, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 65.34, "total_floor_area": 65.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 61.9, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 285, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 286, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3899, "water_heating": 2167}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 23, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094368847, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2UN", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-08 20:40:11", "living_area": 26.63, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2310, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 44.7995262, "heat_source_type": 1, "power_efficiency": 41.1004753}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 1.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "72 William Baffin Court", "address_line_2": "30, Shipwright Street", "assessment_date": "2018-08-08", "assessment_type": "SAP", "completion_date": "2019-09-08", "inspection_date": "2018-08-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.4, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.26, "wall_type": 2, "total_wall_area": 47.5, "is_curtain_walling": "false"}, {"name": "Corridor Walls", "u_value": 0.26, "wall_type": 2, "total_wall_area": 20.77, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.15, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.14, "location": "External Walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1660, "water_heating": 2107}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10008714442, "roofs": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.58 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA1 1HP", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CARLISLE", "built_form": 3, "created_at": "2019-01-30 16:29:23", "living_area": 22.14, "orientation": 1, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17055, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Basement flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat D Wood View", "address_line_2": "50, Victoria Place", "assessment_date": "2019-01-29", "assessment_type": "SAP", "completion_date": "2019-01-30", "inspection_date": "2019-01-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 0}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Doors", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.08, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 22.14}, {"name": "Roof 2", "u_value": 1.15, "roof_type": 2, "description": "Corridor Above", "total_roof_area": 3.05}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 57.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.58, "wall_type": 2, "description": "Existing Augmented", "total_wall_area": 165.32, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance Door", "type": "Doors", "width": 860, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Windows", "width": 270, "height": 730, "location": "External Wall 1", "orientation": 1}, {"name": "Windows", "type": "Windows", "width": 7.22, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Windows", "type": "Windows", "width": 1.21, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.01, "floor_type": 1, "description": "Lower", "storey_height": 3.43, "heat_loss_area": 22.14, "total_floor_area": 79.19}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 509, "currency": "GBP"}, "co2_emissions_current": 3.0, "energy_rating_average": 60, "energy_rating_current": 71, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 509, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 3.0, "energy_rating_potential": 71, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8831, "water_heating": 1893}}, "seller_commission_report": "Y", "energy_consumption_current": 211, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 211, "environmental_impact_current": 68, "current_energy_efficiency_band": "C", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 37} +{"uprn": 10010263333, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE18 5AH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-01-10 18:02:20", "living_area": 26.18, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17115, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Giblin House", "address_line_2": "39a, Samuel Street", "assessment_date": "2019-01-10", "assessment_type": "SAP", "completion_date": "2019-01-10", "inspection_date": "2019-01-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.36, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500265, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 49, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.25, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 49.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Rendered wall", "total_wall_area": 40.03, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Wall to stairwell", "total_wall_area": 19.35, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 55.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 9.26, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 2", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.23, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.85, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.58, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 8.92, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 29.14, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 49.05}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 150, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 150, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1049, "water_heating": 1502}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 56, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094430144, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B66 1RE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SMETHIWICK", "built_form": 1, "created_at": "2019-01-29 09:17:00", "living_area": 13.96, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 10459, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Thandi House", "address_line_2": "West End Avenue", "assessment_date": "2019-01-29", "assessment_type": "SAP", "completion_date": "2019-01-29", "inspection_date": "2019-01-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.7, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.84}, {"name": "Warm roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 22.8}], "sap_walls": [{"name": "External wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 100.29, "is_curtain_walling": "false"}, {"name": "Ashlar wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 9, "total_wall_area": 32.34, "is_curtain_walling": "false"}, {"name": "Dormer wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.1, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "External wall", "orientation": 3}, {"name": 2, "type": "Windows (2)", "width": 0.8, "height": 2.1, "location": "External wall", "orientation": 3}, {"name": 3, "type": "Windows (2)", "width": 0.45, "height": 1, "location": "External wall", "orientation": 3}, {"name": 4, "type": "Windows (2)", "width": 0.55, "height": 1.2, "location": "External wall", "orientation": 4}, {"name": 5, "type": "Windows (2)", "width": 0.55, "height": 1.2, "location": "External wall", "orientation": 2}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 1.2, "location": "External wall", "orientation": 3}, {"name": 7, "type": "Windows (2)", "width": 1.3, "height": 1, "location": "Dormer wall", "orientation": 3}, {"name": 8, "type": "Windows (2)", "width": 1.3, "height": 1, "location": "Dormer wall", "orientation": 3}, {"name": 9, "type": "Windows (2)", "width": 1, "height": 0.9, "location": "External wall", "orientation": 1}, {"name": 10, "type": "Windows (2)", "width": 1.25, "height": 1, "location": "External wall", "orientation": 7}, {"name": 11, "type": "Windows (2)", "width": 1.2, "height": 2.1, "location": "External wall", "orientation": 7}, {"name": 12, "type": "Windows (2)", "width": 0.75, "height": 1, "location": "External wall", "orientation": 7}, {"name": 13, "type": "Windows (2)", "width": 0.75, "height": 1, "location": "External wall", "orientation": 7}, {"name": 14, "type": "Windows (2)", "width": 0.9, "height": 0.75, "location": "External wall", "orientation": 5}, {"name": 15, "type": "Windows (2)", "width": 1.05, "height": 0.9, "location": "External wall", "orientation": 5}, {"name": 16, "type": "Roof windows (1)", "pitch": 35, "width": 0.8, "height": 0.8, "location": "Warm roof", "orientation": 7}, {"name": 17, "type": "Roof windows (1)", "pitch": 35, "width": 0.8, "height": 0.8, "location": "Warm roof", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 59.81, "total_floor_area": 59.81}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 38.58}]}], "heating_cost_current": {"value": 365, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 366, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 81}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.1, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5934, "water_heating": 2275}}, "seller_commission_report": "Y", "energy_consumption_current": 130, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 62, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 23} +{"uprn": 10091548678, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA3 4FW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RADSTOCK", "built_form": 1, "created_at": "2019-01-31 11:50:12", "living_area": 20.34, "orientation": 0, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Beauchamp Avenue", "address_line_2": "Midsomer Norton", "assessment_date": "2019-01-31", "assessment_type": "SAP", "completion_date": "2019-01-31", "inspection_date": "2019-01-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.01, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.7, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 54.67}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 145.98, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 3, "type": 3, "width": 1.1, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 3, "width": 0.75, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 3, "width": 0.75, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 3, "width": 1.55, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 3, "width": 1.55, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 9, "type": 3, "width": 0.63, "height": 0.98, "location": "Wall 1", "orientation": 1}, {"name": 10, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 12, "type": 3, "width": 1.05, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 13, "type": 3, "width": 1.05, "height": 1.2, "location": "Wall 1", "orientation": 5}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.75, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.75, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.34, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 11.83, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.74, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 13, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.91, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.5, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Beamshield", "storey_height": 2.33, "heat_loss_area": 54.67, "total_floor_area": 54.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 52.96}], "thermal_mass_parameter": 177.32}], "heating_cost_current": {"value": 252, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 252, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3588, "water_heating": 1892}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 20, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093738698, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO4 6DS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 1, "created_at": "2019-03-13 09:45:26", "living_area": 33.62, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16371, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3, Panache Road", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Rf", "u_value": 0.11, "roof_type": 2, "total_roof_area": 38.2}], "sap_walls": [{"name": "Grd Ext", "u_value": 0.27, "wall_type": 2, "total_wall_area": 62.684, "is_curtain_walling": "false"}, {"name": "1st Ext", "u_value": 0.27, "wall_type": 2, "total_wall_area": 68.85, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.932, "height": 2.1, "location": "Grd Ext", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 0.86, "height": 1.2, "location": "Grd Ext", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "Grd Ext", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.262, "height": 2.1, "location": "Grd Ext", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 0.6, "height": 1.5, "location": "Grd Ext", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 0.6, "height": 1.5, "location": "Grd Ext", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "1st Ext", "orientation": 6}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "1st Ext", "orientation": 8}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "1st Ext", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 1.713, "height": 1.5, "location": "1st Ext", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 9.63, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.63, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 25.69, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 25.69, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.34, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.35, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 20.48, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "storey_height": 2.44, "heat_loss_area": 38.2, "total_floor_area": 38.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 38.2}]}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 265, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 40, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.4, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3392, "water_heating": 1966}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 24, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10094348082, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SG18 0RQ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BIGGLESWADE", "built_form": 1, "created_at": "2019-05-31 12:50:11", "living_area": 15.57, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "50, Soundy Paddock", "assessment_date": "2019-05-31", "assessment_type": "SAP", "completion_date": "2019-05-31", "inspection_date": "2019-05-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.98, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at joists", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.14}, {"name": "Flat", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.35}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 143.28, "is_curtain_walling": "false"}, {"name": "Groudn Floor Block", "u_value": 0, "wall_type": 5, "kappa_value": 60, "total_wall_area": 16.54}, {"name": "Ground Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 64.48}, {"name": "!st Floro Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 121.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Brick", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.39, "location": "Brick", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "Brick", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.7, "location": "Brick", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.7, "location": "Brick", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 12.99, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.66, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.8, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.55, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.04, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.03, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.02, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 3.86, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 22.26, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 1.5, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.25, "floor_type": 2, "kappa_value": 75, "storey_height": 2.475, "heat_loss_area": 45.48, "total_floor_area": 45.48}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 44.14, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3266, "water_heating": 1577}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.13", "energy_consumption_potential": 14, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 2007021830, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S74 9NF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSLEY", "built_form": 2, "created_at": "2019-05-22 21:12:52.000000", "living_area": 12.65, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "true", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 209994, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Newcomen Way", "address_line_2": "Hoyland", "assessment_date": "2019-05-21", "assessment_type": "SAP", "completion_date": "2019-05-21", "inspection_date": "2019-05-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 w1 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 1 w2 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 2 w3 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 3 w5 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 4 w6 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 5 w4 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "1 6 dr 1 Brick and block cavity wall, full fill", "type": 2, "u_value": 0.8, "data_source": 2, "glazing_type": 3}, {"name": "1 7 dr 2 Brick and block cavity wall, full fill", "type": 4, "u_value": 1.2, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "0 Cold pitched roof", "u_value": 0.09, "roof_type": 2, "description": "Cold pitched roof", "kappa_value": 9.0, "total_roof_area": 37.89}], "sap_walls": [{"name": "1 Brick and block cavity wall, full fill", "u_value": 0.19, "wall_type": 2, "description": "Brick and block cavity wall, full fill", "kappa_value": 60.0, "total_wall_area": 91.23, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 45.0, "total_wall_area": 45.85, "is_curtain_walling": "false"}, {"name": 4, "u_value": 0.0, "wall_type": 5, "kappa_value": 9.0, "total_wall_area": 146.98, "is_curtain_walling": "false"}], "identifier": "EPC Plot 11 south rh pk 24-8-16 (copy 10)", "overshading": 2, "sap_openings": [{"name": "1 0 w1 Brick and block cavity wall, full fill", "type": "1 0 w1 Brick and block cavity wall, full fill", "width": 1.8, "height": 1.35, "location": "1 Brick and block cavity wall, full fill", "orientation": 5}, {"name": "1 1 w2 Brick and block cavity wall, full fill", "type": "1 1 w2 Brick and block cavity wall, full fill", "width": 1.8, "height": 1.2, "location": "1 Brick and block cavity wall, full fill", "orientation": 5}, {"name": "1 2 w3 Brick and block cavity wall, full fill", "type": "1 2 w3 Brick and block cavity wall, full fill", "width": 0.75, "height": 1.2, "location": "1 Brick and block cavity wall, full fill", "orientation": 5}, {"name": "1 3 w5 Brick and block cavity wall, full fill", "type": "1 3 w5 Brick and block cavity wall, full fill", "width": 1.8, "height": 1.2, "location": "1 Brick and block cavity wall, full fill", "orientation": 1}, {"name": "1 4 w6 Brick and block cavity wall, full fill", "type": "1 4 w6 Brick and block cavity wall, full fill", "width": 0.75, "height": 1.2, "location": "1 Brick and block cavity wall, full fill", "orientation": 1}, {"name": "1 5 w4 Brick and block cavity wall, full fill", "type": "1 5 w4 Brick and block cavity wall, full fill", "width": 1.6, "height": 1.05, "location": "1 Brick and block cavity wall, full fill", "orientation": 1}, {"name": "1 6 dr 1 Brick and block cavity wall, full fill", "type": "1 6 dr 1 Brick and block cavity wall, full fill", "width": 0.93, "height": 2.1, "location": "1 Brick and block cavity wall, full fill", "orientation": 5}, {"name": "1 7 dr 2 Brick and block cavity wall, full fill", "type": "1 7 dr 2 Brick and block cavity wall, full fill", "width": 1.55, "height": 2.1, "location": "1 Brick and block cavity wall, full fill", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.66, "psi_value": 0.01, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.75, "psi_value": 0.08, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.48, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.48, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.98, "psi_value": 0.168, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.98, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.41, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 8.66, "psi_value": 0.03, "psi_value_source": 2, "thermal_bridge_type": "P1"}, {"length": 8.66, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Solid ground floor", "kappa_value": 100.0, "storey_height": 0.0, "heat_loss_area": 37.89, "total_floor_area": 37.89}, {"storey": 1, "u_value": 0.0, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.77, "heat_loss_area": 0.0, "total_floor_area": 37.89, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 181, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": 61, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": 181, "hot_water_cost_current": 75, "suggested_improvements": [{"sequence": 1, "typical_saving": 28, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": 276, "indicative_cost": "\u00c2\u00a33,500 - \u00c2\u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": 61, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 47, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1962, "water_heating": 1681}}, "seller_commission_report": "N", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 2, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10094583404, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT6 5HZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HERNE BAY", "built_form": 1, "created_at": "2019-08-22 18:49:57", "living_area": 20, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 1.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "41 Central Parade", "assessment_date": "2019-07-30", "assessment_type": "SAP", "completion_date": "2019-08-22", "inspection_date": "2019-07-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.66, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 97, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 0.96, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceilings", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 97}], "sap_walls": [{"name": "Brick Walls", "u_value": 0.19, "wall_type": 2, "kappa_value": 190, "total_wall_area": 76.07, "is_curtain_walling": "false"}, {"name": "Corridor walls", "u_value": 0.312, "wall_type": 2, "kappa_value": 150, "total_wall_area": 16.99, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 18.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.914, "height": 2.1, "location": "Corridor walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 2.1, "location": "Brick Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 2.476, "height": 2.1, "location": "Brick Walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.15, "height": 1.2, "location": "Brick Walls", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.15, "height": 1.2, "location": "Brick Walls", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.15, "height": 1.2, "location": "Brick Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.64, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.726, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 19.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 69.3, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 11.95, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.17, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 2.39, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 4.78, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 20, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 15.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 50, "total_floor_area": 97}]}], "heating_cost_current": {"value": 215, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 215, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2396, "water_heating": 1797}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 76, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 2465206308, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE4 0EN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-08-20 10:15:46", "living_area": 15.15, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18043, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.55, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "22, Broomfield Crescent", "assessment_date": "2019-08-20", "assessment_type": "SAP", "completion_date": "2019-08-20", "inspection_date": "2019-08-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 140, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 13, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W11", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.23, "roof_type": 2, "description": "Horizontal ro ridge", "total_roof_area": 32.47}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 14.73}, {"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 1.52}, {"name": "Roof 4", "u_value": 0.12, "roof_type": 2, "description": "Ceiling to roofspace", "total_roof_area": 4.22}], "sap_walls": [{"name": "Wall 3", "u_value": 0.12, "wall_type": 3, "description": "Wall to roofspace", "total_wall_area": 12, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0.23, "wall_type": 2, "description": "iRoof Gable", "total_wall_area": 54.36, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex", "total_wall_area": 152, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 2.31, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.06, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.83, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 1.42, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 2, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 8, "type": 2, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 2, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 2, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 12, "type": 2, "width": 1.2, "height": 1.05, "location": "Wall 2", "orientation": 2}, {"name": 13, "type": 13, "pitch": 40, "width": 0.55, "height": 0.98, "location": "Roof 2", "orientation": 2}, {"name": 14, "type": 13, "pitch": 40, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 6}, {"name": 15, "type": 13, "pitch": 40, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 6}, {"name": 16, "type": 13, "pitch": 40, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.89, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.89, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.54, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.01, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 45.39, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.44, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 3.74, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 22.8, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.89, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.89, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.84, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "130mm TE Platinum", "storey_height": 2.33, "heat_loss_area": 48.47, "total_floor_area": 48.47}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 48.47}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.49, "heat_loss_area": 0, "total_floor_area": 43.08}], "thermal_mass_parameter": 150.67}], "heating_cost_current": {"value": 315, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 316, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.9, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4929, "water_heating": 2208}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 34, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10002428765, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "KT14 6FD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WEST BYFLEET", "built_form": 1, "created_at": "2019-08-19 14:36:56", "living_area": 18.1, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16922, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 23", "address_line_2": "Magna West", "address_line_3": "Lavender Park Road", "assessment_date": "2019-08-19", "assessment_type": "SAP", "completion_date": "2019-08-19", "inspection_date": "2019-08-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-19", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.28, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Flat", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 48.62}], "sap_walls": [{"name": "External Walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 92.7, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 120.52}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 52.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 8.19, "location": "External Walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.49, "location": "External Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.87, "location": "External Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.1, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 32.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 19.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 25.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 20.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 48.62, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 35.1}]}], "heating_cost_current": {"value": 188, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 188, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1977, "water_heating": 1936}}, "seller_commission_report": "Y", "energy_consumption_current": 37, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 37, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10096369065, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS11 7NB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "REDCAR", "built_form": 1, "created_at": "2019-08-15 15:49:13", "living_area": 27.365, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17476, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "178 High Street", "address_line_3": "Marske-by-the-Sea", "assessment_date": "2019-08-15", "assessment_type": "SAP", "completion_date": "2019-08-15", "inspection_date": "2019-08-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.202}, {"name": "slope", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.617}], "sap_walls": [{"name": "left se to stair", "u_value": 0.1944, "wall_type": 2, "kappa_value": 190, "total_wall_area": 15.957, "is_curtain_walling": "false"}, {"name": "right SE To Stair", "u_value": 0.1944, "wall_type": 2, "kappa_value": 190, "total_wall_area": 15.957, "is_curtain_walling": "false"}, {"name": "front se to stair", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 2.754, "is_curtain_walling": "false"}, {"name": "front", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 14.4, "is_curtain_walling": "false"}, {"name": "Rear", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 14.4, "is_curtain_walling": "false"}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 25.928}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "front se to stair", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.2, "location": "Rear", "orientation": 0}, {"name": 3, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "slope", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 291, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 291, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 94, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4336, "water_heating": 2022}}, "seller_commission_report": "Y", "energy_consumption_current": 136, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 136, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10094248052, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO15 4BN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CLACTON-ON-SEA", "built_form": 1, "created_at": "2019-02-02 07:55:44", "living_area": 15.82, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "21, Foots Farm Lane", "assessment_date": "2019-02-02", "assessment_type": "SAP", "completion_date": "2019-02-02", "inspection_date": "2019-02-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 90.09}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 92.11, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 2.72, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 3", "type": "Opening Type 2", "width": 0.95, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "Opening Type 2", "width": 2.64, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 5", "type": "Opening Type 2", "width": 8.19, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.37, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 4.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 36.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 9.52, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.38, "heat_loss_area": 90.09, "total_floor_area": 90.09}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 336, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2904, "water_heating": 1833}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093624434, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N7 9HT", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-09-24 20:12:55", "living_area": 27.5, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 53.47, "heat_source_type": 1, "power_efficiency": 33.42}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 8 Coral House", "address_line_2": "2, Sterling Way", "assessment_date": "2019-09-24", "assessment_type": "SAP", "completion_date": "2019-09-24", "inspection_date": "2019-09-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.51, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-24", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.04, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 0.81, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 0.79, "data_source": 2, "frame_factor": 0.74, "glazing_type": 11, "solar_transmittance": 0.53}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 73.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall", "total_wall_area": 47.18, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.16, "wall_type": 2, "description": "Wall to Corridor", "total_wall_area": 32.1, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door to Corr", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Front French", "type": "Opening Type 2", "width": 1.78, "height": 2.41, "location": "External Wall 1", "orientation": 3}, {"name": "Front French", "type": "Opening Type 2", "width": 1.78, "height": 2.41, "location": "External Wall 1", "orientation": 3}, {"name": "RHS French", "type": "Opening Type 2", "width": 1.01, "height": 2.41, "location": "External Wall 1", "orientation": 1}, {"name": "Front French", "type": "Opening Type 2", "width": 3.54, "height": 2.41, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.21, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 23.48, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 56.69, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 12.3, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.92, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 4.92, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11.66, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.46, "heat_loss_area": 0, "total_floor_area": 73.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 134, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 134, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 471, "water_heating": 2056}}, "seller_commission_report": "Y", "energy_consumption_current": 42, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 42, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093041296, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL17 0BF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FERRYHILL", "built_form": 2, "created_at": "2019-02-25 10:23:20", "living_area": 17, "orientation": 5, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17044, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "39, Henson Close", "address_line_2": "Chilton", "assessment_date": "2019-02-25", "assessment_type": "SAP", "completion_date": "2019-02-25", "inspection_date": "2019-02-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.41}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 86.94, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 84.22}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 34.776}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.14, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 7.65, "location": "External Wall", "orientation": 1}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 1.51, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.89, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.46, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 6.6, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.4, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.49, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.83, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.2, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 35.41, "total_floor_area": 35.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 35.41, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 283, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2995, "water_heating": 1670}}, "seller_commission_report": "Y", "energy_consumption_current": 111, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093486930, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH65 4DL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ELLESMERE PORT", "built_form": 1, "created_at": "2019-02-01 14:08:49", "living_area": 14.279, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "20, Lincoln Road", "assessment_date": "2019-02-01", "assessment_type": "SAP", "completion_date": "2019-02-01", "inspection_date": "2019-02-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.09, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.41}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.12}], "sap_walls": [{"name": "W1 - Brick Cavity", "u_value": 0.21, "wall_type": 2, "kappa_value": 114, "total_wall_area": 101.203, "is_curtain_walling": "false"}, {"name": "W4 - Garage Wall - Solid", "u_value": 0.23, "wall_type": 2, "kappa_value": 9, "total_wall_area": 21.312, "is_curtain_walling": "false"}, {"name": "W2 - Render Cavity", "u_value": 0.2, "wall_type": 2, "kappa_value": 114, "total_wall_area": 32.316, "is_curtain_walling": "false"}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 206.195}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.1, "location": "W1 - Brick Cavity", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "W2 - Render Cavity", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "W1 - Brick Cavity", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.81, "height": 2.1, "location": "W1 - Brick Cavity", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "W1 - Brick Cavity", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "W2 - Render Cavity", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "W2 - Render Cavity", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "W1 - Brick Cavity", "orientation": 4}, {"name": 9, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "W1 - Brick Cavity", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "W1 - Brick Cavity", "orientation": 6}, {"name": 11, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "W1 - Brick Cavity", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.17, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 12.42, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.8, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.374, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 2.881, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 4.033, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 6.944, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.116, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 22.63, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 14.25, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1.65, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 17.874, "psi_value": 0.102, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 25.714, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.434, "psi_value": -0.079, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 90, "storey_height": 2.717, "heat_loss_area": 44.41, "total_floor_area": 44.41}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.353, "heat_loss_area": 11.705, "total_floor_area": 54.635}]}], "heating_cost_current": {"value": 246, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 246, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 299, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3345, "water_heating": 1869}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10011930502, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX16 1HZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BANBURY", "built_form": 4, "created_at": "2019-03-29 14:39:47", "living_area": 21.04, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3, Fivash Close", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.09, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at joists", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.76}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 46.65, "is_curtain_walling": "false"}, {"name": "Stud wall GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 66.5}, {"name": "Stud wall FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.39}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 84.55}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.96, "location": "Brick", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.74, "location": "Brick", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.72, "location": "Brick", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.13, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.2, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.6, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.6, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.6, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 19.44, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17.4, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 17.4, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 41.76, "total_floor_area": 41.76}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.53, "heat_loss_area": 0, "total_floor_area": 41.76, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2011, "water_heating": 1654}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -2, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10071159622, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE22 3XU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 2, "created_at": "2019-03-15 12:05:50", "living_area": 13.7, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "8, Anmer Drive", "assessment_date": "2019-03-15", "assessment_type": "SAP", "completion_date": "2019-03-15", "inspection_date": "2019-03-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.71, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-15", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.75, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Patio Doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 37.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall 1", "kappa_value": 110, "total_wall_area": 88.24, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 41.2}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 2.14, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Windows", "width": 6.8, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Windows", "type": "Windows", "width": 5.9, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.62, "psi_value": 0.302, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.62, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.56, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.37, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.37, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.26, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.11, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.16, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.16, "psi_value": -0.004, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.11, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.11, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.11, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 18, "storey_height": 2.38, "heat_loss_area": 37.54, "total_floor_area": 37.54, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 37.54}]}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.7, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2231, "water_heating": 1730}}, "seller_commission_report": "Y", "energy_consumption_current": 65, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 52, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10090664188, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.45 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE7 5JB", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "ILKESTON", "built_form": 3, "created_at": "2019-03-13 12:29:15", "living_area": 19.86, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat A", "address_line_2": "The Vaults", "address_line_3": "41 East Street", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "kappa_value": 9, "total_roof_area": 47.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall", "kappa_value": 9, "total_wall_area": 35.59, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Wall to Corridor", "kappa_value": 9, "total_wall_area": 14.14, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 21.31}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 83.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 12, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Front Door", "type": "Door to Corridor", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.45, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 47.3, "total_floor_area": 47.3}]}], "heating_cost_current": {"value": 622, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 51, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 622, "currency": "GBP"}, "hot_water_cost_current": {"value": 263, "currency": "GBP"}, "co2_emissions_potential": 2.8, "energy_rating_potential": 51, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 263, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3666, "water_heating": 1552}}, "seller_commission_report": "Y", "energy_consumption_current": 353, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 353, "environmental_impact_current": 56, "current_energy_efficiency_band": "E", "environmental_impact_potential": 56, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 60} +{"uprn": 10093606683, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.65 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2HH", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 4, "created_at": "2019-05-03 08:38:11", "living_area": 24, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 145, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.18, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1403 Michigan Point Tower B", "address_line_2": "11, Michigan Avenue", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-05-03", "inspection_date": "2019-05-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.35, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 30, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 0.65, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.38}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 29.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.65, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 11.63, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 10}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 2", "type": "Opening Type 1", "width": 4.4, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 1.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 18.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 29.5}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 20, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 26, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 20, "currency": "GBP"}, "hot_water_cost_current": {"value": 209, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 26, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 209, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 43, "water_heating": 1231}}, "seller_commission_report": "Y", "energy_consumption_current": 156, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 156, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10094252479, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW19 3TH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-03-28 10:11:57", "living_area": 18.54, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17511, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "173-175 Hartfield Road", "assessment_date": "2018-03-13", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2018-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.39, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Flat roof", "u_value": 0.13, "roof_type": 2, "total_roof_area": 32.32}, {"name": "Sloping roof", "u_value": 0.13, "roof_type": 2, "total_roof_area": 6.7}, {"name": "Dormer roof", "u_value": 0.13, "roof_type": 2, "total_roof_area": 4.2}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "total_roof_area": 49.86}], "sap_walls": [{"name": "External wall", "u_value": 0.24, "wall_type": 2, "total_wall_area": 12.3, "is_curtain_walling": "false"}, {"name": "Corridor wall", "u_value": 0.27, "wall_type": 2, "total_wall_area": 13.45, "is_curtain_walling": "false"}, {"name": "Dormer wall", "u_value": 0.19, "wall_type": 2, "total_wall_area": 3.44, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "total_wall_area": 13.59}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.95, "height": 2.1, "location": "Corridor wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.86, "height": 0.98, "location": "Dormer wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.86, "height": 0.98, "location": "Dormer wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "External wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "External wall", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.67, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.52, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 6.92, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.38, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 18.16, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 12.32, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 5.99, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 3.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "storey_height": 2.27, "heat_loss_area": 42.1, "total_floor_area": 42.1}]}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 34, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 34, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 962, "water_heating": 1427}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 75, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093091414, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS24 9YW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TADCASTER", "built_form": 1, "created_at": "2019-06-06 11:08:40", "living_area": 17.92, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4, Rowley Close", "address_line_2": "Church Fenton", "assessment_date": "2019-06-06", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-06-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.81, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.17, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 65.9}], "sap_walls": [{"name": "External Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 165.71, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 101.556}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 179.285}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.91, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 11.14, "location": "External Wall", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.34, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.55, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.39, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.24, "psi_value": 0.144, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.24, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 12.94, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.3, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 25.13, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.03, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 65.9, "total_floor_area": 65.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 65.9, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 300, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 301, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 289, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4751, "water_heating": 2138}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 34, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": null, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV37 6ED", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STRATFORD-UPON-AVON", "built_form": 3, "created_at": "2019-04-26 14:57:25", "living_area": 24.43, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2310, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "70 Arden Quarter", "address_line_2": "Brunel Way", "assessment_date": "2019-04-26", "assessment_type": "SAP", "completion_date": "2019-04-26", "inspection_date": "2019-04-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.61}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 55.34}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 45.69, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "SE Window", "type": "Window", "width": 8.15, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "SW Window", "type": "Window", "width": 1200, "height": 2250, "location": "External Wall 1", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.82, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.82, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.28, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.86, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7.77, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.59, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.18, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 29.94, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.59, "heat_loss_area": 0, "total_floor_area": 55.34}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 131, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 131, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 94, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 707, "water_heating": 1879}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 81, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094895254, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO18 0GD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHICHESTER", "built_form": 1, "created_at": "2019-06-06 16:50:04", "living_area": 15.77, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Fairman Road", "address_line_2": "Westhampnett", "assessment_date": "2019-06-06", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-06-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 12, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm", "total_roof_area": 39.73}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 127.71, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.84, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 2, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 12, "width": 0.92, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.15, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.1, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.83, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 26.17, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.17, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.6, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.576, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.52, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 39.73, "total_floor_area": 39.73}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 39.73}], "thermal_mass_parameter": 187.16}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 346, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": -0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2352, "water_heating": 1620}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 4510752179, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE15 9BY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWCASTLE UPON TYNE", "built_form": 1, "created_at": "2019-06-20 09:36:32", "living_area": 20.24, "orientation": 1, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16836, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200011, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.53, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "12, Drumburgh Grove", "assessment_date": "2019-06-20", "assessment_type": "SAP", "completion_date": "2019-06-20", "inspection_date": "2019-06-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 2, "u_value": 1.5, "data_source": 4, "glazing_type": 7}, {"name": "Opening Type 3", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 66.46}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Wall 1", "total_wall_area": 175.97, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.91, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.91, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": 3, "type": "Opening Type 3", "width": 0.84, "height": 1.48, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 3", "width": 0.84, "height": 1.48, "location": "External Wall 1", "orientation": 3}, {"name": 5, "type": "Opening Type 3", "width": 0.84, "height": 1.48, "location": "External Wall 1", "orientation": 3}, {"name": 6, "type": "Opening Type 3", "width": 0.45, "height": 2.11, "location": "External Wall 1", "orientation": 3}, {"name": 7, "type": "Opening Type 3", "width": 0.68, "height": 1.06, "location": "External Wall 1", "orientation": 3}, {"name": 8, "type": "Opening Type 3", "width": 1.47, "height": 1.21, "location": "External Wall 1", "orientation": 3}, {"name": 9, "type": "Opening Type 3", "width": 1.81, "height": 1.21, "location": "External Wall 1", "orientation": 3}, {"name": 10, "type": "Opening Type 3", "width": 2.94, "height": 2.11, "location": "External Wall 1", "orientation": 7}, {"name": 11, "type": "Opening Type 3", "width": 1.25, "height": 1.06, "location": "External Wall 1", "orientation": 7}, {"name": 12, "type": "Opening Type 3", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": 13, "type": "Opening Type 3", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": 14, "type": "Opening Type 3", "width": 0.68, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": 15, "type": "Opening Type 3", "width": 0.57, "height": 1.06, "location": "External Wall 1", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.69, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.87, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 43.92, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.52, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.99, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.62, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.36, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30.46, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.9, "psi_value": -0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Floor 1", "storey_height": 2.38, "heat_loss_area": 66.46, "total_floor_area": 66.46}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 65.59}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 330, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 332, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 280, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 1.0, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5063, "water_heating": 2197}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 40, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094079401, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TR8 4RD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWQUAY", "built_form": 4, "created_at": "2019-07-23 12:24:23", "living_area": 12.3, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "16, Kew an Prysk", "address_line_2": "Lane", "assessment_date": "2019-07-23", "assessment_type": "SAP", "completion_date": "2019-07-23", "inspection_date": "2019-07-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Hrz", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.614}], "sap_walls": [{"name": "Ext Brick", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 40.334, "is_curtain_walling": "false"}, {"name": "Int Wall T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 105.91}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 74.879}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.923, "height": 2.1, "location": "Ext Brick", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 0.493, "height": 0.9, "location": "Ext Brick", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 0.493, "height": 1.2, "location": "Ext Brick", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.354, "location": "Ext Brick", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Ext Brick", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Ext Brick", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 0.923, "height": 1.05, "location": "Ext Brick", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Ext Brick", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.93, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.51, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.21, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.95, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.83, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 1.14, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 2.31, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 19.44, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 15.27, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.14, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 15.27, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.312, "heat_loss_area": 29.614, "total_floor_area": 29.614}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 27.286, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 158, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 158, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 345, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 98, "environmental_impact_rating": 102}], "co2_emissions_potential": -0.4, "energy_rating_potential": 98, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 36, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1303, "water_heating": 1410}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -39, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 102, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10007914626, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR8 5FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "KENLEY", "built_form": 4, "created_at": "2019-08-20 12:29:41", "living_area": 27.2, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17515, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 27", "address_line_2": "Panta House", "address_line_3": "4 Old Barn Lane", "assessment_date": "2018-01-03", "assessment_type": "SAP", "completion_date": "2019-08-20", "inspection_date": "2019-08-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.24, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-20", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Roof lights", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 69.16}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 36.96, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "Corirdor Wall", "total_wall_area": 15.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "External Door", "type": "Door", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 5.67, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Side windows", "type": "Window", "width": 10.29, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.6, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 69.16}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1399, "water_heating": 1718}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 73, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094648024, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M30 0YR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 2, "created_at": "2019-09-30 15:24:32", "living_area": 12.61, "orientation": 6, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "7, Blyth Avenue", "address_line_2": "Eccles", "assessment_date": "2019-09-30", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 7", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 8", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 1.24}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Lean to", "total_roof_area": 10.09}, {"name": "Roof 3", "u_value": 0.11, "roof_type": 2, "description": "Main flat", "total_roof_area": 22.73}, {"name": "Roof 4", "u_value": 0.16, "roof_type": 2, "description": "Main Sloping", "total_roof_area": 20.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Wall 1", "total_wall_area": 32.11, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Wall 3", "total_wall_area": 18.46, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.18, "wall_type": 2, "description": "Wall 5", "total_wall_area": 5.48, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 59.54}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.34, "height": 1.65, "location": "External Wall 1", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W8", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W9", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W5+D2+W6", "type": "Opening Type 1", "width": 2.76, "height": 2.1, "location": "External Wall 2", "orientation": 3}, {"name": "W13", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 2", "orientation": 3}, {"name": "Front Door", "type": "Opening Type 7", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 0.78, "height": 1.18, "location": "Roof 4", "orientation": 7}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 0.78, "height": 1.18, "location": "Roof 4", "orientation": 7}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 0.78, "height": 0.92, "location": "Roof 4", "orientation": 7}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 0.78, "height": 0.92, "location": "Roof 4", "orientation": 7}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 0.78, "height": 0.55, "location": "Roof 4", "orientation": 3}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 1.14, "height": 1.18, "location": "Roof 2", "orientation": 3}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 48, "width": 1.14, "height": 1.18, "location": "Roof 2", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.48, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.48, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.05, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 31.05, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 2.165, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 12.825, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.085, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5.012, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 3.157, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 14.041, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.385, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 11.659, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.75, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 14.016, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 4.085, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 5.012, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 6.18, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 6.18, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 14.22, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.46, "heat_loss_area": 45.94, "total_floor_area": 45.94}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 31.94}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.11, "heat_loss_area": 0, "total_floor_area": 29.8}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 205, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2461, "water_heating": 2138}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 14, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10002357654, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE74 2BD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 2, "created_at": "2019-09-02 15:00:22", "living_area": 15.91, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18498, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "Brook View Marshall Court", "address_line_2": "The Bowley", "address_line_3": "Diseworth", "assessment_date": "2019-09-02", "assessment_type": "SAP", "completion_date": "2019-09-02", "inspection_date": "2019-09-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.3, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 3", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 3}, {"name": "Opening Type 6", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 7", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "F Roof", "total_roof_area": 22.83}, {"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "J Roof", "total_roof_area": 59.9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "E Wall brick", "total_wall_area": 64.93, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.22, "wall_type": 2, "description": "E Wall clad", "total_wall_area": 64.83, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.236, "wall_type": 2, "description": "Wall to carport", "total_wall_area": 11.77, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.45}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 2.2, "height": 1.64, "location": "External Wall 1", "orientation": 3}, {"name": 2, "type": "Opening Type 1", "width": 0.4, "height": 2.42, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 3", "width": 0.86, "height": 2.42, "location": "External Wall 1", "orientation": 0}, {"name": 4, "type": "Opening Type 1", "width": 0.68, "height": 1.2, "location": "External Wall 2", "orientation": 3}, {"name": 5, "type": "Opening Type 1", "width": 0.68, "height": 1.2, "location": "External Wall 2", "orientation": 3}, {"name": "oriel", "type": "Opening Type 6", "width": 1.39, "height": 1.71, "location": "External Wall 2", "orientation": 4}, {"name": "oriel", "type": "Opening Type 7", "width": 1.27, "height": 1.71, "location": "External Wall 2", "orientation": 4}, {"name": 8, "type": "Opening Type 1", "width": 3.12, "height": 2.42, "location": "External Wall 1", "orientation": 7}, {"name": 9, "type": "Opening Type 1", "width": 0.9, "height": 2.42, "location": "External Wall 1", "orientation": 7}, {"name": 10, "type": "Opening Type 1", "width": 1.36, "height": 1.45, "location": "External Wall 2", "orientation": 7}, {"name": 11, "type": "Opening Type 1", "width": 1.81, "height": 2.11, "location": "External Wall 2", "orientation": 7}, {"name": 12, "type": "Opening Type 1", "width": 1.81, "height": 2.11, "location": "External Wall 2", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.82, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.96, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.78, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.2, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.12, "psi_value": 0.154, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 8.51, "psi_value": 0.149, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 10.15, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.48, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.36, "psi_value": 0.184, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 6.15, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 13.54, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 17.58, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.57, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.7, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 3.075, "psi_value": 0.172, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 6.15, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "G Floor", "storey_height": 2.35, "heat_loss_area": 58.22, "total_floor_area": 58.22}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "description": "Upper Floor", "storey_height": 2.48, "heat_loss_area": 24.52, "total_floor_area": 59.9}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 286, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 286, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4256, "water_heating": 2093}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 31, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10006711083, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN4 7FN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 1, "created_at": "2019-08-23 13:43:48", "living_area": 18.8, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "31, Sceptre Avenue", "assessment_date": "2019-08-23", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.05, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 58}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 132.79, "is_curtain_walling": "false"}, {"name": "garage", "u_value": 0.46, "wall_type": 2, "kappa_value": 60, "total_wall_area": 12.42, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 19.3}, {"name": "internal", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 97.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.05, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.1, "location": "external", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.5, "location": "external", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.4, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 18.1, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.5, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.7, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.8, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 21.95, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 43.6, "total_floor_area": 43.6}, {"storey": 1, "u_value": 0.21, "floor_type": 3, "kappa_value": 20, "storey_height": 2.55, "heat_loss_area": 14.3, "total_floor_area": 58}]}], "heating_cost_current": {"value": 273, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 273, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3966, "water_heating": 1733}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 30, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093918342, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK4 4NS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-04-04 15:27:38", "living_area": 19.7, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17743, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Pontefract Avenue", "address_line_2": "Kingsmead", "assessment_date": "2019-04-04", "assessment_type": "SAP", "completion_date": "2019-04-04", "inspection_date": "2019-04-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 120, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "R Hrz", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 52.9}, {"name": "R Slp", "u_value": 0.22, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.9}, {"name": "R Grd", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.8}], "sap_walls": [{"name": "W Ext", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 162.9, "is_curtain_walling": "false"}, {"name": "Adj Gar", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.9, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 79.1}, {"name": "Int T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 142.4}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "W Ext", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.15, "height": 1.1, "location": "W Ext", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.92, "height": 1.1, "location": "W Ext", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1.17, "height": 1.1, "location": "W Ext", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.77, "height": 1.22, "location": "W Ext", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1.77, "height": 1.22, "location": "W Ext", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 0.6, "height": 1, "location": "W Ext", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 1.16, "height": 1.1, "location": "W Ext", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 2.4, "height": 1.25, "location": "W Ext", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 1.13, "height": 0.96, "location": "W Ext", "orientation": 7}, {"name": 11, "type": "Windows (1)", "width": 0.46, "height": 1.01, "location": "W Ext", "orientation": 3}, {"name": 12, "type": "Windows (1)", "width": 0.5, "height": 1.06, "location": "W Ext", "orientation": 3}, {"name": 13, "type": "Windows (1)", "width": 0.63, "height": 1.34, "location": "W Ext", "orientation": 1}, {"name": 14, "type": "Windows (1)", "width": 0.61, "height": 0.96, "location": "W Ext", "orientation": 1}, {"name": 15, "type": "Windows (1)", "width": 0.63, "height": 1.34, "location": "W Ext", "orientation": 5}, {"name": 16, "type": "Windows (2)", "width": 0.9, "height": 2.02, "location": "W Ext", "orientation": 5}, {"name": 17, "type": "Windows (2)", "width": 1.41, "height": 2.07, "location": "W Ext", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.1, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 14.9, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 43.9, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.2, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 5.8, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 17, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 34.6, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 6.9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.63, "heat_loss_area": 58.9, "total_floor_area": 58.9}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "kappa_value": 20, "storey_height": 2.42, "heat_loss_area": 11.2, "total_floor_area": 61.5}]}], "heating_cost_current": {"value": 268, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 269, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3973, "water_heating": 2119}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 23, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093244681, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M5 4TB", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-03-22 17:06:03", "living_area": 26.74, "orientation": 6, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 206, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.61, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "13 Bridgewater Point", "address_line_2": "Dyer Street", "assessment_date": "2019-03-18", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.44, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.54}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 41.6}], "sap_walls": [{"name": "Extenal Walls", "u_value": 0.19, "wall_type": 2, "kappa_value": 190, "total_wall_area": 67.88, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 114}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.11, "location": "Extenal Walls", "orientation": 6}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.11, "location": "Extenal Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.45, "location": "Extenal Walls", "orientation": 6}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 7.89, "location": "Extenal Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "storey_height": 3, "heat_loss_area": 41.6, "total_floor_area": 41.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 41.6}]}], "heating_cost_current": {"value": 430, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 430, "currency": "GBP"}, "hot_water_cost_current": {"value": 324, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 324, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2276, "water_heating": 1911}}, "seller_commission_report": "Y", "energy_consumption_current": 177, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 177, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 72, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 30} +{"uprn": 766354458, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP22 7BQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 2, "created_at": "2019-06-04 14:45:41", "living_area": 20.44, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "14, Nutmeg Close", "address_line_2": "Broughton", "assessment_date": "2019-06-04", "assessment_type": "SAP", "completion_date": "2019-06-04", "inspection_date": "2019-06-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 11, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 37.94}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 85.75, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-23", "total_wall_area": 40.26}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 11, "type": 11, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.35, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.94, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.45, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.54, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.3, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.76, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.76, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.25, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.25, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 37.94, "total_floor_area": 37.94}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 37.94}], "thermal_mass_parameter": 176.25}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2075, "water_heating": 1593}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -5, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 100022594985, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E17 4LG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-04-23 11:57:22", "living_area": 21.72, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16840, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "15, Warburton Terrace", "assessment_date": "2019-04-23", "assessment_type": "SAP", "completion_date": "2019-04-23", "inspection_date": "2019-04-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.78, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-23", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.04, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "200mm TP10 Kingspan", "total_roof_area": 20.23}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 26.65}], "sap_walls": [{"name": "Wall 2", "u_value": 0.22, "wall_type": 2, "description": "External Wall Type 2", "total_wall_area": 27, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Externall Wall", "total_wall_area": 63.64, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 128.32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 2, "width": 1.14, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall", "orientation": 2}, {"name": 8, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall", "orientation": 2}, {"name": 9, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 10, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 2, "width": 1.14, "height": 0.6, "location": "Wall", "orientation": 2}, {"name": 12, "type": 2, "width": 1.14, "height": 0.6, "location": "Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.68, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.54, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 10.54, "psi_value": 0.121, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.08, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.34, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.34, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 4.67, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 4.67, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 1.2, "psi_value": 0.48, "psi_value_source": 4, "thermal_bridge_type": "E12"}, {"length": 8.6, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 17.2, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17.2, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 18.88, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.68, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 6.32, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 2.48, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 8.6, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Floor 1", "storey_height": 2.66, "heat_loss_area": 46.88, "total_floor_area": 46.88}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 40.63}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.89, "heat_loss_area": 0, "total_floor_area": 25.75}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 239, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 239, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2772, "water_heating": 1895}}, "seller_commission_report": "Y", "energy_consumption_current": 50, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 40, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10093726670, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM7 5FW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRAINTREE", "built_form": 1, "created_at": "2019-07-29 11:24:40", "living_area": 52.47, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 22, "hot_water_store_size": 208, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18039, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.49, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 65, "make_model": "unknown", "test_method": "BS EN 1266"}, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "4 Polhawn Close", "assessment_date": "2019-07-29", "assessment_type": "SAP", "completion_date": "2019-07-29", "inspection_date": "2019-07-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 130, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood pellets", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 71.92}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "Flat Roof", "kappa_value": 9, "total_roof_area": 12.97}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 178.26, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 3, "description": "Garage Wall", "kappa_value": 9, "total_wall_area": 20.58, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.34, "wall_type": 3, "description": "Rooflight Tunnels", "kappa_value": 9, "total_wall_area": 2.92, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 79.82}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 164.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "LH Door", "type": "Doors", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "RH Door", "type": "Doors", "width": 1.91, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 7.9, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "LH Glazing", "type": "Glazing", "width": 3.7, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "RH Glazing", "type": "Glazing", "width": 2.35, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear Glazing", "type": "Glazing", "width": 14.29, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "LH Rooflight", "type": "Rooflight", "pitch": 45, "width": 2.3, "height": 1, "location": "Roof 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.35, "psi_value": 0.223, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.48, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 50.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.48, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.7, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.7, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 30.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.08, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.61, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.98, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 38.81, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15.05, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.37, "heat_loss_area": 66.77, "total_floor_area": 66.77, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "Floor Above Garage", "kappa_value": 18, "storey_height": 2.8, "heat_loss_area": 17.46, "total_floor_area": 62.79}]}], "heating_cost_current": {"value": 403, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 405, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.0, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6235, "water_heating": 2187}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 50, "environmental_impact_current": 82, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 72761455, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS23 6FT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WETHERBY", "built_form": 1, "created_at": "2019-07-09 10:45:12", "living_area": 19.42, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18493, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "7, Thorp Drive", "address_line_2": "Boston Spa", "assessment_date": "2019-07-09", "assessment_type": "SAP", "completion_date": "2019-07-09", "inspection_date": "2019-07-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.48, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.07, "roof_type": 2, "description": "Main Roof", "total_roof_area": 33.02}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 33.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 81.06, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Garage (Block)", "total_wall_area": 11.97, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Garage (Brick)", "total_wall_area": 11.53, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W3", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "RL1", "type": "Opening Type 3", "pitch": 45, "width": 0.55, "height": 0.77, "location": "Roof 2", "orientation": 1}, {"name": "RL2", "type": "Opening Type 3", "pitch": 45, "width": 0.55, "height": 0.77, "location": "Roof 2", "orientation": 1}, {"name": "W2", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "RL3", "type": "Opening Type 3", "pitch": 45, "width": 0.55, "height": 0.77, "location": "Roof 2", "orientation": 1}, {"name": "RL4", "type": "Opening Type 3", "pitch": 45, "width": 0.55, "height": 0.77, "location": "Roof 2", "orientation": 1}, {"name": "RL5", "type": "Opening Type 3", "pitch": 45, "width": 0.55, "height": 0.77, "location": "Roof 2", "orientation": 1}, {"name": "D1", "type": "Opening Type 9", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.73, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.72, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 11.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 11.01, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.53, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.66, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.08, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.3, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 20.01, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.75, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.75, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.22, "floor_type": 2, "description": "Ground floor", "storey_height": 2.62, "heat_loss_area": 4.39, "total_floor_area": 4.39}, {"storey": 2, "u_value": 0.15, "floor_type": 3, "description": "Upper Floor", "storey_height": 2.38, "heat_loss_area": 46.28, "total_floor_area": 50.68}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2673, "water_heating": 1364}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 118, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10010262038, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.31 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 0YL", "data_type": 2, "hot_water": {"description": "Community scheme, no cylinder thermostat", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-06-18 16:51:26", "living_area": 27.3, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "hot_water_store_heat_loss": 0.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.69, "heat_efficiency": 51.15, "heat_source_type": 1, "power_efficiency": 29.74}, {"fuel_type": 51, "heat_fraction": 0.31, "heat_efficiency": 88.2, "heat_source_type": 2}], "community_heating_distribution_type": 2, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 204 Atlantic Point", "address_line_2": "2, Harrison Walk", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.54, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500411, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.82, "glazing_type": 6, "solar_transmittance": 0.47}, {"name": "Opening Type 7", "type": 1, "u_value": 0.72, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 84.17}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "100mm Rockwool", "total_wall_area": 52.47, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.12, "wall_type": 2, "description": "Core 2 - Corridor", "total_wall_area": 6.55, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.17, "wall_type": 2, "description": "Core 2 - Stair Core", "total_wall_area": 16, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 35.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "02:18-38", "type": "Opening Type 1", "width": 1.81, "height": 2.25, "location": "External Wall 1", "orientation": 1}, {"name": "02:18-37", "type": "Opening Type 1", "width": 1.81, "height": 2.25, "location": "External Wall 1", "orientation": 1}, {"name": "02:24-36", "type": "Opening Type 1", "width": 2.15, "height": 2.25, "location": "External Wall 1", "orientation": 1}, {"name": "Door & side", "type": "Opening Type 1", "width": 1.33, "height": 2.25, "location": "External Wall 1", "orientation": 1}, {"name": "02:25-35", "type": "Opening Type 1", "width": 2.15, "height": 2.25, "location": "External Wall 1", "orientation": 8}, {"name": "02:49-34", "type": "Opening Type 1", "width": 2.36, "height": 2.25, "location": "External Wall 1", "orientation": 8}, {"name": "Front Door", "type": "Opening Type 7", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.31, "floor_type": 3, "description": "Exposed - updated", "storey_height": 2.5, "heat_loss_area": 30.66, "total_floor_area": 84.17}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1726, "water_heating": 1834}}, "seller_commission_report": "Y", "energy_consumption_current": 62, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 62, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 148049060, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EN10 6JH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BROXBOURNE", "built_form": 3, "created_at": "2019-06-21 11:21:50", "living_area": 17.87, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10328, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "28c Westlea Road", "assessment_date": "2018-01-31", "assessment_type": "SAP", "completion_date": "2019-06-21", "inspection_date": "2018-01-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Sloping Roof", "u_value": 0.16, "roof_type": 2, "total_roof_area": 12.7}, {"name": "Roof Void", "u_value": 0.1, "roof_type": 2, "total_roof_area": 11.7}, {"name": "Roof", "u_value": 0.1, "roof_type": 2, "total_roof_area": 13.65}], "sap_walls": [{"name": "External Walls", "u_value": 0.21, "wall_type": 2, "total_wall_area": 97.77, "is_curtain_walling": "false"}, {"name": "Stud Walls", "u_value": 0.16, "wall_type": 2, "total_wall_area": 10.92, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "External Walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5, "location": "External Walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.65, "location": "External Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.4, "location": "External Walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.75, "psi_value": 0.25, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.35, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 31.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 16.7, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.5, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.26, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 12.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.9, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 6.5, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 3.26, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "storey_height": 2.4, "heat_loss_area": 34.71, "total_floor_area": 34.71}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 34.71}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.95, "heat_loss_area": 0, "total_floor_area": 23.01}]}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 34, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2177, "water_heating": 2131}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093331824, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B1 3BG", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 4, "created_at": "2019-09-17 15:13:23", "living_area": 24.7, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.29, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 202 Albion House", "address_line_2": "75, Pope Street", "assessment_date": "2019-09-17", "assessment_type": "SAP", "completion_date": "2019-09-17", "inspection_date": "2019-09-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.8, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 4", "type": 1, "u_value": 0.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 47.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Ext Wall SFS Type A", "total_wall_area": 17.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "B1 L1 01", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "B1 L1 02", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "B1 L1 03", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.63, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.73, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.2, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.6, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 40.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 47.87}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 21, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 21, "currency": "GBP"}, "hot_water_cost_current": {"value": 251, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 251, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 36, "water_heating": 1429}}, "seller_commission_report": "Y", "energy_consumption_current": 116, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 116, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093489012, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE9 5FA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GATESHEAD", "built_form": 1, "created_at": "2019-08-23 12:24:55", "living_area": 28.1, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "2, Swanway", "assessment_date": "2018-04-25", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2018-04-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.33, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 39.5, "is_curtain_walling": "false"}, {"name": "Communal Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 18, "total_wall_area": 18.19, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Communal Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.84, "location": "External Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.72, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 1.19, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 6.96, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.9, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.08, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.69, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.77, "heat_loss_area": 51, "total_floor_area": 51}]}], "heating_cost_current": {"value": 172, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 172, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1688, "water_heating": 1434}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 103, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093565721, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO18 1ER", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "SOUTHAMPTON", "built_form": 1, "created_at": "2019-01-16 10:48:20", "living_area": 17.71, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 142, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "hot_water_store_heat_loss": 1.31, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 43 The Boathouse", "address_line_2": "100, Riverdene Place", "assessment_date": "2019-01-16", "assessment_type": "SAP", "completion_date": "2019-01-16", "inspection_date": "2019-01-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-16", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.504169441, "orientation": 3, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "description": "D3", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 3.3}], "sap_walls": [{"name": "Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall", "total_wall_area": 20.43, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 33.47}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "to Corridor", "total_wall_area": 14.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.15, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": 1, "width": 1.13, "height": 1.13, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 1, "width": 1.51, "height": 2.15, "location": "Wall 1", "orientation": 3}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.15, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.15, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10.86, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 13.31, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.16, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 4.48, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.48, "psi_value": -0.075, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.48, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 42.78, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.24, "heat_loss_area": 0, "total_floor_area": 51.54}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 26, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 26, "currency": "GBP"}, "hot_water_cost_current": {"value": 134, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 134, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 13, "water_heating": 1474}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 86, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093128207, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX14 1EH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HONITON", "built_form": 4, "created_at": "2019-02-15 13:20:50", "living_area": 31.24, "orientation": 3, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17985, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3 Kings Row", "address_line_2": "King Street", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.31, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "floor", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.75}], "sap_walls": [{"name": "wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 70, "total_wall_area": 45.54, "is_curtain_walling": "false"}, {"name": "pty", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 37.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.1, "height": 19.94, "location": "wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 0.1, "height": 42.96, "location": "wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.1, "height": 41.81, "location": "wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.76, "psi_value": 0.293, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 12.39, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.58, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 18, "psi_value": 0.104, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 5, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.12, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.12, "psi_value": 0.0415, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 5, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.41, "heat_loss_area": 33.75, "total_floor_area": 33.75}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 33.75}]}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1714, "water_heating": 1889}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 422000130108, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OL1 4RS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OLDHAM", "built_form": 4, "created_at": "2019-03-20 16:04:03", "living_area": 16.6, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16839, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.3 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "122, Stevenson Drive", "assessment_date": "2019-03-20", "assessment_type": "SAP", "completion_date": "2019-03-20", "inspection_date": "2019-03-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500115, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 41.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Main", "kappa_value": 92.74, "total_wall_area": 55.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 81.79}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 136.81}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 6.55, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Window", "width": 7.11, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Doors", "type": "Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.071, "calculation_reference": "CBA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "GF", "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 41.76, "total_floor_area": 41.76, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.73, "heat_loss_area": 0, "total_floor_area": 41.76}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 269, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2511, "water_heating": 1819}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 18, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10090757369, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E13 9JU", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-04-15 15:41:30", "living_area": 27.24, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "main_heating_data_source": 1, "main_heating_index_number": 100902, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.78, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 0.415}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6 Stevedore House", "address_line_2": "546a, Barking Road", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window Old", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Window New", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 27.36}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 54.73}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "EW1", "total_wall_area": 46.13, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "CW", "total_wall_area": 26.11, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.28, "wall_type": 3, "description": "EW 2 Commercially", "total_wall_area": 60.49, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 29.47}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door", "type": "Door", "width": 800, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "West EW1", "type": "Window Old", "width": 1200, "height": 1640, "location": "External Wall 1", "orientation": 7}, {"name": "North West EW1", "type": "Window Old", "width": 5.9, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "South EW1", "type": "Window Old", "width": 1379, "height": 2100, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.3, "heat_loss_area": 0, "total_floor_area": 84.38}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 296, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 296, "currency": "GBP"}, "hot_water_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 216, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5069, "water_heating": 2112}}, "seller_commission_report": "Y", "energy_consumption_current": 124, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 124, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093282681, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH6 5FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FLINT", "built_form": 1, "created_at": "2019-05-15 14:17:50", "living_area": 14.94, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Rhodfa Caradog", "address_line_2": "Oakenholt", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.66, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 2, "u_value": 1.35, "data_source": 2, "glazing_type": 7}, {"name": "Patio Doors", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 49.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 124.95, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.46, "wall_type": 3, "description": "Garage Wall", "kappa_value": 150, "total_wall_area": 17.95, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 56.4792}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 115.617}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.5, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "RH Windows", "type": "Windows", "width": 0.57, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Windows", "type": "Windows", "width": 4.14, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Patio Doors", "type": "Patio Doors", "width": 3.15, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "LH Windows", "type": "Windows", "width": 0.88, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.24, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.81, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.2, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.6, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.14, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.69, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.1, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.15, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.65, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 36.02, "total_floor_area": 36.02, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "description": "Exposed Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 13.29, "total_floor_area": 47.84}]}], "heating_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 269, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3878, "water_heating": 1650}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 29, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094189939, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW15 1PP", "data_type": 2, "hot_water": {"description": {"value": "From main system, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-23 14:32:47", "living_area": 40, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80007, "rooms_with_bath_and_or_shower": 1, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 0}, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18219, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "4 Boatmans Court", "address_line_2": "4, Walkers Place", "assessment_date": "2019-04-23", "assessment_type": "SAP", "completion_date": "2019-04-23", "inspection_date": "2019-04-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.42, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500025, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 68}], "sap_walls": [{"name": "Ext wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 150, "total_wall_area": 57.94, "is_curtain_walling": "false"}, {"name": "Stairwell wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 150, "total_wall_area": 15.58, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 20.98}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Stairwell wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.33, "location": "Ext wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.8, "location": "Ext wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.02, "location": "Ext wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.46, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 142, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 142, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 406, "water_heating": 1877}}, "seller_commission_report": "Y", "energy_consumption_current": 65, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 65, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 44015830, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME4 6EQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHATHAM", "built_form": 1, "created_at": "2019-03-18 10:27:09", "living_area": 45.87, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17745, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.22, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4, Windsock Road", "assessment_date": "2019-03-18", "assessment_type": "SAP", "completion_date": "2019-03-18", "inspection_date": "2019-03-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.84, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 148, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulated at Joists", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.11}, {"name": "Insulated at Rafters", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 74}, {"name": "Roof Over Bay Window", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.6}], "sap_walls": [{"name": "Brick + Block Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 138.5, "is_curtain_walling": "false"}, {"name": "Block to Block garage wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 17.17, "is_curtain_walling": "false"}, {"name": "Timber frame 1st Floor", "u_value": 0.31, "wall_type": 2, "kappa_value": 18, "total_wall_area": 10.12, "is_curtain_walling": "false"}, {"name": "Timber frame 2nd Floor", "u_value": 0.31, "wall_type": 2, "kappa_value": 18, "total_wall_area": 20.89, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.175, "location": "Brick + Block Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 0.685, "height": 1.05, "location": "Brick + Block Walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 0.697, "height": 1.8, "location": "Brick + Block Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 3.384, "height": 1.8, "location": "Brick + Block Walls", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 0.697, "height": 1.8, "location": "Brick + Block Walls", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.585, "height": 2.175, "location": "Brick + Block Walls", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 1.135, "height": 1.5, "location": "Brick + Block Walls", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.135, "height": 1.275, "location": "Brick + Block Walls", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 0.685, "height": 1.05, "location": "Brick + Block Walls", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 1.135, "height": 1.5, "location": "Brick + Block Walls", "orientation": 6}, {"name": 11, "type": "Windows (1)", "width": 1.135, "height": 1.5, "location": "Brick + Block Walls", "orientation": 6}, {"name": 12, "type": "Windows (1)", "width": 1.135, "height": 1.425, "location": "Brick + Block Walls", "orientation": 2}, {"name": 13, "type": "Windows (1)", "width": 0.685, "height": 1.05, "location": "Brick + Block Walls", "orientation": 8}, {"name": 14, "type": "Roof windows (1)", "pitch": 35, "width": 0.55, "height": 0.78, "location": "Insulated at Rafters", "orientation": 4}, {"name": 15, "type": "Roof windows (1)", "pitch": 35, "width": 0.55, "height": 0.78, "location": "Insulated at Rafters", "orientation": 4}, {"name": 16, "type": "Roof windows (1)", "pitch": 35, "width": 0.55, "height": 0.78, "location": "Insulated at Rafters", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.95, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.42, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.21, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.61, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.17, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.22, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.26, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 20.94, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.26, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 56.24, "total_floor_area": 56.24}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "kappa_value": 20, "storey_height": 2.29, "heat_loss_area": 8.91, "total_floor_area": 49.78}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.1, "heat_loss_area": 0, "total_floor_area": 41.71}]}], "heating_cost_current": {"value": 334, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 336, "currency": "GBP"}, "hot_water_cost_current": {"value": 109, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.9, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5061, "water_heating": 2345}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 33, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 90217164, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DY9 9HR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOURBRIDGE", "built_form": 2, "created_at": "2019-04-11 13:38:53", "living_area": 16.21, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "88, Wychbury Road", "assessment_date": "2019-04-11", "assessment_type": "SAP", "completion_date": "2019-04-11", "inspection_date": "2019-04-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500340, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-04-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 33.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall", "total_wall_area": 82.38, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.36, "height": 1.12, "location": "External Wall 1", "orientation": 6}, {"name": "W2", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "W5", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "D2 w8", "type": "Opening Type 1", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "D1", "type": "Opening Type 9", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.62, "psi_value": 0.214, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.62, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.84, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.444, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.444, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.934, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.51, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.02, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.02, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.51, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.51, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.51, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jetfloor", "storey_height": 2.39, "heat_loss_area": 33.76, "total_floor_area": 33.76}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 33.76}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2161, "water_heating": 1525}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 0, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10010261542, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 0NS", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-06-14 10:10:54", "living_area": 36.09, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 5, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 43.25, "heat_source_type": 1, "power_efficiency": 43.25}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 91.2, "heat_source_type": 2}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 504 Riddle Court", "address_line_2": "6, Billingshurst Way", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.73, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500501, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.57, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 3", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 70.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 3, "description": "CW", "total_wall_area": 20.29, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "EW", "total_wall_area": 6.73, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "EW 2", "total_wall_area": 60.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening _", "type": "Opening Type 1", "width": 3, "height": 2.34, "location": "External Wall 3", "orientation": 1}, {"name": "Opening _", "type": "Opening Type 1", "width": 1, "height": 2.34, "location": "External Wall 3", "orientation": 1}, {"name": "Door", "type": "Opening Type 3", "width": 0.96, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening _", "type": "Opening Type 1", "width": 3, "height": 2.34, "location": "External Wall 3", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.31, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 27.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 15.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 12.71, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 8.45, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 22.86, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 11.68, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.92, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.84, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 8.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 4.5, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 8.46, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.25, "floor_type": 3, "description": "Floor", "storey_height": 2.56, "heat_loss_area": 2.25, "total_floor_area": 70.56}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1720, "water_heating": 1732}}, "seller_commission_report": "Y", "energy_consumption_current": 24, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 24, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 10094359338, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OL10 4UJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEYWOOD", "built_form": 2, "created_at": "2019-05-13 16:25:23", "living_area": 21.81, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16840, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "76b, Cedar Avenue", "assessment_date": "2019-05-13", "assessment_type": "SAP", "completion_date": "2019-05-13", "inspection_date": "2019-05-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 4", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 35.38}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Cavity", "total_wall_area": 89.15, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 44.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W01", "type": "Opening Type 1", "width": 0.45, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W02", "type": "Opening Type 1", "width": 1.25, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W03", "type": "Opening Type 1", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "D1", "type": "Opening Type 4", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D02", "type": "Opening Type 1", "width": 2.02, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "W04", "type": "Opening Type 1", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W05", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.03, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.01, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.5, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.82, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.82, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.5, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.32, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.6, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.32, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.32, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.32, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 35.38, "total_floor_area": 35.38}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.9, "heat_loss_area": 0, "total_floor_area": 35.38}], "thermal_mass_parameter": 177.5}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 268, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2640, "water_heating": 1682}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 19, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10090612333, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN9 6FX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WELLINGBOROUGH", "built_form": 3, "created_at": "2019-07-24 09:45:41", "living_area": 14.9, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "35, Lime Oval", "address_line_2": "Raunds", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.26, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.7}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 84.28, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.3}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 38.22}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.85, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.4, "location": "external", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.15, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.45, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.2, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.2, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.8, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.8, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 36.7, "total_floor_area": 36.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 36.7, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 195, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 195, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1976, "water_heating": 1572}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -7, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10033333680, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "KT8 2JH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WEST MOLESEY", "built_form": 2, "created_at": "2019-08-06 10:04:31", "living_area": 22.1, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "5, Abbey Walk", "assessment_date": "2019-08-06", "assessment_type": "SAP", "completion_date": "2019-08-06", "inspection_date": "2019-08-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 0.6, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.31, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 63.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "kappa_value": 0, "total_wall_area": 51.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 37.38}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 132.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Door", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 1.92, "height": 1.6, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "Window", "width": 6.38, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Side", "type": "Window", "width": 1.02, "height": 1.6, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.35, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.33, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.16, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.16, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.9, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 15.25, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 10.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.45, "heat_loss_area": 63.35, "total_floor_area": 63.35}]}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1210, "water_heating": 1623}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 79, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10090429768, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR1 2FQ", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "PRESTON", "built_form": 4, "created_at": "2019-09-12 15:03:47", "living_area": 16.66, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 100, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2106, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.83, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "6 Student Village", "address_line_2": "176, Fylde Road", "assessment_date": "2019-09-12", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2019-09-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 24, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Solid Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 24.14}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 8.5, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "To Corridor", "total_wall_area": 8.5, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 35.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "North", "type": "Window", "width": 2.4, "height": 1.8, "location": "External Wall 1", "orientation": 1}, {"name": "South", "type": "Solid Door", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.13, "floor_type": 3, "description": "Heat Loss Floor 1", "storey_height": 2.5, "heat_loss_area": 24.14, "total_floor_area": 24.14}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 24, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 24, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 236, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1455, "water_heating": 1341}}, "seller_commission_report": "Y", "energy_consumption_current": 377, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 377, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 64} +{"uprn": 10094494827, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR0 9XF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "CROYDON", "built_form": 1, "created_at": "2019-08-22 12:16:08", "living_area": 22.42, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 54.2, "heat_source_type": 1, "power_efficiency": 37.4}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 91, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1009", "address_line_2": "26 Dingwall Road", "assessment_date": "2019-08-22", "assessment_type": "SAP", "completion_date": "2019-08-22", "inspection_date": "2019-08-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500472, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 41, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.55, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceilings", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 40.7}], "sap_walls": [{"name": "External Walls", "u_value": 0.15, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.0308, "is_curtain_walling": "false"}, {"name": "Ext Wall To Corridor", "u_value": 0.36, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.0308, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 42.944}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 30.256}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Ext Wall To Corridor", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.47, "height": 2.49, "location": "External Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1.5, "height": 2.49, "location": "External Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 136, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 34, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 136, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 34, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 828, "water_heating": 1721}}, "seller_commission_report": "Y", "energy_consumption_current": 59, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 59, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10094749106, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N15 5QG", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-28 11:48:08", "living_area": 23, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 60}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "11 South Grove", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 25, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "mid", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 24.93}], "sap_walls": [{"name": "OLD WALL", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 36.156, "is_curtain_walling": "false"}, {"name": "CORRIDOR WALL", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 6.279, "is_curtain_walling": "false"}, {"name": "mid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 3.726}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "CORRIDOR WALL", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.83, "location": "OLD WALL", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.8, "location": "OLD WALL", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 24, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 237, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 24, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 237, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1243, "water_heating": 1351}}, "seller_commission_report": "Y", "energy_consumption_current": 337, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.20", "energy_consumption_potential": 337, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 57} +{"uprn": 10094169019, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR2 9FE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEREFORD", "built_form": 4, "created_at": "2019-01-29 22:39:21", "living_area": 14.21, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "39 Primrose Avenue", "address_line_2": "Clehonger", "assessment_date": "2019-01-29", "assessment_type": "SAP", "completion_date": "2019-01-29", "inspection_date": "2019-01-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.73}, {"name": "Front doors", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Rear Door", "type": 1, "u_value": 1.6, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 38.71}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 49, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 79}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 3.49, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Front", "type": "Front doors", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Rear", "type": "Windows", "width": 3.67, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.24, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.3, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.8, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.8, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.8, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 15.8, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 15.8, "psi_value": 0.169, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.7, "heat_loss_area": 38.71, "total_floor_area": 38.71, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 38.71}]}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2113, "water_heating": 1605}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 100121268456, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR6 5HN", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "WORCESTER", "built_form": 1, "created_at": "2019-01-08 16:09:37", "living_area": 22.6, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 211, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2203, "is_interlocked_system": "false", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "central_heating_pump_age": 0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "hot_water_store_heat_loss": 2.1, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Ground source heat pump , electric", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "The Annexe", "address_line_2": "Wheatley Cottage", "address_line_3": "Folly Road, Alfrick", "assessment_date": "2019-01-08", "assessment_type": "SAP", "completion_date": "2019-01-08", "inspection_date": "2019-01-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [7], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 83.28}], "sap_walls": [{"name": "External Walls Boarded", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 99.84, "is_curtain_walling": "false"}, {"name": "External Walls Brick", "u_value": 0.3, "wall_type": 2, "kappa_value": 150, "total_wall_area": 32.41, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.92, "location": "External Walls Boarded", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10.45, "location": "External Walls Boarded", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.52, "location": "External Walls Boarded", "orientation": 4}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 83.28, "total_floor_area": 83.28}]}], "heating_cost_current": {"value": 411, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Room thermostat only", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 411, "currency": "GBP"}, "hot_water_cost_current": {"value": 197, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 57, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 80}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 109, "environmental_impact_rating": 108}], "co2_emissions_potential": -0.9, "energy_rating_potential": 109, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 140, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7358, "water_heating": 2600}}, "seller_commission_report": "Y", "energy_consumption_current": 146, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -66, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 108, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10091584062, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE3 0AP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 3, "created_at": "2019-04-15 08:59:40", "living_area": 15.29, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "11, Regents Drive", "address_line_2": "Mickleover", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.73, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.7, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 43.01}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 90.62, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 45.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.81, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 3, "width": 1.81, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 3, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 3, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 3, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.58, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.56, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.55, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.55, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.25, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 43.01, "total_floor_area": 43.01}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 43.01}], "thermal_mass_parameter": 170.481}], "heating_cost_current": {"value": 213, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 213, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2676, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 10, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093452408, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP22 4DS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TREDEGAR", "built_form": 1, "created_at": "2019-03-21 13:26:19", "living_area": 24, "orientation": 5, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "combi_boiler_type": 2, "heat_emitter_type": 1, "emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "true", "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "gas_or_oil_boiler_type": 2, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 2, "has_separate_delayed_start": "true", "main_heating_declared_values": {"efficiency": 88.5}, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Ty Greenwood", "address_line_2": "Arches Close", "address_line_3": "Dukestown", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 208, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.15, "roof_type": 2, "total_roof_area": 102.24}, {"name": "Sloping Ceiling", "u_value": 0.15, "roof_type": 2, "total_roof_area": 15}], "sap_walls": [{"name": "External Wall", "u_value": 0.21, "wall_type": 2, "total_wall_area": 205.28, "is_curtain_walling": "false"}, {"name": "Sheltered Wall", "u_value": 0.21, "wall_type": 2, "total_wall_area": 17.64, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 0.35, "height": 1.2, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 0.35, "height": 1.2, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.8, "height": 1.125, "location": "External Wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.225, "height": 1.05, "location": "External Wall", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 2.35, "height": 1.05, "location": "External Wall", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 0.675, "height": 2.1, "location": "External Wall", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 2, "height": 2.1, "location": "External Wall", "orientation": 1}, {"name": 10, "type": "Windows (1)", "width": 0.675, "height": 2.1, "location": "External Wall", "orientation": 1}, {"name": 11, "type": "Windows (1)", "width": 3.025, "height": 2.1, "location": "External Wall", "orientation": 1}, {"name": 12, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "External Wall", "orientation": 1}, {"name": 13, "type": "Windows (1)", "width": 1.8, "height": 1.125, "location": "External Wall", "orientation": 1}, {"name": 14, "type": "Windows (1)", "width": 1.8, "height": 1.125, "location": "External Wall", "orientation": 1}, {"name": 15, "type": "Windows (1)", "width": 0.55, "height": 1.05, "location": "External Wall", "orientation": 1}, {"name": 16, "type": "Windows (1)", "width": 1.8, "height": 1.125, "location": "External Wall", "orientation": 1}, {"name": 17, "type": "Windows (1)", "width": 0.55, "height": 1.05, "location": "External Wall", "orientation": 7}, {"name": 18, "type": "Windows (1)", "width": 0.55, "height": 1.05, "location": "External Wall", "orientation": 7}, {"name": 19, "type": "Windows (1)", "width": 0.55, "height": 1.05, "location": "External Wall", "orientation": 3}, {"name": 20, "type": "Windows (1)", "width": 0.55, "height": 1.05, "location": "External Wall", "orientation": 3}, {"name": 21, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Sloping Ceiling", "orientation": 5}, {"name": 22, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Sloping Ceiling", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.825, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 25.3, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 41.075, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 44.35, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 24.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.05, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 93.41, "total_floor_area": 93.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.625, "heat_loss_area": 0, "total_floor_area": 114.84}]}], "heating_cost_current": {"value": 492, "currency": "GBP"}, "co2_emissions_current": 3.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 101, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 492, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 90}], "co2_emissions_potential": 2.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 101, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8919, "water_heating": 2258}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 58, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091683030, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6YU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 4, "created_at": "2019-05-20 11:57:16", "living_area": 17.39, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "75, Hawthorn Avenue", "assessment_date": "2019-05-20", "assessment_type": "SAP", "completion_date": "2019-05-20", "inspection_date": "2019-05-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.81, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.32, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.74}], "sap_walls": [{"name": "External Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 46.56, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.206}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.36}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 81.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.09, "location": "External Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.49, "location": "External Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.37, "location": "External Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.84, "psi_value": 0.385, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.212, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.82, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.62, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.62, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.62, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.092, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 19.36, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.94, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.94, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 16.94, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.23, "heat_loss_area": 40.74, "total_floor_area": 40.74}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 40.74, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2010, "water_heating": 1634}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 0, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 6720789, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E1 8ZH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-17 17:05:28", "living_area": 38.5, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 43.0166626, "heat_source_type": 1, "power_efficiency": 37.0833359}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 90.21, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 507 Neroli House", "address_line_2": "14, Piazza Walk", "assessment_date": "2019-05-17", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-05-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.36, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 10, "solar_transmittance": 0.36}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext wall", "u_value": 0.21, "wall_type": 2, "total_wall_area": 22.51, "is_curtain_walling": "false"}, {"name": "Common area wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 10.39, "is_curtain_walling": "false"}, {"name": "Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 49.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Common area wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 3.4, "height": 2.5, "location": "Ext wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 126, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 126, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 454, "water_heating": 1764}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 52, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091527116, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH21 4EW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIMBORNE", "built_form": 1, "created_at": "2019-04-25 16:01:17", "living_area": 20.35, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.7, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Cowslip Road", "address_line_2": "Wimborne Minster", "assessment_date": "2019-04-25", "assessment_type": "SAP", "completion_date": "2019-04-25", "inspection_date": "2019-04-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 6, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 153, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at joists", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.22}, {"name": "Insulation at rafters", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.81}, {"name": "Flat", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.85}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 188.23, "is_curtain_walling": "false"}, {"name": "Groudn Floor Block", "u_value": 0, "wall_type": 5, "kappa_value": 60, "total_wall_area": 83.64}, {"name": "Groudn Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 40.29}, {"name": "1st Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 196.2}, {"name": "Cavity Wall", "u_value": 0, "wall_type": 5, "kappa_value": 49.5, "total_wall_area": 20.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.68, "location": "Brick", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.4, "location": "Brick", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 8.78, "location": "Brick", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.47, "location": "Brick", "orientation": 6}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Insulation at rafters", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 23.01, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 18.41, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 49.2, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.88, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 36.68, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 15.34, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 21.34, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 26.58, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.84, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.56, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 4.72, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.23, "floor_type": 2, "kappa_value": 75, "storey_height": 2.55, "heat_loss_area": 84.03, "total_floor_area": 84.03}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 69.22, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 319, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 87, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 320, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 334, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 87, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4783, "water_heating": 2245}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10001181694, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B78 1LP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TAMWORTH", "built_form": 2, "created_at": "2019-07-02 09:17:16", "living_area": 15.7, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17905, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "16 Common Lane", "address_line_2": "Polesworth", "assessment_date": "2019-07-02", "assessment_type": "SAP", "completion_date": "2019-07-02", "inspection_date": "2019-07-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.45, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "window", "type": 4, "u_value": 1.31, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "External Roof -", "total_roof_area": 20.51}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "External Roof - warm", "total_roof_area": 19.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall", "total_wall_area": 90.18, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "External Wall - dormer wall", "total_wall_area": 12.39, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.14, "wall_type": 3, "description": "External Wall - room in roof", "total_wall_area": 5.88, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "door", "type": "door", "width": 1030, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "windows", "type": "window", "width": 3.56, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "window", "type": "window", "width": 690, "height": 1050, "location": "External Wall 1", "orientation": 1}, {"name": "door", "type": "door", "width": 1030, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "windows", "type": "window", "width": 8.34, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "window", "type": "window", "width": 1210, "height": 1200, "location": "External Wall 2", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.87, "psi_value": 0.131, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.88, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.62, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.71, "psi_value": -0.006, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.83, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.44, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.55, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 13.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 13.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.1, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 13.35, "psi_value": -0.006, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 1.9, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 6.09, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 11.88, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 11.88, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.5, "heat_loss_area": 34.52, "total_floor_area": 34.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.52}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.2, "heat_loss_area": 0, "total_floor_area": 20.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 211, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 211, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2519, "water_heating": 2088}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093953111, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU5 3HT", "data_type": 4, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "HULL", "built_form": 2, "created_at": "2019-08-27 09:52:30", "living_area": 24.27, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "97 Westbourne Avenue", "address_line_3": "Princes Avenue", "assessment_date": "2019-08-27", "assessment_type": "SAP", "completion_date": "2019-08-27", "inspection_date": "2019-08-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 15.92}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 30.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "Upgraded", "total_wall_area": 32.58, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Abuts stairs", "total_wall_area": 24.83, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 3.94, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": 3, "type": "Opening Type 2", "width": 2.36, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": 4, "type": "Opening Type 2", "width": 1.73, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": 5, "type": "Opening Type 2", "width": 1.73, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.67, "heat_loss_area": 0, "total_floor_area": 46.61}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 469, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 67, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 469, "currency": "GBP"}, "hot_water_cost_current": {"value": 169, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 67, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 169, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2671, "water_heating": 963}}, "seller_commission_report": "Y", "energy_consumption_current": 254, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 254, "environmental_impact_current": 70, "current_energy_efficiency_band": "D", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10093156796, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.33 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WA7 2DP", "data_type": 4, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "RUNCORN", "built_form": 2, "created_at": "2019-06-21 12:08:55", "living_area": 10.76, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "68 Castleview House", "address_line_2": "East Lane", "assessment_date": "2019-06-21", "assessment_type": "SAP", "completion_date": "2019-06-21", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 2.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}, {"name": "Opening Type 5", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 43.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "Corridor Walls", "total_wall_area": 44.86, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.51, "wall_type": 2, "description": "External Walls", "total_wall_area": 14.42, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 10.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.19, "height": 1.6, "location": "External Wall 2", "orientation": 1}, {"name": 2, "type": "Opening Type 1", "width": 1.19, "height": 1.6, "location": "External Wall 2", "orientation": 1}, {"name": 3, "type": "Opening Type 1", "width": 1.19, "height": 1.6, "location": "External Wall 2", "orientation": 1}, {"name": 4, "type": "Opening Type 1", "width": 1.19, "height": 1.6, "location": "External Wall 2", "orientation": 1}, {"name": 5, "type": "Opening Type 5", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 43.61, "total_floor_area": 43.61}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 485, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 485, "currency": "GBP"}, "hot_water_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_potential": 2.1, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 159, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2860, "water_heating": 935}}, "seller_commission_report": "Y", "energy_consumption_current": 282, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 282, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 48} +{"uprn": 10094428609, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M40 7NH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 2, "created_at": "2019-09-19 14:56:10", "living_area": 22.6, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "56a, Farnborough Road", "assessment_date": "2018-11-21", "assessment_type": "SAP", "completion_date": "2019-09-19", "inspection_date": "2019-09-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.95, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DG Units", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Main Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Roof Window", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Cold Roof", "total_roof_area": 21.01}, {"name": "Roof 2", "u_value": 0.25, "roof_type": 2, "description": "Warm Roof", "total_roof_area": 16.3}, {"name": "Roof 3", "u_value": 0.09, "roof_type": 2, "description": "Cold Roof (2nd floor)", "total_roof_area": 11.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 146.35, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 71.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DG Units", "type": "DG Units", "width": 6.45, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "DG Units", "type": "DG Units", "width": 11.21, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Main Door", "type": "Main Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "DG units", "type": "DG Units", "width": 0.98, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Roof Window", "type": "Roof Window", "pitch": 0, "width": 0.3, "height": 1, "location": "Roof 2", "orientation": 8}, {"name": "Roof Window", "type": "Roof Window", "pitch": 0, "width": 0.6, "height": 1, "location": "Roof 2", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.02, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.36, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.73, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.73, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.01, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.03, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 16.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 16.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.72, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.72, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.72, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.36, "heat_loss_area": 48.62, "total_floor_area": 48.62}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 48.62}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.73, "heat_loss_area": 0, "total_floor_area": 35.2}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 287, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 283, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.9, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3893, "water_heating": 1931}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 38, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094488285, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN14 5QE", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "GOOLE", "built_form": 2, "created_at": "2019-08-14 10:46:15", "living_area": 17.96, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 90, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 9", "address_line_2": "64-66, Aire Street", "assessment_date": "2019-08-14", "assessment_type": "SAP", "completion_date": "2019-08-14", "inspection_date": "2019-08-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 40, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.44}, {"name": "solid door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "warm roof", "total_roof_area": 39.92}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "Wall (U-Value Provided)", "total_wall_area": 18.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Wall to Communal", "total_wall_area": 14.56, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 31.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "windows", "width": 7.5, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 2", "type": "solid door", "width": 2.1, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.83, "heat_loss_area": 0, "total_floor_area": 39.92}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 369, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 67, "lighting_cost_current": {"value": 34, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 369, "currency": "GBP"}, "hot_water_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 67, "lighting_cost_potential": {"value": 34, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 224, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2102, "water_heating": 1273}}, "seller_commission_report": "Y", "energy_consumption_current": 274, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 274, "environmental_impact_current": 70, "current_energy_efficiency_band": "D", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 46} +{"uprn": 10032987888, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX6 8RL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "EXETER", "built_form": 1, "created_at": "2019-09-18 14:08:54", "living_area": 33.93, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 224, "emitter_temperature": 2, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 3, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 83, "make_model": "TT20 Streamline", "test_method": "BS EN 1266"}, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Sea Holm", "address_line_2": "Orchard Lane", "address_line_3": "Eastdon", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 245, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 58, "low_energy_fixed_lighting_outlets_count": 58, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Roof Window", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Garage Fire Door", "type": 1, "u_value": 2.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 202.14}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Main Wall", "total_wall_area": 172.72, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 3, "description": "S/X Garage Wall", "total_wall_area": 15.75, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 5.88, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Elevation", "type": "Window", "width": 35.84, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Front Elevation", "type": "Window", "width": 2.01, "height": 1, "location": "External Wall 3", "orientation": 5}, {"name": "Back Elevation", "type": "Window", "width": 1.23, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Entrance Door", "type": "Door", "width": 1.94, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Back Roofslope", "type": "Roof Window", "pitch": 45, "width": 3.78, "height": 1, "location": "Roof 1", "orientation": 1}, {"name": "Left Elevation", "type": "Window", "width": 2.3, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Left Roofslope", "type": "Roof Window", "pitch": 45, "width": 5.04, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "Utility Door", "type": "Door", "width": 2.25, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Right Roofslope", "type": "Roof Window", "pitch": 45, "width": 5.04, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "Garage Fire Door", "type": "Garage Fire Door", "width": 1.75, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.2, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46.35, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 58.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 33.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 40.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 17.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 9.9, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 30.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 23.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 40.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 2.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 2.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.5, "heat_loss_area": 105.88, "total_floor_area": 105.88}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "description": "S/X Garage Ceiling", "storey_height": 3, "heat_loss_area": 38.11, "total_floor_area": 138.75}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 829, "currency": "GBP"}, "co2_emissions_current": 3.4, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 114, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 830, "currency": "GBP"}, "hot_water_cost_current": {"value": 243, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 94, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 339, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}], "co2_emissions_potential": 2.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 114, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 148, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8358, "water_heating": 2350}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 55, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094129528, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE31 7FG", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "KING'S LYNN", "built_form": 1, "created_at": "2019-08-22 10:23:15", "living_area": 13.7, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60005, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 9410, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Blackthorn Close", "address_line_2": "Heacham", "assessment_date": "2019-08-21", "assessment_type": "SAP", "completion_date": "2019-08-22", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 87, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Pitched Roof - flat ceiling", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 43.41}], "sap_walls": [{"name": "main walls", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 130.34, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "main walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.31, "location": "main walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.37, "location": "main walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.24, "location": "main walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.3, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 26.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 15.1, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 19.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 43.41, "total_floor_area": 43.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 43.41}]}], "heating_cost_current": {"value": 248, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 248, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 342, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 97}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 115, "environmental_impact_rating": 116}], "co2_emissions_potential": -1.7, "energy_rating_potential": 115, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3179, "water_heating": 2068}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -112, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 116, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093993396, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW9 7FD", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-02 15:56:44", "living_area": 18.54, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 120, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.62, "heat_efficiency": 83.72, "heat_source_type": 1, "power_efficiency": 44}, {"fuel_type": 51, "heat_fraction": 0.38, "heat_efficiency": 88.07, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "89, Perryfield Way", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-04-02", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.08, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-02", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.39, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext wal", "u_value": 0.17, "wall_type": 2, "total_wall_area": 96.4, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.02, "height": 2.41, "location": "Ext wal", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.53, "height": 2.422, "location": "Ext wal", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.53, "height": 2.422, "location": "Ext wal", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.53, "height": 2.422, "location": "Ext wal", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 2.88, "height": 2.41, "location": "Ext wal", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.53, "height": 2.41, "location": "Ext wal", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "storey_height": 2.74, "heat_loss_area": 52.75, "total_floor_area": 52.75}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2242, "water_heating": 1704}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 41, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093747863, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B1 1FQ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 3, "created_at": "2019-01-29 09:40:56", "living_area": 23.7, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.38, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1301 Aston Place", "address_line_2": "100, Suffolk Street Queensway", "assessment_date": "2019-01-25", "assessment_type": "SAP", "completion_date": "2019-01-29", "inspection_date": "2019-01-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.57, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 2}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 2", "type": 4, "u_value": 1.26, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "kappa_value": 100, "total_roof_area": 57.89}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "EW Type 11", "kappa_value": 9, "total_wall_area": 23.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 50.78}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 100.27}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 2", "type": "Opening Type 2", "width": 7.76, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 57.89}]}], "heating_cost_current": {"value": 30, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 30, "currency": "GBP"}, "hot_water_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 264, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 136, "water_heating": 1558}}, "seller_commission_report": "Y", "energy_consumption_current": 107, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 107, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10091686827, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.55 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 75% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT11 7PT", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RAMSGATE", "built_form": 4, "created_at": "2019-03-29 10:41:47", "living_area": 27.44, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18496, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Basement maisonette", "language_code": 1, "property_type": 3, "address_line_1": "3a, Chatham Place", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 0}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door", "type": 3, "u_value": 1.8, "data_source": 2, "glazing_type": 2}, {"name": "Win", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Flat roof", "total_roof_area": 27.44}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling-Over basement", "total_roof_area": 53.95}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.88, "wall_type": 2, "description": "Refurbished wall", "total_wall_area": 13.72, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.58, "wall_type": 2, "description": "Basement wall", "total_wall_area": 14.48, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.29, "wall_type": 2, "description": "New wall- Cavity", "total_wall_area": 27.59, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 102.66}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Win", "width": 8.4, "height": 1, "location": "External Wall 3", "orientation": 8}, {"name": "Opening 3", "type": "Win", "width": 1.8, "height": 1, "location": "External Wall 3", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0, "floor_type": 3, "storey_height": 2.39, "heat_loss_area": 0, "total_floor_area": 57.75}, {"storey": 0, "u_value": 0.19, "floor_type": 1, "description": "Basement", "storey_height": 3.5, "heat_loss_area": 57.75, "total_floor_area": 27.44}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 338, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 338, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 2.1, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5481, "water_heating": 1985}}, "seller_commission_report": "Y", "energy_consumption_current": 139, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 139, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10091531734, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS15 9FD", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "YARM", "built_form": 1, "created_at": "2019-04-05 14:40:48", "living_area": 16.28, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "34, Mallard Drive", "assessment_date": "2019-04-05", "assessment_type": "SAP", "completion_date": "2019-04-05", "inspection_date": "2019-04-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.78, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 56.91}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 145.76, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.93, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 3, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 4, "type": 3, "width": 0.39, "height": 0.75, "location": "Wall 1", "orientation": 3}, {"name": 5, "type": 3, "width": 0.39, "height": 0.75, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 3, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 3, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 3, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 10, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 12, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 13, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 14, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.15, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.82, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.9, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.9, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.91, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.25, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.74, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.38, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 56.91, "total_floor_area": 56.91}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 56.91}], "thermal_mass_parameter": 193.409}], "heating_cost_current": {"value": 274, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 276, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 36, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 293, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4007, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 28, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 6722200, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E9 5SZ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-04-15 13:51:25", "living_area": 29.8, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 63, "heat_source_type": 1, "power_efficiency": 33}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 94.76, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 401", "address_line_2": "18 White Post Lane", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.82, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 96, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "door to corridor", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 96}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 37.53, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 3, "description": "Wall to corridor", "total_wall_area": 9.45, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.15, "wall_type": 3, "description": "Wall to Stairs", "total_wall_area": 8.64, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 56.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door", "type": "door to corridor", "width": 2, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "SE windows", "type": "windows", "width": 13.72, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "NW Windows", "type": "windows", "width": 12.83, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 96}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1773, "water_heating": 2198}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 41, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093306514, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME16 9FS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MAIDSTONE", "built_form": 1, "created_at": "2019-03-28 14:30:43", "living_area": 26.1, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "48-50, Chapelfield Way", "address_line_3": "Allington", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.45, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.3, "orientation": 6, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 33, "low_energy_fixed_lighting_outlets_count": 33, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 9", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 82.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External wall", "total_wall_area": 83.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.236, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 23.9, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W20", "type": "Opening Type 1", "width": 1.02, "height": 1.65, "location": "External Wall 1", "orientation": 2}, {"name": "W21", "type": "Opening Type 1", "width": 1.02, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W22", "type": "Opening Type 1", "width": 1.02, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W23", "type": "Opening Type 1", "width": 0.68, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "W24", "type": "Opening Type 1", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "W25", "type": "Opening Type 1", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "W26", "type": "Opening Type 1", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "W29", "type": "Opening Type 1", "width": 0.68, "height": 1.65, "location": "External Wall 1", "orientation": 4}, {"name": "D30", "type": "Opening Type 9", "width": 0.94, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W27", "type": "Opening Type 1", "width": 0.68, "height": 1.65, "location": "External Wall 1", "orientation": 4}, {"name": "W28", "type": "Opening Type 1", "width": 1.02, "height": 1.65, "location": "External Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.12, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.18, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 77.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 19.4, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 8.3, "psi_value": -0.066, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.77, "heat_loss_area": 0, "total_floor_area": 82.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 174, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 174, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1691, "water_heating": 1941}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 68, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10033890048, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM17 0FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLOW", "built_form": 2, "created_at": "2019-05-24 09:32:08", "living_area": 25.9, "orientation": 7, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "64, Plumtree Drive", "assessment_date": "2019-05-24", "assessment_type": "SAP", "completion_date": "2019-05-24", "inspection_date": "2019-05-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.09, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.44}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceilling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.27}], "sap_walls": [{"name": "Brick", "u_value": 0.25, "wall_type": 2, "kappa_value": 54.6286, "total_wall_area": 77.81, "is_curtain_walling": "false"}, {"name": "Stud Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.1}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 93.7786, "total_wall_area": 38.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Brick", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.37, "location": "Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.52, "location": "Brick", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.31, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.28, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.6, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.82, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 15.82, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 7.97, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.85, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 9.84, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.84, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.85, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.85, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 7.85, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 31.27, "total_floor_area": 31.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 31.27, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 187, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 187, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1809, "water_heating": 1470}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094363872, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LL53 6EZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "PWLLHELI", "built_form": 1, "created_at": "2019-07-05 14:15:09", "living_area": 46.47, "orientation": 7, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 100051, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.63, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "is_immersion_for_summer_use": "true", "secondary_heating_flue_type": 2, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 80, "make_model": "Chesney Milan 4kW Wood Burner", "test_method": "HETAS"}, "hot_water_store_heat_transfer_area": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "WLS", "main_heating": [{"description": {"value": "Air source heat pump, Systems with radiators, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "13, Plas Pistyll", "address_line_2": "Pistyll", "assessment_date": "2019-07-05", "assessment_type": "SAP", "completion_date": "2019-07-05", "inspection_date": "2019-07-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.46, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "New Build Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 79.15}], "sap_walls": [{"name": "New Build External Wall - Stone EWT1", "u_value": 0.16, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.7, "is_curtain_walling": "false"}, {"name": "New Build External Wall - Vertical Cladding EWT2", "u_value": 0.16, "wall_type": 2, "kappa_value": 9, "total_wall_area": 40.92, "is_curtain_walling": "false"}, {"name": "New Build External Wall - Horizontal Cladding EWT3", "u_value": 0.16, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.81, "is_curtain_walling": "false"}, {"name": "New Build Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 19.67}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.31, "location": "New Build External Wall - Vertical Cladding EWT2", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.65, "location": "New Build External Wall - Vertical Cladding EWT2", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.12, "location": "New Build External Wall - Horizontal Cladding EWT3", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.33, "location": "New Build External Wall - Stone EWT1", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.48, "location": "New Build External Wall - Stone EWT1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.18, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.28, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.36, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.56, "psi_value": 0.154, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.56, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.82, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.82, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.16, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.16, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 5.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 5.36, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 15.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 17.59, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 15.29, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 79.15, "total_floor_area": 79.15}]}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 232, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2948, "water_heating": 1956}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 106, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093931340, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP6 1FL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FORDINGBRIDGE", "built_form": 1, "created_at": "2019-07-10 22:23:05", "living_area": 28.13, "orientation": 2, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17491, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "63, Augustus Avenue", "assessment_date": "2019-07-10", "assessment_type": "SAP", "completion_date": "2019-07-10", "inspection_date": "2019-07-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.73, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane 400mm Rockwool", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.44}], "sap_walls": [{"name": "External Wall", "u_value": 0.16, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 140, "total_wall_area": 39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.1, "location": "External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.99, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.23, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.51, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 17.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 20, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 37.44, "total_floor_area": 37.44}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 37.44}]}], "heating_cost_current": {"value": 176, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 178, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 339, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1603, "water_heating": 2139}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -10, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093335419, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.52 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN40 2HT", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 4}, "post_town": "BEXHILL-ON-SEA", "built_form": 3, "created_at": "2019-06-18 08:38:43", "living_area": 32.41, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18157, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "128 Dorset Road", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 98.08}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.44, "wall_type": 2, "description": "Wall 1", "total_wall_area": 20.06, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.54, "wall_type": 2, "description": "Wall 2", "total_wall_area": 60.39, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 12.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.66, "height": 2.08, "location": "External Wall 1", "orientation": 4}, {"name": 2, "type": "Opening Type 1", "width": 1.93, "height": 2.42, "location": "External Wall 1", "orientation": 5}, {"name": 3, "type": "Opening Type 1", "width": 0.66, "height": 2.08, "location": "External Wall 1", "orientation": 6}, {"name": 4, "type": "Opening Type 1", "width": 2.34, "height": 1.52, "location": "External Wall 2", "orientation": 5}, {"name": 5, "type": "Opening Type 1", "width": 0.63, "height": 1.34, "location": "External Wall 2", "orientation": 7}, {"name": 6, "type": "Opening Type 1", "width": 0.63, "height": 0.92, "location": "External Wall 2", "orientation": 7}, {"name": 7, "type": "Opening Type 1", "width": 1.77, "height": 0.78, "location": "External Wall 2", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Floor 1", "storey_height": 2.36, "heat_loss_area": 98.08, "total_floor_area": 98.08}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 296, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 296, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4479, "water_heating": 2094}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 106, "environmental_impact_current": 81, "current_energy_efficiency_band": "B", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN14 0RE", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "WORTHING", "built_form": 1, "created_at": "2019-08-28 15:10:57", "living_area": 24.44, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Down, The Farm House, Rogers Farm", "address_line_2": "Rogers Lane", "address_line_3": "Findon", "assessment_date": "2019-08-27", "assessment_type": "SAP", "completion_date": "2019-08-28", "inspection_date": "2019-08-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 40, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-08-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 39.58}], "sap_walls": [{"name": "External Walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 30.66, "is_curtain_walling": "false"}, {"name": "Walls to boiler/store", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 11.15, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 17.39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2.3, "height": 1.25, "location": "External Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.7, "height": 1.05, "location": "External Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.7, "height": 1.05, "location": "External Walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.7, "height": 1.05, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 39.58, "total_floor_area": 39.58}]}], "heating_cost_current": {"value": 409, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 409, "currency": "GBP"}, "hot_water_cost_current": {"value": 158, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 158, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2327, "water_heating": 901}}, "seller_commission_report": "Y", "energy_consumption_current": 265, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 265, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10093205062, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK40 4WP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 2, "created_at": "2019-08-08 10:27:02", "living_area": 18.52, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Denby Rise", "address_line_2": "Great Denham", "assessment_date": "2019-08-08", "assessment_type": "SAP", "completion_date": "2019-08-08", "inspection_date": "2019-08-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 5, "type": 2, "u_value": 1.9, "data_source": 2, "description": "D1", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 46.52}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 98.75, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 39.68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.5, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 1.5, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 5, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 6, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 8, "type": 1, "width": 0.63, "height": 0.98, "location": "Wall 1", "orientation": 1}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 11, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.66, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.66, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.62, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.76, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.76, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.9, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.01, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.88, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.92, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.15, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.15, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.15, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "130mm Platinum", "storey_height": 2.33, "heat_loss_area": 46.52, "total_floor_area": 46.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 46.52}], "thermal_mass_parameter": 183.73}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3022, "water_heating": 1700}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 11, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094850047, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV1 4GJ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "COVENTRY", "created_at": "2019-09-12 09:45:12", "living_area": 35.32, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_heating_code": 950, "hot_water_store_size": 110.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "is_interlocked_system": "true", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "false", "sap_community_heating_systems": [{"community_heating_use": 2, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 95.0, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 64.63, "heat_source_type": 1, "power_efficiency": 30.77}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50.0}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 2.3 m\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 66", "address_line_2": "City Club", "address_line_3": "1 Gas Street", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-11", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.34, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "0 0 As Per Spec Exterior Wall", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.79}, {"name": "0 1 As Per Spec Exterior Wall", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.79}, {"name": "0 2 As Per Spec Exterior Wall", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.79}, {"name": "0 3 As Per Spec Exterior Wall", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.79}, {"name": "0 4 As Per Spec Exterior Wall", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.79}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "3 Party ceiling", "u_value": 0.0, "roof_type": 4, "description": "Party ceiling", "kappa_value": 100.0, "total_roof_area": 68.66}], "sap_walls": [{"name": "0 Exterior Wall", "u_value": 0.18, "wall_type": 2, "description": "Exterior Wall", "kappa_value": 14.0, "total_wall_area": 42.18, "is_curtain_walling": "false"}, {"name": "1 Party wall", "u_value": 0.0, "wall_type": 4, "description": "Party wall", "kappa_value": 20.0, "total_wall_area": 65.38, "is_curtain_walling": "false"}], "identifier": "Apt 10-01 TYPE 2-01-A", "overshading": 2, "sap_openings": [{"name": "0 0 As Per Spec Exterior Wall", "type": "0 0 As Per Spec Exterior Wall", "width": 1.35, "height": 2.47, "location": "0 Exterior Wall", "orientation": 8}, {"name": "0 1 As Per Spec Exterior Wall", "type": "0 1 As Per Spec Exterior Wall", "width": 1.8, "height": 2.47, "location": "0 Exterior Wall", "orientation": 8}, {"name": "0 2 As Per Spec Exterior Wall", "type": "0 2 As Per Spec Exterior Wall", "width": 1.15, "height": 2.47, "location": "0 Exterior Wall", "orientation": 8}, {"name": "0 3 As Per Spec Exterior Wall", "type": "0 3 As Per Spec Exterior Wall", "width": 0.69, "height": 2.47, "location": "0 Exterior Wall", "orientation": 2}, {"name": "0 4 As Per Spec Exterior Wall", "type": "0 4 As Per Spec Exterior Wall", "width": 1.13, "height": 2.47, "location": "0 Exterior Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 99, "u_value": 0.0, "floor_type": 4, "kappa_value": 0.0, "storey_height": 2.53, "heat_loss_area": 0.0, "total_floor_area": 68.66}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 207, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": 54, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": 207, "hot_water_cost_current": 90, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": 54, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 90, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 929, "water_heating": 2267}}, "seller_commission_report": "N", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 80, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14, "additional_allowable_electricity_generation": 0.0} +{"uprn": 74088419, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S41 8ER", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTERFIELD", "built_form": 1, "created_at": "2019-12-06 13:17:43", "living_area": 15.68, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "1, Ullswater Place", "assessment_date": "2019-12-06", "assessment_type": "SAP", "completion_date": "2019-12-06", "inspection_date": "2019-12-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 92.95}], "sap_walls": [{"name": "External brick", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 97.27, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 44.47}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.142, "location": "External brick", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.25, "location": "External brick", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.47, "location": "External brick", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "External brick", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.03, "location": "External brick", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.58, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.75, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.62, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 40.53, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.37, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 25.16, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 92.95, "total_floor_area": 92.95}]}], "heating_cost_current": {"value": 266, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 266, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3787, "water_heating": 1699}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 28, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093273594, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM15 0EA", "data_type": 4, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BRENTWOOD", "built_form": 2, "created_at": "2019-06-14 16:19:27", "living_area": 60.36, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17983, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Semi-detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "2 Hiscox Barns", "address_line_2": "Ongar Road", "address_line_3": "Stondon Massey", "assessment_date": "2019-03-06", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-03-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins slope", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 48.92}, {"name": "flat ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 65.29}], "sap_walls": [{"name": "Brick wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 110.17, "is_curtain_walling": "false"}, {"name": "Eaves to wall", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 15.09, "is_curtain_walling": "false"}, {"name": "Int walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 217}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.25}], "identifier": "Main Dwelling", "overshading": 3, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 12.01, "location": "Brick wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 11.54, "location": "Brick wall", "orientation": 5}, {"name": 3, "type": "Roof windows (1)", "width": 0.001, "height": 0, "location": "Ins slope", "orientation": 1}, {"name": 4, "type": "Roof windows (1)", "width": 0.001, "height": 0, "location": "Ins slope", "orientation": 1}, {"name": 5, "type": "Roof windows (1)", "width": 0.001, "height": 0, "location": "Ins slope", "orientation": 5}, {"name": 6, "type": "Roof windows (1)", "width": 0.001, "height": 0, "location": "Ins slope", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 3.39, "heat_loss_area": 122.45, "total_floor_area": 122.45}]}], "heating_cost_current": {"value": 546, "currency": "GBP"}, "co2_emissions_current": 3.2, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 546, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 74}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 81}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 101, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 101, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10279, "water_heating": 2122}}, "seller_commission_report": "Y", "energy_consumption_current": 150, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 6, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10010261158, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 0YW", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-04 13:47:38", "living_area": 39.46, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 44.1, "heat_source_type": 1, "power_efficiency": 44}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 93, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 1.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 807", "address_line_2": "8, Cutter Lane", "assessment_date": "2019-08-06", "assessment_type": "SAP", "completion_date": "2019-09-04", "inspection_date": "2019-08-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 1.75, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 82, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.14, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.32}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext. Wall", "u_value": 1.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 47.675, "is_curtain_walling": "true"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Ext. Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Ext. Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Ext. Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.53, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.32, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.32, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.32, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1.35, "height": 2.05, "location": "Ext. Wall", "orientation": 8}, {"name": 9, "type": "Windows (1)", "width": 1.3, "height": 2, "location": "Ext. Wall", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 1}, {"name": 11, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 1}, {"name": 12, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 164, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 164, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1364, "water_heating": 2120}}, "seller_commission_report": "Y", "energy_consumption_current": 24, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 24, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 10094496484, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN6 9ZH", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HASSOCKS", "built_form": 2, "created_at": "2019-06-06 12:36:11", "living_area": 33.17, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.16, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "19, Hassocks Gate", "assessment_date": "2019-06-06", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-06-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.44, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 128, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 11, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W7", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 14, "type": 5, "u_value": 2, "data_source": 2, "description": "W9", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Ceiling under Apex", "total_roof_area": 20.06}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 2.75}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 32.22}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 118.04, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 4.22, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "E-WM-23", "total_wall_area": 51.91}, {"name": "Wall 4", "u_value": 0.22, "wall_type": 2, "description": "Smartroof Gable", "total_wall_area": 10.71, "is_curtain_walling": "false"}, {"name": "Wall 5", "u_value": 0, "wall_type": 4, "description": "Smartroof Party", "total_wall_area": 10.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 3.03, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 3, "width": 1.6, "height": 1.65, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 3, "width": 0.44, "height": 1.65, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 3, "width": 0.44, "height": 1.65, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 3, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 9, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 10, "type": 3, "width": 0.92, "height": 1.05, "location": "Wall 2", "orientation": 7}, {"name": 11, "type": 11, "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 3", "orientation": 3}, {"name": 12, "type": 11, "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 3", "orientation": 3}, {"name": 13, "type": 14, "pitch": 18, "width": 0.78, "height": 1.4, "location": "Roof 3", "orientation": 3}, {"name": 14, "type": 14, "pitch": 18, "width": 0.78, "height": 1.4, "location": "Roof 3", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.75, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.82, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.43, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.536, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.32, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.66, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 12.97, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 7.116, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 16.8, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.65, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 12.15, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.64, "psi_value": 0.13, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.556, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.974, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 3.12, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.12, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 11.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.66, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 1.05, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "NuSpan NUG300", "storey_height": 2.39, "heat_loss_area": 50.76, "total_floor_area": 50.76}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 38.58}, {"storey": 99, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 38.58}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 263, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 264, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 38, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3751, "water_heating": 2120}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 18, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 42198474, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH47 9RU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIRRAL", "built_form": 1, "created_at": "2019-09-13 10:06:46", "living_area": 17.03, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17558, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14a, Heron Road", "address_line_2": "Meols", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-13", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 175, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.85}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Sloped Roof GF", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 28.41}, {"name": "Sloped Roof SF", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.13}, {"name": "Ceiling FF", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.26}], "sap_walls": [{"name": "External Facade", "u_value": 0.16, "wall_type": 2, "kappa_value": 60, "total_wall_area": 227.85, "is_curtain_walling": "false"}, {"name": "Loft Wall", "u_value": 0.11, "wall_type": 2, "kappa_value": 60, "total_wall_area": 16.11, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 275.22}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External Facade", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External Facade", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.6, "location": "External Facade", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.57, "location": "External Facade", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 10.85, "location": "External Facade", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 8, "location": "External Facade", "orientation": 4}, {"name": 7, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "Sloped Roof SF", "orientation": 2}, {"name": 8, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "Sloped Roof GF", "orientation": 8}, {"name": 9, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "Sloped Roof GF", "orientation": 6}, {"name": 10, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "Sloped Roof GF", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 64.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 43.5, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 36.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 6.5, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 23.45, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 30.66, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 28.49, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 22.19, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 4.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 17.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.68, "heat_loss_area": 83.79, "total_floor_area": 83.79}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 60.63, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.13, "heat_loss_area": 0, "total_floor_area": 30.24}]}], "heating_cost_current": {"value": 377, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 96, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 377, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.4, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 96, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 92, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6320, "water_heating": 2069}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 44, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093224366, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL20 7FQ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "TEWKESBURY", "built_form": 2, "created_at": "2019-03-29 14:28:36", "living_area": 15.6, "orientation": 4, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8, Honeysuckle Crescent", "address_line_2": "Walton Cardiff", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.5}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 92.36, "is_curtain_walling": "false"}, {"name": "Stud Wall GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.21}, {"name": "Stud Wall FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 117.07}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Wall 1", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.54, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.24, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.97, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.83, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.83, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.6, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.23, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.36, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.23, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.23, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 75, "storey_height": 2.47, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 39.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2263, "water_heating": 1511}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093081637, "roofs": [{"description": {"value": "Average thermal transmittance 0.08 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO25 5LE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DRIFFIELD", "built_form": 1, "created_at": "2019-02-27 21:58:07", "living_area": 16.27, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17057, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.92, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "42, New Walk", "assessment_date": "2019-02-27", "assessment_type": "SAP", "completion_date": "2019-02-27", "inspection_date": "2019-02-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.68, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 46.62}], "sap_walls": [{"name": "Cavity", "u_value": 0.25, "wall_type": 2, "kappa_value": 85, "total_wall_area": 140.39, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 54.48}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 116.84}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 7.88, "location": "Cavity", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "Cavity", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.62, "location": "Cavity", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.47, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.75, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.42, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 12.48, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 14.92, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.48, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 35.16, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.0375, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.0405, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 72, "storey_height": 2.4, "heat_loss_area": 46.62, "total_floor_area": 46.62}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.72, "heat_loss_area": 0, "total_floor_area": 46.62, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 254, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 256, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3182, "water_heating": 2187}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 23, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091584147, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE65 5LX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-03-04 08:53:05", "living_area": 42.87, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16399, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "25, Carsington Road", "address_line_2": "Hilton", "assessment_date": "2019-03-04", "assessment_type": "SAP", "completion_date": "2019-03-04", "inspection_date": "2019-03-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.7, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 128, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.37, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Insulation @ Ceiling", "total_roof_area": 64.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External", "total_wall_area": 167.09, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Opening Type 2", "width": 1.36, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 0.34, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 0.34, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 1.69, "height": 0.24, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 1.81, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 0.46, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Front", "type": "Opening Type 2", "width": 1.81, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Right", "type": "Opening Type 2", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "Right", "type": "Opening Type 2", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "Rear", "type": "Opening Type 2", "width": 1.25, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Opening Type 2", "width": 1.25, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Opening Type 2", "width": 1.25, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Opening Type 2", "width": 1.25, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Opening Type 2", "width": 1.58, "height": 2.1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.37, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.35, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 47.28, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.01, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.01, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.22, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.78, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.88, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "GF", "storey_height": 2.46, "heat_loss_area": 64.05, "total_floor_area": 64.05}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 64.05}], "thermal_mass_parameter": 163}], "heating_cost_current": {"value": 281, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 282, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 299, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4146, "water_heating": 2168}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 28, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094567407, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO21 5FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOGNOR REGIS", "built_form": 1, "created_at": "2019-06-06 09:33:43", "living_area": 29.89, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Potters Way", "address_line_2": "North Bersted", "assessment_date": "2019-06-06", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-06-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.98, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500419, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 128, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 64.23}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "125mm Cavity", "kappa_value": 52.8, "total_wall_area": 161.3, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 53.92}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 52.8, "total_wall_area": 57.36}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 130.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 1001, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 13.34, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "LHS Windows", "type": "Window", "width": 5.37, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Windows", "type": "Window", "width": 2.02, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RHS Windows", "type": "Window", "width": 4.48, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "RHS French", "type": "French Door", "width": 1810, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "RHS Door", "type": "Half Glaze", "width": 942, "height": 2100, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.14, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.04, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 53.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.26, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.26, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.94, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14.28, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 64.23, "total_floor_area": 64.23}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 64.23, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 270, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 271, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 355, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.4, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3658, "water_heating": 2184}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10090592936, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN11 8FA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 1, "created_at": "2019-03-08 14:53:41", "living_area": 17.6, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "46, President Place", "address_line_2": "Harworth", "assessment_date": "2019-03-08", "assessment_type": "SAP", "completion_date": "2019-03-08", "inspection_date": "2019-03-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.78, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflights", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 0, "total_roof_area": 45.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 133.87, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 72.7892}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 111.13}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 7.25, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "RH Windows", "type": "Windows", "width": 4.21, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Windows", "type": "Windows", "width": 2.98, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "LH Windows", "type": "Windows", "width": 5.22, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.56, "psi_value": 0.395, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 11.9, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.3, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.46, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.46, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 16.18, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.28, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.5, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 45.63, "total_floor_area": 45.63, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 45.63}]}], "heating_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 284, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3519, "water_heating": 1691}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10010263671, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9GS", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-24 09:51:54", "living_area": 23.98, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 48.28, "heat_source_type": 1, "power_efficiency": 41.62}, {"fuel_type": 51, "heat_fraction": 0.27, "heat_efficiency": 92.25, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.07, "heat_efficiency": 85.76, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 204", "address_line_2": "14, Hawthorne Crescent", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-05-24", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.38}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "L1 Brick Face", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 23.14, "is_curtain_walling": "false"}, {"name": "Lined Core", "u_value": 0, "wall_type": 4, "kappa_value": 140, "total_wall_area": 19.17}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 55.15}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.135, "height": 2.35, "location": "L1 Brick Face", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.135, "height": 2.35, "location": "L1 Brick Face", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 3.92, "height": 2.35, "location": "L1 Brick Face", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 122, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 122, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 397, "water_heating": 1833}}, "seller_commission_report": "Y", "energy_consumption_current": 39, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 39, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094002530, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV6 6RJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COVENTRY", "built_form": 3, "created_at": "2019-07-12 14:41:13", "living_area": 27.29, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18250, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8, Milestone Close", "address_line_2": "Longford", "assessment_date": "2019-07-12", "assessment_type": "SAP", "completion_date": "2019-07-12", "inspection_date": "2019-07-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.18, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 2, "registration_date": "2019-07-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Warm", "u_value": 0.19, "roof_type": 2, "total_roof_area": 9.8}, {"name": "Cold", "u_value": 0.11, "roof_type": 2, "total_roof_area": 25.98}], "sap_walls": [{"name": "Ext Brick", "u_value": 0.25, "wall_type": 2, "total_wall_area": 108.39, "is_curtain_walling": "false"}, {"name": "Ext Stud", "u_value": 0.2, "wall_type": 2, "total_wall_area": 14.45, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 62.58}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Ext Brick", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.16, "location": "Ext Brick", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.26, "location": "Ext Stud", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.16, "location": "Ext Brick", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.4, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.65, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.13, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.76, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.26, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 13.46, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.69, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 23.6, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 3.02, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 13.31, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.89, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 15.99, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 5.67, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 3.69, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "storey_height": 2.377, "heat_loss_area": 34.5, "total_floor_area": 34.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.5}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.471, "heat_loss_area": 0, "total_floor_area": 30.63}]}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3349, "water_heating": 1759}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 20, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10090662996, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE7 4SG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ILKESTON", "built_form": 1, "created_at": "2019-07-31 16:11:10", "living_area": 14, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "7, Goose Nook Close", "assessment_date": "2019-07-31", "assessment_type": "SAP", "completion_date": "2019-07-31", "inspection_date": "2019-07-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.03, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Half Glazed Door", "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Patio Doors", "type": 4, "u_value": 1.35, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Roof Lights", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Warm Roof", "kappa_value": 9, "total_roof_area": 15.09}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Stud Roof", "kappa_value": 9, "total_roof_area": 33.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 164.39, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 2, "description": "Stud Wall", "kappa_value": 9, "total_wall_area": 17.75, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 2, "description": "Dormer Cheeks", "kappa_value": 9, "total_wall_area": 6.72, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 49.77}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 25.63}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.48}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 30.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Entrance", "type": "Half Glazed Door", "width": 1.97, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 5.17, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "RHS Windows", "type": "Windows", "width": 1.98, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "LHS Windows", "type": "Windows", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "LHS Door", "type": "Half Glazed Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Rear Windows", "type": "Windows", "width": 7.62, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Patio Door", "type": "Patio Doors", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Dormer Window", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 3", "orientation": 3}, {"name": "Front RL", "type": "Roof Lights", "pitch": 45, "width": 0.38, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "Rear RL", "type": "Roof Lights", "pitch": 45, "width": 0.54, "height": 1, "location": "Roof 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.26, "psi_value": 0.207, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.59, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 37.5, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.91, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.84, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.99, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 27.03, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 24.38, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 12.75, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 1.25, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.25, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.06, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.03, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 11.03, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 44.23, "total_floor_area": 44.23, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "FF", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 44.23, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "SF", "kappa_value": 18, "storey_height": 1.98, "heat_loss_area": 0, "total_floor_area": 23.47, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 279, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 279, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4095, "water_heating": 1760}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 28, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093758378, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE19 3QE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-09-13 14:59:58", "living_area": 21.8, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "ttzc_index_number": 200006, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2112, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16986, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "74a, Ravensdale Gardens", "assessment_date": "2019-03-05", "assessment_type": "SAP", "completion_date": "2019-09-13", "inspection_date": "2019-03-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.84, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500298, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-13", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.8, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.21}], "sap_walls": [{"name": "GF-External Perimeter Wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 50.4, "is_curtain_walling": "false"}, {"name": "1F-External Perimeter Wall", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 58.5, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.1}, {"name": "1F", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 24.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.083, "height": 2.385, "location": "GF-External Perimeter Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.87, "height": 2.385, "location": "GF-External Perimeter Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 0.858, "height": 1.335, "location": "GF-External Perimeter Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 0.858, "height": 1.335, "location": "GF-External Perimeter Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1.87, "height": 2.235, "location": "GF-External Perimeter Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1.87, "height": 2.235, "location": "GF-External Perimeter Wall", "orientation": 4}, {"name": 7, "type": "Windows (1)", "width": 1.87, "height": 2.235, "location": "1F-External Perimeter Wall", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 1.083, "height": 2.235, "location": "1F-External Perimeter Wall", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 1.083, "height": 2.235, "location": "1F-External Perimeter Wall", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.87, "height": 2.235, "location": "1F-External Perimeter Wall", "orientation": 4}, {"name": 11, "type": "Windows (1)", "width": 1.083, "height": 2.235, "location": "1F-External Perimeter Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.7, "heat_loss_area": 49.7, "total_floor_area": 49.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 52.1}]}], "heating_cost_current": {"value": 251, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 251, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2687, "water_heating": 1962}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 24, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 6} +{"uprn": 2465209960, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.41 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.70 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE3 5HT", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-08-21 15:15:10", "living_area": 21.5, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 2, "main_heating_declared_values": {"efficiency": 100}}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "The Loft", "address_line_3": "88 Tudor Road", "assessment_date": "2019-08-21", "assessment_type": "SAP", "completion_date": "2019-08-21", "inspection_date": "2019-08-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 24, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-08-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Upg Ext Walls", "u_value": 0.26, "wall_type": 2, "total_wall_area": 34.41, "is_curtain_walling": "false"}, {"name": "Exst Sheltered Wall", "u_value": 0.7, "wall_type": 2, "total_wall_area": 36.55, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.68, "location": "Exst Sheltered Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.16, "location": "Upg Ext Walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.7, "floor_type": 2, "storey_height": 3, "heat_loss_area": 23.94, "total_floor_area": 23.94}]}], "heating_cost_current": {"value": 675, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 44, "lighting_cost_current": {"value": 27, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 675, "currency": "GBP"}, "hot_water_cost_current": {"value": 140, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 44, "lighting_cost_potential": {"value": 27, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 140, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3845, "water_heating": 798}}, "seller_commission_report": "Y", "energy_consumption_current": 615, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 615, "environmental_impact_current": 50, "current_energy_efficiency_band": "E", "environmental_impact_potential": 50, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 104} +{"uprn": 10093037925, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IG7 4FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHIGWELL", "built_form": 1, "created_at": "2019-09-06 08:49:33", "living_area": 23.3, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17614, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Camellia House", "address_line_2": "78, Five Oaks Lane", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-06", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 58.9}], "sap_walls": [{"name": "Brick Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 52.8, "is_curtain_walling": "false"}, {"name": "Stair core walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 150, "total_wall_area": 16.1, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 2.73}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Stair core walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.04, "location": "Brick Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.79, "location": "Brick Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.1, "location": "Brick Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.6, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 29.57, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 29.57, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.99, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.33, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 1.17, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 1.17, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 58.9, "total_floor_area": 58.9}]}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1627, "water_heating": 1512}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 93, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094223001, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG2 9UW", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "READING", "built_form": 1, "created_at": "2019-03-06 15:08:01", "living_area": 25.35, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6 Osbern Court", "address_line_2": "1, Beke Avenue", "address_line_3": "Shinfield", "assessment_date": "2019-03-06", "assessment_type": "SAP", "completion_date": "2019-03-06", "inspection_date": "2019-03-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.28, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 65, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 65.33}], "sap_walls": [{"name": "brick", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 42.645, "is_curtain_walling": "false"}, {"name": "corridor", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 34.7347, "is_curtain_walling": "false"}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 136.7964}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1231, "location": "brick", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.0906, "location": "brick", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.6828, "location": "brick", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.711, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.115, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 63.05, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.25, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.48, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1254, "water_heating": 1393}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 74, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10010536256, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "KT22 9FJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEATHERHEAD", "built_form": 1, "created_at": "2019-11-07 12:25:11", "living_area": 16.2, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18618, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.86, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Beech Close", "address_line_2": "Fetcham", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-07", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.8, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500416, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "total_floor_area": 258, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-07", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.9, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.65}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.65}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling Area", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 51.64}, {"name": "Flat roof Area", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.28}, {"name": "Pitched Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.88}], "sap_walls": [{"name": "External Main", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 206.4, "is_curtain_walling": "false"}, {"name": "RinR Dwarf Walls", "u_value": 0.12, "wall_type": 2, "kappa_value": 9, "total_wall_area": 32.64, "is_curtain_walling": "false"}, {"name": "Internal garage Walls", "u_value": 0.17, "wall_type": 2, "kappa_value": 18, "total_wall_area": 21.6, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Main", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.9, "location": "External Main", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.77, "location": "External Main", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 15.38, "location": "External Main", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.4, "location": "External Main", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 2.14, "location": "External Main", "orientation": 7}, {"name": 7, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 2.4, "location": "Flat roof Area", "orientation": 0}, {"name": 8, "type": "Roof windows (1)", "pitch": 0, "width": 1, "height": 5.29, "location": "Flat roof Area", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.3, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 16.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 49.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 70, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 36, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 26, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.4, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 27.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.5, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 8.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 7.48, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 19.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 114.8, "total_floor_area": 114.8}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "kappa_value": 75, "storey_height": 2.8, "heat_loss_area": 18, "total_floor_area": 97.5}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 46}]}], "heating_cost_current": {"value": 507, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 124, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 507, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "co2_emissions_potential": 2.7, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 124, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 102, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8754, "water_heating": 2220}}, "seller_commission_report": "Y", "energy_consumption_current": 59, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 59, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10002355121, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE67 2EE", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "COALVILLE", "built_form": 2, "created_at": "2019-08-06 14:06:26", "living_area": 15.6, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "25, De Herle Lane", "address_line_2": "Hugglescote", "assessment_date": "2019-08-06", "assessment_type": "SAP", "completion_date": "2019-08-06", "inspection_date": "2019-08-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.5}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 92.36, "is_curtain_walling": "false"}, {"name": "Stud Wall GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.21}, {"name": "Stud Wall FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 117.07}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.24, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.13, "location": "Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.75, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.41, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.83, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.83, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.6, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.23, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.19, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.19, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 8.23, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.23, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.47, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 39.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2740, "water_heating": 1511}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10010261243, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 0YX", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-04 13:49:40", "living_area": 49.6, "orientation": 2, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 79.49, "cooling_system_eer": 3.46, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 44.1, "heat_source_type": 1, "power_efficiency": 44}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 93, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 1.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1901", "address_line_2": "8, Cutter Lane", "assessment_date": "2019-08-06", "assessment_type": "SAP", "completion_date": "2019-09-04", "inspection_date": "2019-08-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.14, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.32}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext. Wall", "u_value": 1.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 19, "is_curtain_walling": "true"}, {"name": "Loft Wall", "u_value": 1.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 67.337, "is_curtain_walling": "true"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.28, "height": 2.2, "location": "Loft Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.33, "height": 1.55, "location": "Loft Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.32, "height": 2.3, "location": "Ext. Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.32, "height": 2.3, "location": "Ext. Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1.35, "height": 1.55, "location": "Loft Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1.21, "height": 1.4, "location": "Ext. Wall", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 1.21, "height": 1.4, "location": "Ext. Wall", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 1.21, "height": 1.4, "location": "Ext. Wall", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 1.32, "height": 3.95, "location": "Loft Wall", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 1.32, "height": 3.95, "location": "Loft Wall", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 1.32, "height": 3.95, "location": "Loft Wall", "orientation": 3}, {"name": 12, "type": "Windows (1)", "width": 1.32, "height": 3.95, "location": "Loft Wall", "orientation": 3}, {"name": 13, "type": "Windows (1)", "width": 1.35, "height": 2.25, "location": "Loft Wall", "orientation": 4}, {"name": 14, "type": "Windows (1)", "width": 1.32, "height": 1.55, "location": "Loft Wall", "orientation": 7}, {"name": 15, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 7}, {"name": 16, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 7}, {"name": 17, "type": "Windows (1)", "width": 1.31, "height": 0.7, "location": "Ext. Wall", "orientation": 7}, {"name": 18, "type": "Windows (1)", "width": 1.32, "height": 3.95, "location": "Loft Wall", "orientation": 7}, {"name": 19, "type": "Windows (1)", "width": 1.16, "height": 3.95, "location": "Loft Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2518, "water_heating": 2166}}, "seller_commission_report": "Y", "energy_consumption_current": 32, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 32, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 100012716640, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.40 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in 75% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M5 4AH", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 2, "created_at": "2019-01-19 16:01:28", "living_area": 16.88, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 120, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2308, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 301, "heat_source_type": 3}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 15 Albion Towers", "address_line_2": "Cross Lane", "assessment_date": "2019-01-19", "assessment_type": "SAP", "completion_date": "2019-01-19", "inspection_date": "2019-01-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 75, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-01-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door to corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 5, "isargonfilled": "true", "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 75.28}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.35, "wall_type": 2, "description": "External Wall", "total_wall_area": 41.33, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 1.7, "wall_type": 3, "description": "Corridor wall", "total_wall_area": 4.69, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0.5, "wall_type": 4, "total_wall_area": 36.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Door to corridor", "width": 1.02, "height": 2.12, "location": "External Wall 2", "orientation": 0}, {"name": "SE windows", "type": "Windows", "width": 6.79, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "NE windows", "type": "Windows", "width": 2.46, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.43, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.41, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 15.24, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 38.84, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 2.37, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 7.11, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 30.92, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.37, "heat_loss_area": 0, "total_floor_area": 75.28}], "thermal_mass_parameter": 450}], "heating_cost_current": {"value": 291, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, room thermostat only", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 291, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 105, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3843, "water_heating": 2096}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 108, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093070204, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EN6 4HX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "POTTERS BAR", "built_form": 1, "created_at": "2019-02-02 09:27:45", "living_area": 23.41, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17645, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200011, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "15c, Station Road", "address_line_2": "Cuffley", "assessment_date": "2019-02-02", "assessment_type": "SAP", "completion_date": "2019-02-02", "inspection_date": "2019-02-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 37, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 37.29}], "sap_walls": [{"name": "external cavity wall", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 15.64, "is_curtain_walling": "false"}, {"name": "exposed wall to stairs", "u_value": 0.17, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.24, "is_curtain_walling": "false"}, {"name": "stud wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 19.87}, {"name": "cavity wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 18.84}, {"name": "solid wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 22.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "exposed wall to stairs", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.2, "location": "external cavity wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.9, "location": "external cavity wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.05, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.3, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 6.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 27.38, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E20"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 3, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 37.21, "total_floor_area": 37.29}]}], "heating_cost_current": {"value": 131, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 131, "currency": "GBP"}, "hot_water_cost_current": {"value": 60, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 728, "water_heating": 1333}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 97, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093967782, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.46 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B91 3QQ", "data_type": 4, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOLIHULL", "built_form": 2, "created_at": "2019-03-29 13:50:35", "living_area": 25.4, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 89.4, "heat_source_type": 2}], "community_heating_distribution_type": 1, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 17.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 16", "address_line_2": "Consort House, Princes Gate", "address_line_3": "2-6 Homer Road", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 3, "u_value": 2.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 62}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.47, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 49.25, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.47, "wall_type": 3, "description": "External Wall 2", "total_wall_area": 14.95, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 2.88, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.4, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 4.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 42.8, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 18, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 12, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 50}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 263, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 263, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3059, "water_heating": 1820}}, "seller_commission_report": "Y", "energy_consumption_current": 182, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 182, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 32} +{"uprn": 10093062605, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR13 6LZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "MALVERN", "built_form": 1, "created_at": "2019-03-27 08:53:49", "living_area": 28.23, "orientation": 7, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 245, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 102678, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "hot_water_store_heat_loss": 1.92, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 1.9}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump, Systems with radiators, electric", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "13, Kingston Close", "address_line_2": "Welland", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-03-27", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.98, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 219, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 109.55}], "sap_walls": [{"name": "External Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 219.42, "is_curtain_walling": "false"}, {"name": "Stud Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 334.612}, {"name": "Block Walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 70.449}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.77, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.39, "location": "External Walls", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.49, "location": "External Walls", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.56, "location": "External Walls", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "External Walls", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "External Walls", "orientation": 6}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 8.82, "location": "External Walls", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 3.15, "location": "External Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 27.68, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.96, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 46, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 46, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.35, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 27.65, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 42.93, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 23.85, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.173, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 109.55, "total_floor_area": 109.55}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 109.55, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 514, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 107, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 514, "currency": "GBP"}, "hot_water_cost_current": {"value": 128, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 92}, {"sequence": 2, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 102, "environmental_impact_rating": 102}], "co2_emissions_potential": -0.5, "energy_rating_potential": 102, "lighting_cost_potential": {"value": 107, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 128, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7389, "water_heating": 2048}}, "seller_commission_report": "Y", "energy_consumption_current": 62, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -14, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 102, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 10} +{"uprn": 100062215603, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH25 6EG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEW MILTON", "built_form": 1, "created_at": "2019-04-15 15:13:38", "living_area": 20.8, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18156, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "40, Hobart Road", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.3, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 151, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Half Glazed Door", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Velux Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Velux Roof Light", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Plane Roof", "total_roof_area": 43}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "External Slope Roof", "total_roof_area": 43}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 188, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Solid Door", "width": 1.93, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Window", "type": "Window", "width": 2.49, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Side Window", "type": "Window", "width": 4.33, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Side Roof Light", "type": "Velux Roof Light", "pitch": 45, "width": 0.63, "height": 1, "location": "Roof 2", "orientation": 1}, {"name": "Rear Window", "type": "Window", "width": 7.24, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Velux Window", "type": "Velux Window", "width": 0.7, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Roof Light", "type": "Velux Roof Light", "pitch": 45, "width": 0.58, "height": 1, "location": "Roof 2", "orientation": 7}, {"name": "Side Window", "type": "Window", "width": 1.8, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Side Roof Light", "type": "Velux Roof Light", "pitch": 45, "width": 2.82, "height": 1, "location": "Roof 2", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.8, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.5, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.5, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.3, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 41.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 28.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 12.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 18.5, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12.3, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.7, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 10.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 33.9, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.35, "heat_loss_area": 75.29, "total_floor_area": 75.29}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.2, "heat_loss_area": 0, "total_floor_area": 75.29}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 277, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 277, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 345, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4040, "water_heating": 2074}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 26, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10033890168, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM17 0GE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLOW", "built_form": 2, "created_at": "2019-02-26 15:48:44", "living_area": 18.72, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "37, Wattle Road", "assessment_date": "2019-02-26", "assessment_type": "SAP", "completion_date": "2019-02-26", "inspection_date": "2019-02-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W3", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 6, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 37.95}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 84.98, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "EWM 20&22", "total_wall_area": 40.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 2, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 1, "width": 1.2, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 6, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 10, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.99, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.93, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.99, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.9, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.45, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.45, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.2, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.25, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.74, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.74, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.25, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm Platinum TE", "storey_height": 2.31, "heat_loss_area": 37.95, "total_floor_area": 37.95}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 37.95}], "thermal_mass_parameter": 137.46}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2199, "water_heating": 1593}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 207022952, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N14 4FH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-06-28 09:51:06", "living_area": 28.8, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17635, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 10 Milligan House", "address_line_2": "99, Avenue Road", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-06-28", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-28", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 1.97, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.6}, {"name": "Main Door", "type": 1, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 74.04}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 74.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall", "total_wall_area": 53, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Core", "total_wall_area": 13.75, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door", "type": "Main Door", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Window", "type": "Window", "width": 1.8, "height": 2.2, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Window", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Window", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Window", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Window", "width": 1.8, "height": 2.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Window", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 30.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 25.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 25.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 7.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 12.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 12.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 74.04}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 172, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 94, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 172, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1461, "water_heating": 1659}}, "seller_commission_report": "Y", "energy_consumption_current": 10, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": 10, "environmental_impact_current": 97, "current_energy_efficiency_band": "A", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 2} +{"uprn": 10093070473, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.05 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "AL7 1GS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "WELWYN GARDEN CITY", "built_form": 1, "created_at": "2019-04-17 18:12:28", "living_area": 25.892, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 191, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 12 Chrysler House", "address_line_2": "Bessemer Road", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 52, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 3.1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 52.114}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 70, "total_wall_area": 16.111, "is_curtain_walling": "false"}, {"name": "Wall to Corridor", "u_value": 0.22, "wall_type": 2, "kappa_value": 70, "total_wall_area": 8.899, "is_curtain_walling": "false"}, {"name": "Solid External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 2.436, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 45, "total_wall_area": 45.619}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.878, "height": 2.1, "location": "Wall to Corridor", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 2.975, "height": 2.4, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 0.725, "height": 2.4, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.05, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 52.114, "total_floor_area": 52.114}]}], "heating_cost_current": {"value": 508, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 508, "currency": "GBP"}, "hot_water_cost_current": {"value": 268, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 268, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2823, "water_heating": 1577}}, "seller_commission_report": "Y", "energy_consumption_current": 284, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 284, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 48} +{"uprn": 10093325784, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WV2 2PH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WOLVERHAMPTON", "built_form": 1, "created_at": "2019-04-25 13:05:25", "living_area": 14.18, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Coltishall Grove", "assessment_date": "2019-04-25", "assessment_type": "SAP", "completion_date": "2019-04-25", "inspection_date": "2019-04-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 0, "total_roof_area": 44.26}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 118.9, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.41, "wall_type": 2, "description": "Garage Wall", "kappa_value": 0, "total_wall_area": 16.6, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 53.8696}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 111.894}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 5.07, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "RH Glazing", "type": "Glazing", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Glazing", "type": "Glazing", "width": 7.92, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "LH Glazing", "type": "Glazing", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.82, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.09, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.8, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.44, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.57, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.98, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.15, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.65, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 36.54, "total_floor_area": 36.54, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 42.52}]}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3296, "water_heating": 1617}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 19, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10002354468, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE67 2DZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COALVILLE", "built_form": 1, "created_at": "2019-06-25 12:59:02", "living_area": 15.4, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "90, Blackham Road", "address_line_2": "Hugglescote", "assessment_date": "2019-06-25", "assessment_type": "SAP", "completion_date": "2019-06-25", "inspection_date": "2019-06-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.92, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-06-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.44}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.5}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 131.81, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 23.9}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.9}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.85, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.8, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.75, "location": "external", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.6, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.9, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.9, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 26.9, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.9, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.6, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.3, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 42.5, "total_floor_area": 42.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 42.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 238, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 238, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2951, "water_heating": 1657}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE7 8GQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERBOROUGH", "built_form": 1, "created_at": "2019-07-11 11:54:20", "living_area": 29.98, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "84 St. Edmunds Walk", "address_line_2": "Hampton Centre", "assessment_date": "2019-07-11", "assessment_type": "SAP", "completion_date": "2019-07-11", "inspection_date": "2019-07-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 67.9}], "sap_walls": [{"name": "External Wall", "u_value": 0.19, "wall_type": 2, "kappa_value": 9, "total_wall_area": 34.31, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 49.87}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.22, "height": 2.11, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.22, "height": 2.11, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.22, "height": 2.11, "location": "External Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.82, "height": 2.11, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.48, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 16.88, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.35, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 21.95, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 164, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 164, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1087, "water_heating": 1547}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 75, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10033891493, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM17 0GR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLOW", "built_form": 1, "created_at": "2019-09-18 11:03:32", "living_area": 19.86, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "4 Kingfisher Way", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.74, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500402, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 0.81, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "Living W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_walls": [{"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 15.56}, {"name": "Wall 1", "u_value": 0.29, "wall_type": 2, "description": "External Wall", "total_wall_area": 34.82, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0.23, "wall_type": 3, "description": "Wall to Stairwell", "total_wall_area": 10.81, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.1, "location": "Wall 4", "orientation": 0}, {"name": 2, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 4, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.69, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.68, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.8, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.76, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.24, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.34, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.34, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 2.34, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 13.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.34, "heat_loss_area": 0, "total_floor_area": 41.8}], "thermal_mass_parameter": 195.48}], "heating_cost_current": {"value": 142, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 142, "currency": "GBP"}, "hot_water_cost_current": {"value": 55, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 712, "water_heating": 1246}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 90, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10035292147, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.38 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW6 0EQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "TARPORLEY", "built_form": 1, "created_at": "2019-10-03 16:43:40", "living_area": 36.87, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "false", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18475, "has_separate_delayed_start": "true", "is_oil_pump_in_heated_space": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, oil", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Stable Barn", "address_line_2": "Iddenshall", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Sloping ceilings", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 96.228}, {"name": "Flat ceilings", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.53}], "sap_walls": [{"name": "External walls", "u_value": 0.38, "wall_type": 2, "kappa_value": 9, "total_wall_area": 237.46, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.35, "height": 2.045, "location": "External walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.35, "height": 2.045, "location": "External walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.05, "height": 1.2, "location": "External walls", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1.05, "height": 1.2, "location": "External walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.4, "height": 2.1, "location": "External walls", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "External walls", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 3.13, "height": 1.975, "location": "External walls", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 0.9, "location": "External walls", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.775, "location": "External walls", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 1.2, "height": 1.48, "location": "External walls", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 1.1, "height": 2, "location": "External walls", "orientation": 5}, {"name": 12, "type": "Windows (1)", "width": 2.95, "height": 2, "location": "External walls", "orientation": 7}, {"name": 13, "type": "Windows (1)", "width": 1.2, "height": 0.9, "location": "External walls", "orientation": 7}, {"name": 14, "type": "Windows (1)", "width": 1.2, "height": 0.9, "location": "External walls", "orientation": 7}, {"name": 15, "type": "Windows (1)", "width": 1.7, "height": 0.9, "location": "External walls", "orientation": 7}, {"name": 16, "type": "Windows (1)", "width": 1.2, "height": 0.9, "location": "External walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 90.542, "total_floor_area": 90.542}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "kappa_value": 20, "storey_height": 3.56, "heat_loss_area": 15.883, "total_floor_area": 106.425}]}], "heating_cost_current": {"value": 815, "currency": "GBP"}, "co2_emissions_current": 5.9, "energy_rating_average": 60, "energy_rating_current": 70, "lighting_cost_current": {"value": 129, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 817, "currency": "GBP"}, "hot_water_cost_current": {"value": 111, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 71, "environmental_impact_rating": 68}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 73}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 84}], "co2_emissions_potential": 2.8, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 129, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 16393, "water_heating": 2261}}, "seller_commission_report": "Y", "energy_consumption_current": 128, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 39, "environmental_impact_current": 66, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 30} +{"uprn": 10093414854, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH15 0ZR", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BURGESS HILL", "built_form": 2, "created_at": "2019-04-03 13:40:29", "living_area": 19.32, "orientation": 5, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Partridge Close", "assessment_date": "2019-04-03", "assessment_type": "SAP", "completion_date": "2019-04-03", "inspection_date": "2019-04-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.67}], "sap_walls": [{"name": "Cavity wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 18, "total_wall_area": 88.35, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 43.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.06, "location": "Cavity wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.68, "location": "Cavity wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.39, "location": "Cavity wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.44, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.44, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.79, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.54, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.19, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.98, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 20, "storey_height": 2.37, "heat_loss_area": 39.67, "total_floor_area": 39.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.588, "heat_loss_area": 0, "total_floor_area": 39.67}]}], "heating_cost_current": {"value": 211, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 211, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2537, "water_heating": 1513}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -1, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094302950, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA14 9HY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TROWBRIDGE", "built_form": 3, "created_at": "2019-06-04 08:32:23", "living_area": 24.96, "orientation": 5, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "33b Summerleaze", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-04", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.37, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 4, "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.17}], "sap_walls": [{"name": "External walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 70, "total_wall_area": 89.76, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 33.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.81, "location": "External walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.21, "location": "External walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.36, "location": "External walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.16, "location": "External walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.7, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6.6, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.4, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.35, "psi_value": 0.115, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.5, "psi_value": 0.183, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.415, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.415, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.415, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.29, "heat_loss_area": 29.17, "total_floor_area": 29.17}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.51, "heat_loss_area": 0, "total_floor_area": 29.17}]}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 318, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1753, "water_heating": 1449}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -22, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 6712095, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 9XY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-03 09:15:19", "living_area": 19.8, "orientation": 1, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 46.7, "cooling_system_type": 1, "cooling_system_class": "B", "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.693, "heat_efficiency": 37.8, "heat_source_type": 1, "power_efficiency": 34.7}, {"fuel_type": 51, "heat_fraction": 0.307, "heat_efficiency": 95.9, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 905 Salvor Tower", "address_line_2": "41, Mastmaker Road", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.73, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 0.86, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.38}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 89.1}], "sap_walls": [{"name": "Ext Cur Wall", "u_value": 0.86, "wall_type": 2, "kappa_value": 14, "total_wall_area": 16.4, "is_curtain_walling": "true"}, {"name": "Ext Cur Win", "u_value": 0.86, "wall_type": 2, "kappa_value": 14, "total_wall_area": 35.3, "is_curtain_walling": "true"}, {"name": "Int Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 193.1}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 17.3}, {"name": "Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 28.9}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 8.1, "height": 2.4, "location": "Ext Cur Win", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 6.6, "height": 2.4, "location": "Ext Cur Win", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 905, "water_heating": 2165}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 46, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10093928804, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM3 1FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELMSFORD", "built_form": 1, "created_at": "2019-07-03 14:39:34", "living_area": 22.27, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "24, Searle Place", "address_line_2": "Great Leighs", "assessment_date": "2019-07-03", "assessment_type": "SAP", "completion_date": "2019-07-03", "inspection_date": "2019-07-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "R1 Main roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 51.33}, {"name": "R2 Skeilings", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.75}], "sap_walls": [{"name": "W2 Main wall 3.6N", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 46.23, "is_curtain_walling": "false"}, {"name": "W4 Dormers", "u_value": 0.13, "wall_type": 2, "kappa_value": 9, "total_wall_area": 2.73, "is_curtain_walling": "false"}, {"name": "W5 corridor wall", "u_value": 0.13, "wall_type": 2, "kappa_value": 70, "total_wall_area": 16.12, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 76.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "W5 corridor wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.53, "location": "W2 Main wall 3.6N", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "W2 Main wall 3.6N", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "W2 Main wall 3.6N", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.98, "psi_value": 0.395, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.43, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 2.95, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 11.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 30.54, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 4.51, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 6.88, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 17.61, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.26, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": -0.078, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 4.29, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 14.11, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 6.62, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.05, "heat_loss_area": 0, "total_floor_area": 47.89}]}], "heating_cost_current": {"value": 168, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 168, "currency": "GBP"}, "hot_water_cost_current": {"value": 58, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1593, "water_heating": 1311}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 103, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093269068, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL54 2RW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELTENHAM", "built_form": 1, "created_at": "2019-09-03 09:11:03", "living_area": 18, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "8, Swallow Road", "address_line_2": "Bourton-on-the-Water", "assessment_date": "2019-09-03", "assessment_type": "SAP", "completion_date": "2019-09-03", "inspection_date": "2019-09-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.38, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.1}], "sap_walls": [{"name": "External", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 71.01, "is_curtain_walling": "false"}, {"name": "First Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 111.72}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 26.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.92, "location": "External", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.18, "location": "External", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "External", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 4, "total_floor_area": 4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 53.1}]}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1643, "water_heating": 1418}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 97, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093767751, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW3 1BT", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HOUNSLOW", "built_form": 1, "created_at": "2019-10-03 10:06:49", "living_area": 25.08, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 63.9, "heat_source_type": 1, "power_efficiency": 31.1}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 96.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 63 Eden House", "address_line_2": "21, Balfour Road", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500472, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.1, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.07, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.28}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 64.04}], "sap_walls": [{"name": "External Walls", "u_value": 0.19, "wall_type": 2, "kappa_value": 14, "total_wall_area": 47.26, "is_curtain_walling": "false"}, {"name": "Walls To Corridors", "u_value": 0.27, "wall_type": 2, "kappa_value": 14, "total_wall_area": 7.51, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 116.937}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Walls To Corridors", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.45, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.62, "location": "External Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.72, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 30.46, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.65, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.59, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.59, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 11.7, "psi_value": 0.2111, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 9.95, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 10.12, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 15.71, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 15.71, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 3, "kappa_value": 75, "storey_height": 2.53, "heat_loss_area": 64.04, "total_floor_area": 64.04}]}], "heating_cost_current": {"value": 167, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 167, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1412, "water_heating": 1971}}, "seller_commission_report": "Y", "energy_consumption_current": 55, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 55, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 217130188, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W11 1ET", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 5, "created_at": "2019-05-14 14:03:44", "living_area": 42.88, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 195, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 1, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.84, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "10 Basing Street", "assessment_date": "2019-05-03", "assessment_type": "SAP", "completion_date": "2019-05-14", "inspection_date": "2019-05-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.45, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500364, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.65}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Existing", "u_value": 0.3, "wall_type": 2, "total_wall_area": 29.256, "is_curtain_walling": "false"}, {"name": "corridor", "u_value": 0.15, "wall_type": 3, "total_wall_area": 22.416, "is_curtain_walling": "false"}, {"name": "corridor masonary", "u_value": 0.15, "wall_type": 3, "total_wall_area": 3.984, "is_curtain_walling": "false"}, {"name": "stairwell", "u_value": 0.15, "wall_type": 3, "total_wall_area": 5.52, "is_curtain_walling": "false"}, {"name": "new rear wall", "u_value": 0.29, "wall_type": 2, "total_wall_area": 13.032, "is_curtain_walling": "false"}, {"name": "rear masonary", "u_value": 0.29, "wall_type": 2, "total_wall_area": 9.792, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.923, "height": 2.3, "location": "corridor", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 0.66, "height": 2.1, "location": "Existing", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 0.66, "height": 2.1, "location": "Existing", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 0.66, "height": 2.1, "location": "Existing", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 0.66, "height": 2.1, "location": "Existing", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.585, "height": 2.25, "location": "new rear wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.585, "height": 2.25, "location": "new rear wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "storey_height": 2.38, "heat_loss_area": 97.9, "total_floor_area": 97.9}]}], "heating_cost_current": {"value": 417, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 417, "currency": "GBP"}, "hot_water_cost_current": {"value": 339, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 339, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2076, "water_heating": 1999}}, "seller_commission_report": "Y", "energy_consumption_current": 153, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 153, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 72, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 235038857, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN2 5LE", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LINCOLN", "built_form": 2, "created_at": "2019-07-24 12:38:33", "living_area": 8.74, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10547, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "333, Monks Road", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "External doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.7}, {"name": "Roof lights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.72}, {"name": "garage door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 38.18}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 144.88, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "External doors", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Windows", "width": 4.32, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Right windows", "type": "Windows", "width": 1.84, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 23}, {"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 27.6, "total_floor_area": 27.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 38.18}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 416, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 416, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 76}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 85}], "co2_emissions_potential": 1.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7219, "water_heating": 2082}}, "seller_commission_report": "Y", "energy_consumption_current": 162, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 87, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 29} +{"uprn": 72121394, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7PF", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-09-10 10:21:05", "living_area": 13.97, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "55, Lindsey Mount", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-09-10", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-09-10", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 53.26}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 55.94, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.18, "height": 1.275, "location": "External Wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1.05, "height": 1.275, "location": "External Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.79, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.03, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 23.3, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 29.64, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 7.14, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 17.37, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 2.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 13.79, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 777, "currency": "GBP"}, "co2_emissions_current": 7.7, "energy_rating_average": 60, "energy_rating_current": 44, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 777, "currency": "GBP"}, "hot_water_cost_current": {"value": 487, "currency": "GBP"}, "co2_emissions_potential": 7.7, "energy_rating_potential": 44, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 487, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 5011, "space_heating_existing_dwelling": 9422}}, "seller_commission_report": "Y", "energy_consumption_current": 850, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 850, "environmental_impact_current": 20, "current_energy_efficiency_band": "E", "environmental_impact_potential": 20, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 144} +{"uprn": 72041977, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.83 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7LX", "data_type": 5, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-10-24 10:30:32", "living_area": 16.43, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 42, "heat_fraction": 0.9, "heat_efficiency": 42, "heat_source_type": 1, "power_efficiency": 36}, {"fuel_type": 51, "heat_fraction": 0.084, "heat_efficiency": 90, "heat_source_type": 2}, {"fuel_type": 41, "heat_fraction": 0.016, "heat_efficiency": 301, "heat_source_type": 3}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "17, Cherry Court", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 54, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 53.9}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 15.19, "is_curtain_walling": "false"}, {"name": "External Wall Cavity", "u_value": 0.7, "wall_type": 2, "kappa_value": 17, "total_wall_area": 42.71, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 15.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.57, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.47, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.18, "height": 1.275, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.18, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 5.42, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 18.2, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 33.21, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 9.52, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 15.45, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 12.86, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 281, "currency": "GBP"}, "co2_emissions_current": -1.9, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 281, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": -1.9, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 1863, "space_heating_existing_dwelling": 5274}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 75, "environmental_impact_current": 126, "current_energy_efficiency_band": "C", "environmental_impact_potential": 126, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": -35.1} +{"uprn": 10091583433, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE3 0AG", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-02-08 14:55:04", "living_area": 15.42, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "62, Archer Drive", "address_line_2": "Mickleover", "assessment_date": "2019-02-08", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2019-02-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.09, "data_source": 4, "glazing_type": 3}, {"name": "Door (3)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 59.32}, {"name": "Flat", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.84}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 162.61, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.24, "is_curtain_walling": "false"}, {"name": "Ground Floor Block", "u_value": 0, "wall_type": 5, "kappa_value": 60, "total_wall_area": 40.59}, {"name": "Ground Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 58.91}, {"name": "1st Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 170.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 6}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.8, "location": "Brick", "orientation": 8}, {"name": 3, "type": "Door (3)", "width": 1, "height": 1.8, "location": "Garage Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.66, "location": "Brick", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 10.53, "location": "Brick", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.58, "location": "Brick", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.49, "location": "Brick", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 17.49, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.78, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.51, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.27, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 11.48, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 19.83, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 32.58, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.05, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 1.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 75, "storey_height": 2.47, "heat_loss_area": 51.49, "total_floor_area": 51.49}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "kappa_value": 20, "storey_height": 2.71, "heat_loss_area": 8.67, "total_floor_area": 59.32}]}], "heating_cost_current": {"value": 306, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 306, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4660, "water_heating": 1651}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 33, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 676988, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS15 8FU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 2, "created_at": "2019-04-08 11:42:28", "living_area": 14.08, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 1, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 603, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 7.0 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Hailwood Road", "address_line_2": "Kingswood", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-08", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "air_permeability": 7, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "Room heaters, mains gas", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.43}, {"name": "Sloped", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 6.63}], "sap_walls": [{"name": "External Walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 18, "total_wall_area": 114.59, "is_curtain_walling": "false"}, {"name": "Cladding", "u_value": 0.22, "wall_type": 2, "kappa_value": 18, "total_wall_area": 16.22, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 207.28}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 60.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "External Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.1, "location": "External Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.45, "location": "External Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.92, "location": "External Walls", "orientation": 5}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Sloped", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.6, "heat_loss_area": 35.18, "total_floor_area": 35.18}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.35, "heat_loss_area": 0, "total_floor_area": 42.02, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 36.43, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2890, "water_heating": 1986}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 16, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093277994, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN5 4GG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 2, "created_at": "2019-03-01 12:16:30", "living_area": 14.5, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "50, Upper Ox Hill", "address_line_2": "Purton", "assessment_date": "2019-03-01", "assessment_type": "SAP", "completion_date": "2019-03-01", "inspection_date": "2019-03-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 6.83, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.5}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.67}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.25, "location": "external", "orientation": 3}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.1, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.5, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.3, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.3, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.3, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2222, "water_heating": 1616}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093475237, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E15 1GL", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-08-01 09:15:08", "living_area": 41.4, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.62, "heat_efficiency": 64, "heat_source_type": 1, "power_efficiency": 32}, {"fuel_type": 51, "heat_fraction": 0.38, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "205 Waterman House", "address_line_2": "12, Forrester Way", "assessment_date": "2019-08-01", "assessment_type": "SAP", "completion_date": "2019-08-01", "inspection_date": "2019-08-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.18, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500031, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-01", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.28, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 101.9}], "sap_walls": [{"name": "External Wall", "u_value": 0.16, "wall_type": 2, "kappa_value": 14, "total_wall_area": 74.15, "is_curtain_walling": "false"}, {"name": "Wall to corridor", "u_value": 0.24, "wall_type": 2, "kappa_value": 14, "total_wall_area": 26, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 29.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Wall to corridor", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.82, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 17.14, "location": "External Wall", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.02, "psi_value": 0.559, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.2, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 51.3, "psi_value": 0.072, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 7.47, "psi_value": 0.127, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.98, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 21.33, "psi_value": 0.143, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.106, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 21.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2215, "water_heating": 2219}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 45, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093735405, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB7 7GF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEST DRAYTON", "built_form": 4, "created_at": "2019-06-03 14:24:44", "living_area": 23.59, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 51.34, "heat_source_type": 1, "power_efficiency": 29.85}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 95.5, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 30}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 5 Croxley Court", "address_line_2": "4, Garnet Place", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-03", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.5, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-03", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.3, "orientation": 1, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.35}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Brick External", "total_wall_area": 32.07, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 12.6}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 52.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Patio Door", "type": "Opening Type 1", "width": 3.24, "height": 2.2, "location": "External Wall 1", "orientation": 4}, {"name": "window", "type": "Opening Type 1", "width": 1.65, "height": 2.2, "location": "External Wall 1", "orientation": 6}, {"name": "window", "type": "Opening Type 1", "width": 1.51, "height": 2.2, "location": "External Wall 1", "orientation": 4}, {"name": "window", "type": "Opening Type 1", "width": 1.36, "height": 2.2, "location": "External Wall 1", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.76, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.76, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.6, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.66, "psi_value": 0.11, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.18, "psi_value": 0.195, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 2.5, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 51.74, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 70.34}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 144, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 144, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 505, "water_heating": 1691}}, "seller_commission_report": "Y", "energy_consumption_current": 38, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 38, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094090933, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M15 4RU", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 3, "created_at": "2019-03-26 16:11:05", "living_area": 29.4, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat A205", "address_line_2": "27, Ellesmere Street", "assessment_date": "2018-03-29", "assessment_type": "SAP", "completion_date": "2019-03-26", "inspection_date": "2019-03-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.05, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_ducts_index_number": 520018, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DG units", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 51}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Steel frame", "total_wall_area": 36.35, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.54}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Curtaing walling", "type": "DG units", "width": 9.42, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 8.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 14.6, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 2.49, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 7.46, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 14.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.49, "heat_loss_area": 0, "total_floor_area": 51}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 49, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 49, "currency": "GBP"}, "hot_water_cost_current": {"value": 239, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 239, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 199, "water_heating": 1411}}, "seller_commission_report": "Y", "energy_consumption_current": 116, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 116, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10007272332, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG31 9BE", "data_type": 2, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "GRANTHAM", "built_form": 1, "created_at": "2019-02-15 10:02:15", "living_area": 10.15, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1a, Wyndham Close", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.31, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "External door", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.75}, {"name": "Roof lights", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Roof", "total_roof_area": 31.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 123, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Right door", "type": "External door", "width": 1.89, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 7.2, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Windows", "type": "Windows", "width": 4.32, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear door", "type": "External door", "width": 1.89, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.6, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 24.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 13.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.2, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 25, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 31.76, "total_floor_area": 31.76}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 31.76}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 499, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 499, "currency": "GBP"}, "hot_water_cost_current": {"value": 190, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 112, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 74, "environmental_impact_rating": 76}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}], "co2_emissions_potential": 1.0, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2941, "water_heating": 1118}}, "seller_commission_report": "Y", "energy_consumption_current": 210, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 91, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 36} +{"uprn": 10094373553, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST14 5EQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "UTTOXETER", "built_form": 3, "created_at": "2019-03-08 17:03:32", "living_area": 17, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "104 Ivinson Way", "address_line_2": "Bramshall", "assessment_date": "2019-03-08", "assessment_type": "SAP", "completion_date": "2019-03-08", "inspection_date": "2019-03-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.39, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 36.5}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Brick/render", "total_wall_area": 85.91, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 38.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.97, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.81, "height": 1.28, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 2, "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 2, "width": 1.36, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 2, "width": 2.94, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.24, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.27, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.16, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.25, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 12.45, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.96, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.96, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.65, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.65, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Beam and block", "storey_height": 2.38, "heat_loss_area": 36.5, "total_floor_area": 36.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 36.5}], "thermal_mass_parameter": 192}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2318, "water_heating": 1628}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 6719427, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 0TP", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-04-08 15:35:45", "living_area": 28.21, "orientation": 3, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 100, "cooling_system_eer": 2.45, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 2}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 55.1, "heat_source_type": 1, "power_efficiency": 35.3}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 93.19, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 0.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1608 Corson House", "address_line_2": "157, City Island Way", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-08", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 0.58, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500387, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 49, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.48}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 49.31}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 20.98, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.31, "wall_type": 3, "description": "Corridor", "total_wall_area": 21.13, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Front door", "width": 0.96, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 5.41, "height": 2.39, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.37, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 5.41, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 8.98, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 17.48, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 10.82, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 11.92, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 28, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.98, "heat_loss_area": 0, "total_floor_area": 49.31}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 147, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 147, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1162, "water_heating": 1813}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 69, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10092967307, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA32 7DQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "CARMARTHEN", "built_form": 1, "created_at": "2019-07-24 13:00:06", "living_area": 53.63, "orientation": 4, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 102760, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.08, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "is_immersion_for_summer_use": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Air source heat pump, Underfloor heating and radiators, pipes in screed above insulation, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "13, Dan y Dderwen", "address_line_2": "Rhydargaeau", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 341, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 66, "low_energy_fixed_lighting_outlets_count": 66, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Joist (Cold)", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 32.65}, {"name": "Rafter", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 84.79}, {"name": "Joist (RIR)", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.32}], "sap_walls": [{"name": "TF", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 288.64, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 11.52, "is_curtain_walling": "false"}, {"name": "Attic Stud", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 38.06, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "TF", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.99, "location": "TF", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 15.31, "location": "TF", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 19.14, "location": "TF", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 9.15, "location": "TF", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.86, "location": "TF", "orientation": 6}, {"name": 7, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.98, "location": "Rafter", "orientation": 8}, {"name": 8, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Rafter", "orientation": 4}, {"name": 9, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Rafter", "orientation": 4}, {"name": 10, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Rafter", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 110, "storey_height": 2.42, "heat_loss_area": 138.3, "total_floor_area": 138.3}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "kappa_value": 20, "storey_height": 2.5, "heat_loss_area": 21.85, "total_floor_area": 140.68}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.1, "heat_loss_area": 0, "total_floor_area": 62.4}]}], "heating_cost_current": {"value": 835, "currency": "GBP"}, "co2_emissions_current": 3.5, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 142, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 835, "currency": "GBP"}, "hot_water_cost_current": {"value": 221, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 101, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 92}], "co2_emissions_potential": 2.3, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 142, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 120, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 17471, "water_heating": 2321}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 40, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094189649, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW8 4FF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-06-06 14:45:32", "living_area": 23, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 93.9, "heat_source_type": 1, "power_efficiency": 31}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 21", "address_line_2": "10 Battersea Park Road", "assessment_date": "2019-05-26", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-05-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.61, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500298, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.36, "orientation": 3, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Primary External", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 98.4, "is_curtain_walling": "false"}, {"name": "Sheltered Walls_Metsec", "u_value": 0.21, "wall_type": 2, "kappa_value": 14, "total_wall_area": 8.4, "is_curtain_walling": "false"}, {"name": "Sheltered Walls_Concrete", "u_value": 0.22, "wall_type": 2, "kappa_value": 14, "total_wall_area": 15, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.18, "location": "Sheltered Walls_Metsec", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 13.9, "location": "Primary External", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 14.16, "location": "Primary External", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.36, "location": "Primary External", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 43.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.39, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 66, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.8, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 14, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 162, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 162, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1332, "water_heating": 2155}}, "seller_commission_report": "Y", "energy_consumption_current": 25, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 25, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 10093422589, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG14 7WU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWBURY", "built_form": 3, "created_at": "2019-06-14 12:59:35", "living_area": 19.86, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "9, Home Straight", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.99, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 0.89, "data_source": 2, "glazing_type": 1}, {"name": "French Doors", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Doors", "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 7}, {"name": "Rooflight", "type": 5, "u_value": 1.6, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Bay Flat", "kappa_value": 9, "total_roof_area": 2.44}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Sloping", "kappa_value": 9, "total_roof_area": 45.77}, {"name": "Roof 3", "u_value": 0.32, "roof_type": 2, "description": "Dormer Flat", "kappa_value": 9, "total_roof_area": 1.93}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Med Dense", "kappa_value": 150, "total_wall_area": 108.43, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.58, "wall_type": 2, "description": "Dormer Cheeks", "kappa_value": 9, "total_wall_area": 3.7, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 64.87}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.5}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 48.6}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 52.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "F Door", "type": "Doors", "width": 1010, "height": 2325, "location": "External Wall 1", "orientation": 0}, {"name": "F Windows", "type": "Windows", "width": 3.71, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "R Windows", "type": "Windows", "width": 2.47, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "R French", "type": "French Doors", "width": 3382, "height": 2100, "location": "External Wall 1", "orientation": 7}, {"name": "F Dormer", "type": "Windows", "width": 915, "height": 1200, "location": "External Wall 2", "orientation": 3}, {"name": "R Rooflight", "type": "Rooflight", "pitch": 35, "width": 2.18, "height": 1, "location": "Roof 2", "orientation": 7}, {"name": "F Rooflight", "type": "Rooflight", "pitch": 35, "width": 780, "height": 1400, "location": "Roof 2", "orientation": 3}, {"name": "LHS Bay R", "type": "Windows", "width": 610, "height": 2100, "location": "External Wall 1", "orientation": 5}, {"name": "RHS Bay R", "type": "Windows", "width": 610, "height": 2100, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.58, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.57, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 19.71, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.65, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 18.35, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 30.46, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.19, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 11.33, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 6.81, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 12.78, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 12.78, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.68, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 17.36, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 11.33, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jetfloor Grey", "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 37.48, "total_floor_area": 37.48, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 35.04}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 35.04}]}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 318, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3229, "water_heating": 2100}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093497207, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE2 8WP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERBOROUGH", "built_form": 2, "created_at": "2019-06-14 11:16:49", "living_area": 17.62, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "53, Brutus Close", "address_line_2": "Stanground South", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.36, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.49}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87.49, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 58.8}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 91.239}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.74}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.34, "location": "external", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.8, "location": "external", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.81, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.75, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.04, "psi_value": 0.093, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.04, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.64, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.4, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.7, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.7, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.4, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.4, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 40.49, "total_floor_area": 40.49}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 40.49, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2689, "water_heating": 1631}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 72759016, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS22 6AT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WETHERBY", "built_form": 1, "created_at": "2019-01-14 11:16:08", "living_area": 22.72, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16398, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.76, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "12, Bridle Way", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.42, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 210, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 2, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 15, "type": 1, "u_value": 1.17, "data_source": 2, "glazing_type": 1}, {"name": 16, "type": 1, "u_value": 1.51, "data_source": 2, "glazing_type": 1}, {"name": 17, "type": 1, "u_value": 1.17, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Inglenook", "total_roof_area": 0.46}, {"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joists", "total_roof_area": 132.24}], "sap_walls": [{"name": "Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Ext wall", "total_wall_area": 221.55, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.23, "wall_type": 3, "description": "Garage cav", "total_wall_area": 26.19, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 2.71, "height": 1.51, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 0.34, "height": 2.11, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 0.34, "height": 2.11, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 1, "width": 1.81, "height": 1.36, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 1.81, "height": 1.36, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 1, "width": 1.25, "height": 1.36, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 1, "width": 2.94, "height": 2.11, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 1, "width": 1.81, "height": 2.11, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 1, "width": 1.81, "height": 1.06, "location": "Wall 1", "orientation": 5}, {"name": 10, "type": 1, "width": 1.25, "height": 1.36, "location": "Wall 1", "orientation": 5}, {"name": 11, "type": 1, "width": 1.25, "height": 1.06, "location": "Wall 1", "orientation": 5}, {"name": 12, "type": 1, "width": 1.25, "height": 1.06, "location": "Wall 1", "orientation": 5}, {"name": 13, "type": 1, "width": 0.69, "height": 1.06, "location": "Wall 1", "orientation": 5}, {"name": 14, "type": 1, "width": 0.69, "height": 1.36, "location": "Wall 1", "orientation": 7}, {"name": 15, "type": 15, "width": 0.91, "height": 2.11, "location": "Wall 1", "orientation": 0}, {"name": 16, "type": 16, "width": 0.94, "height": 2.11, "location": "Wall 2", "orientation": 0}, {"name": 17, "type": 17, "width": 0.94, "height": 2.11, "location": "Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.043, "calculation_reference": "See calc"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "GF", "storey_height": 2.7, "heat_loss_area": 96.96, "total_floor_area": 96.96}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Exposed", "storey_height": 2.69, "heat_loss_area": 35.21, "total_floor_area": 112.6}], "thermal_mass_parameter": 187}], "heating_cost_current": {"value": 571, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 108, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 571, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 108, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10188, "water_heating": 2285}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 68, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10070256827, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SG2 0BF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STEVENAGE", "built_form": 3, "created_at": "2019-08-14 10:44:25", "living_area": 19.02, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17761, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200011, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "12, Blackwell Close", "assessment_date": "2019-08-14", "assessment_type": "SAP", "completion_date": "2019-08-14", "inspection_date": "2019-08-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.55, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.34}], "sap_walls": [{"name": "E1", "u_value": 0.23, "wall_type": 2, "kappa_value": 89, "total_wall_area": 91.55, "is_curtain_walling": "false"}, {"name": "I-2", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 158.89}, {"name": "P-1", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 41.12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "E1", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.38, "location": "E1", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.52, "location": "E1", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.42, "location": "E1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.32, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.71, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.7, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.06, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 18.06, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.95, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.11, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 10.14, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.0962, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.14, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 8.11, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.11, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.11, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 40.34, "total_floor_area": 40.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 40.34, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2189, "water_heating": 2063}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10010261544, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 0NS", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-06-14 10:09:37", "living_area": 20.93, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 5, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 43.25, "heat_source_type": 1, "power_efficiency": 43.25}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 91.2, "heat_source_type": 2}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "10, Billingshurst Way", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.79, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500501, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.91, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 6.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "EW", "total_wall_area": 119.11, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 3, "description": "SEW", "total_wall_area": 16.51, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 65.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening _", "type": "Opening Type 1", "width": 3.16, "height": 2.49, "location": "External Wall 1", "orientation": 1}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.49, "location": "External Wall 1", "orientation": 1}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.49, "location": "External Wall 1", "orientation": 3}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.49, "location": "External Wall 1", "orientation": 3}, {"name": "Opening _", "type": "Opening Type 1", "width": 3.27, "height": 2.34, "location": "External Wall 1", "orientation": 1}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.34, "location": "External Wall 1", "orientation": 3}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.34, "location": "External Wall 1", "orientation": 3}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.34, "location": "External Wall 1", "orientation": 3}, {"name": "Opening _", "type": "Opening Type 1", "width": 1.02, "height": 2.34, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.57, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 43.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.67, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.51, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.45, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 8.66, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 14.29, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.5, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E8"}, {"length": 4.5, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 4.88, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 4.88, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 12.74, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.74, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.68, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.68, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.74, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 5.06, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Floor", "storey_height": 2.58, "heat_loss_area": 41.83, "total_floor_area": 41.83}, {"storey": 1, "u_value": 0.3, "floor_type": 3, "description": "Semi Exposed", "storey_height": 2.78, "heat_loss_area": 27.78, "total_floor_area": 69.61}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 252, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 252, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2384, "water_heating": 1943}}, "seller_commission_report": "Y", "energy_consumption_current": 19, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 19, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 4} +{"uprn": 10023446454, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DA9 9YG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GREENHITHE", "built_form": 1, "created_at": "2019-02-14 22:42:35", "living_area": 22.43, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "40, Fairlawn Crescent", "assessment_date": "2019-02-14", "assessment_type": "SAP", "completion_date": "2019-02-14", "inspection_date": "2019-02-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.97, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500387, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 57.33}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "sheltered", "total_wall_area": 25.72, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "Wall 1", "total_wall_area": 31.59, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.2, "height": 1.65, "location": "External Wall 2", "orientation": 5}, {"name": 3, "type": "Opening Type 2", "width": 1.58, "height": 2.1, "location": "External Wall 2", "orientation": 5}, {"name": 4, "type": "Opening Type 2", "width": 0.89, "height": 1.35, "location": "External Wall 2", "orientation": 1}, {"name": 5, "type": "Opening Type 2", "width": 0.91, "height": 1.35, "location": "External Wall 2", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.58, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.1, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 13.5, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.8, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 13.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 10.8, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.36, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.34, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 2.34, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6.6, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 6.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Floor 1", "storey_height": 2.34, "heat_loss_area": 57.33, "total_floor_area": 57.33}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 162, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 162, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1273, "water_heating": 1414}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 85, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093112250, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EC1V 2AD", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-11-14 11:17:04", "living_area": 50.24, "orientation": 4, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 76.15, "cooling_system_type": 1, "cooling_system_class": "A", "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.72, "heat_efficiency": 36.98, "heat_source_type": 1, "power_efficiency": 35.22}, {"fuel_type": 51, "heat_fraction": 0.28, "heat_efficiency": 90, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 57 Carrara Tower", "address_line_2": "1, Bollinder Place", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.1, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 32, "low_energy_fixed_lighting_outlets_count": 32, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 94.72}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.45, "wall_type": 2, "description": "Common Area", "total_wall_area": 4.22, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "External Wall", "total_wall_area": 93.88, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Bed 2", "type": "Opening Type 1", "width": 1.94, "height": 2.67, "location": "External Wall 2", "orientation": 6}, {"name": "Living", "type": "Opening Type 1", "width": 7.63, "height": 2.67, "location": "External Wall 2", "orientation": 6}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.12, "height": 2.67, "location": "External Wall 2", "orientation": 6}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.57, "height": 2.67, "location": "External Wall 2", "orientation": 8}, {"name": "Bed 1 ES", "type": "Opening Type 1", "width": 1.06, "height": 2.67, "location": "External Wall 2", "orientation": 8}, {"name": "Bed 1 ES", "type": "Opening Type 1", "width": 1.93, "height": 2.67, "location": "External Wall 2", "orientation": 2}, {"name": "Living", "type": "Opening Type 1", "width": 1.29, "height": 2.67, "location": "External Wall 2", "orientation": 2}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.43, "height": 2.67, "location": "External Wall 2", "orientation": 8}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.85, "heat_loss_area": 0, "total_floor_area": 94.72}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1583, "water_heating": 2192}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 54, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10024050102, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG41 5RZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WOKINGHAM", "built_form": 1, "created_at": "2019-11-14 14:14:26", "living_area": 23.3, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "40, Duffet Drive", "address_line_2": "Winnersh", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.02, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 50.54}], "sap_walls": [{"name": "GF Exposed", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 56.09, "is_curtain_walling": "false"}, {"name": "Sheltered wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 3.486, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 17.76}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.96, "height": 2.1, "location": "GF Exposed", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "GF Exposed", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "GF Exposed", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "GF Exposed", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 2.4, "height": 2.1, "location": "GF Exposed", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "GF Exposed", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.59, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.23, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.1, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.278, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.852, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.426, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 49.118, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 14.648, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 146, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 146, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 902, "water_heating": 1429}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.7", "energy_consumption_potential": 84, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093254093, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM24 8XT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STANSTED", "built_form": 1, "created_at": "2019-04-15 11:38:36", "living_area": 22.39, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 1.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Top-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "30, Nuthatch Place", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 1.81, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.07}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 55.86, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 81.89}, {"name": "party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 67.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.62, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.32, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.9, "location": "Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 6.49, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.49, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.6, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 1.49, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.75, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 11.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5.04, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 26.93, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 11.59, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 22.23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 5.98, "total_floor_area": 5.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 53.07}]}], "heating_cost_current": {"value": 180, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 180, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1715, "water_heating": 1439}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 93, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 12193646, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB2 4EW", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHALL", "built_form": 2, "created_at": "2019-02-15 09:50:39", "living_area": 18.5, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15425, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "32 Ellison Gardens", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "Plane Roof", "total_roof_area": 15.2}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 27.1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "Cavity Wall", "total_wall_area": 43, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 3, "description": "Sheltered Wall", "total_wall_area": 15.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "SW Windows", "type": "Windows", "width": 6.48, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "NW Window", "type": "Windows", "width": 0.7, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "NE Door", "type": "Door", "width": 0.8, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 42.3}], "thermal_mass_parameter": 450}], "heating_cost_current": {"value": 180, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 180, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1823, "water_heating": 1501}}, "seller_commission_report": "Y", "energy_consumption_current": 131, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 131, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 23} +{"uprn": 10093961619, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN21 3QA", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "EASTBOURNE", "created_at": "2019-07-16 12:31:33.000000", "living_area": 25.2, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "is_interlocked_system": "true", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 1, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "21-23, Langney Road", "assessment_date": "2019-07-15", "assessment_type": "SAP", "completion_date": "2019-07-15", "inspection_date": "2019-07-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 1.4 front - south east", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 0 1.4 compartment wall - new", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.11, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 50.0}], "sap_walls": [{"name": "1 front - south east", "u_value": 0.23, "wall_type": 2, "description": "front - south east", "kappa_value": 9.0, "total_wall_area": 29.52, "is_curtain_walling": "false"}, {"name": "2 compartment wall - new", "u_value": 0.39, "wall_type": 2, "description": "compartment wall - new", "kappa_value": 18.0, "total_wall_area": 30.48, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 20.0, "total_wall_area": 10.05, "is_curtain_walling": "false"}], "identifier": "flat 6", "overshading": 2, "sap_openings": [{"name": "1 0 1.4 front - south east", "type": "1 0 1.4 front - south east", "width": 9.73, "height": 1.0, "location": "1 front - south east", "orientation": 8}, {"name": "2 0 1.4 compartment wall - new", "type": "2 0 1.4 compartment wall - new", "width": 2.0, "height": 1.0, "location": "2 compartment wall - new", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 3, "u_value": 0.0, "floor_type": 3, "kappa_value": 30.0, "storey_height": 0.0, "heat_loss_area": 0.0, "total_floor_area": 50.0, "kappa_value_from_below": 0.0}]}], "heating_cost_current": 357, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": 34, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 357, "hot_water_cost_current": 207, "co2_emissions_potential": 2.1, "energy_rating_potential": 64, "lighting_cost_potential": 34, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 207, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2468, "water_heating": 1430}}, "seller_commission_report": "N", "energy_consumption_current": 254, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 254, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43, "additional_allowable_electricity_generation": 0.0} +{"uprn": 24146143, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS29 6HB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BANWELL", "built_form": 1, "created_at": "2019-05-15 10:03:19", "living_area": 12, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "41, Knightcott Park", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.26, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "New Build Roof - Insulation at Rafters", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.86}, {"name": "New Build Roof - Ceiling to Insulated Roof Void", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 32.73}, {"name": "New Build Roof - Dormer Roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.32}], "sap_walls": [{"name": "New Build External Walls - Render", "u_value": 0.21, "wall_type": 2, "kappa_value": 9, "total_wall_area": 114.81, "is_curtain_walling": "false"}, {"name": "New Build External Wall - Dormers", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 18.31, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "New Build External Walls - Render", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.9, "location": "New Build External Walls - Render", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.15, "location": "New Build External Walls - Render", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "New Build External Walls - Render", "orientation": 7}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 2.33, "location": "New Build External Walls - Render", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.84, "location": "New Build External Wall - Dormers", "orientation": 5}, {"name": 7, "type": "Roof windows (1)", "pitch": 42, "width": 0.001, "height": 0, "location": "New Build Roof - Insulation at Rafters", "orientation": 1}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.43, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.18, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.03, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 32.07, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 32.07, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11.51, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.57, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 12.83, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 22.42, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.45, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 13, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 15.48, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 20, "storey_height": 2.28, "heat_loss_area": 64.26, "total_floor_area": 64.26}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.17, "heat_loss_area": 0, "total_floor_area": 64.26}]}], "heating_cost_current": {"value": 262, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 262, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3714, "water_heating": 2007}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 18, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093589157, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LL16 4AX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DENBIGH", "built_form": 2, "created_at": "2019-08-15 10:09:50", "living_area": 16.76, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17515, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "2 Cae Topyn", "assessment_date": "2019-08-13", "assessment_type": "SAP", "completion_date": "2019-08-15", "inspection_date": "2019-08-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "GL", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "DR", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "GL DR", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 46.39}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 97.55, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 42.25}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 127.1}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 51.02}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "DR", "width": 1150, "height": 2150, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "GL", "width": 5.21, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 3", "type": "GL DR", "width": 1800, "height": 2100, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 4", "type": "GL", "width": 4.31, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 6", "type": "GL", "width": 660, "height": 1200, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.54, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.39, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.51, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.51, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 5.51, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 8.49, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.49, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.49, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 46.39, "total_floor_area": 46.39, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 46.39}]}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2894, "water_heating": 1881}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094141270, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP8 3EY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "IPSWICH", "built_form": 4, "created_at": "2019-05-15 11:22:53", "living_area": 14.82, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17904, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-terrace bungalow", "language_code": 1, "property_type": 1, "address_line_1": "Horsemans", "address_line_2": "Wenham Road", "address_line_3": "Copdock", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 43.84}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 57.69, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 4", "type": "Opening Type 2", "width": 0.9, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 5", "type": "Opening Type 2", "width": 0.6, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 6", "type": "Opening Type 2", "width": 1, "height": 1.4, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 7", "type": "Opening Type 2", "width": 1, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 8", "type": "Opening Type 2", "width": 1.4, "height": 1.3, "location": "External Wall 1", "orientation": 1}], "construction_year": 2009, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.55, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.71, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 4.7, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.05, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.15, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.15, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.35, "heat_loss_area": 43.84, "total_floor_area": 43.84}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 249, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 249, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 81}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.2, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3046, "water_heating": 1604}}, "seller_commission_report": "Y", "energy_consumption_current": 174, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 19, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 31} +{"uprn": 100061828860, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH20 3HU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PULBOROUGH", "built_form": 1, "created_at": "2019-10-15 13:26:55", "living_area": 51, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17491, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 1.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Enigma", "address_line_2": "Hampers Lane", "address_line_3": "Storrington", "assessment_date": "2017-11-27", "assessment_type": "SAP", "completion_date": "2019-10-15", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 7, "air_permeability": 1.64, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500481, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 300, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-15", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.8, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 0.81, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 4, "u_value": 0.79, "data_source": 2, "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.57}, {"name": "Opening Type 3", "type": 1, "u_value": 0.8, "data_source": 2, "glazing_type": 1}, {"name": "sttue conv window", "type": 5, "u_value": 0.58, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 293}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "External Wall 1", "kappa_value": 0, "total_wall_area": 203.3, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 342}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "sttue conv window", "pitch": 0, "width": 3.05, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "Opening 2", "type": "sttue conv window", "pitch": 0, "width": 3.63, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "Opening 3", "type": "Opening Type 3", "width": 950, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "Opening Type 1", "width": 3273, "height": 4900, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 5", "type": "Opening Type 1", "width": 3274, "height": 4900, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 6", "type": "Opening Type 2", "width": 8.21, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 7", "type": "Opening Type 2", "width": 13.1, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 26.82, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 25.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 56.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 60, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 12.4, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 76.7, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 58.3, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 18.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 26.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.6, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 4.6, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 11.6, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 28.1, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.9, "heat_loss_area": 155.9, "total_floor_area": 155.9}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "description": "Heat Loss Floor 2", "kappa_value": 18, "storey_height": 2.34, "heat_loss_area": 20, "total_floor_area": 144, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 443, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 93, "lighting_cost_current": {"value": 128, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 443, "currency": "GBP"}, "hot_water_cost_current": {"value": 111, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 128, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 111, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3667, "water_heating": 2367}}, "seller_commission_report": "Y", "energy_consumption_current": 29, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 29, "environmental_impact_current": 93, "current_energy_efficiency_band": "A", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 5} +{"uprn": 10010522219, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV23 0XP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RUGBY", "built_form": 1, "created_at": "2019-03-15 10:34:50", "living_area": 21.2, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 7.1 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "20, Skelhorn Avenue", "assessment_date": "2019-03-15", "assessment_type": "SAP", "completion_date": "2019-03-15", "inspection_date": "2019-03-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 5.13, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.8}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 78.3, "total_wall_area": 127.21, "is_curtain_walling": "false"}, {"name": "garage", "u_value": 0.34, "wall_type": 2, "kappa_value": 78.3, "total_wall_area": 20.28, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.3}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 24.6}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.95, "location": "external", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.25, "location": "external", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.4, "psi_value": 0.209, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.7, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.5, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.3, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.7, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 17, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.117, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.8, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 7.8, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E20"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.6, "heat_loss_area": 42.8, "total_floor_area": 42.8}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "kappa_value": 20, "storey_height": 2.3, "heat_loss_area": 12.3, "total_floor_area": 56.8}]}], "heating_cost_current": {"value": 267, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 268, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3573, "water_heating": 2043}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 25, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB6 0FN", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "GREENFORD", "built_form": 1, "created_at": "2019-08-15 15:10:42", "living_area": 32.69, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 49.9, "heat_source_type": 1, "power_efficiency": 32}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 86.5, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "59 Tillermans Court", "address_line_2": "Grenan Square", "assessment_date": "2019-08-15", "assessment_type": "SAP", "completion_date": "2019-08-15", "inspection_date": "2019-08-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.82, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.35, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Pary Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 42.3}], "sap_walls": [{"name": "External Wall", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 14.591, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 44.2}, {"name": "Party walls (Corridor)", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 13.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2.26, "height": 2.26, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.26, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.82, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 2.779, "psi_value": 0.126, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.79, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.26, "psi_value": 0.118, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 5.04, "psi_value": 0.126, "psi_value_source": 3, "thermal_bridge_type": "E7"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 103, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 103, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1, "water_heating": 1738}}, "seller_commission_report": "Y", "energy_consumption_current": 60, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 60, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10094773170, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH10 5FA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNEMOUTH", "built_form": 2, "created_at": "2019-07-19 09:10:20", "living_area": 31.34, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5 Newmill Close", "address_line_2": "Ensbury Park", "assessment_date": "2018-10-16", "assessment_type": "SAP", "completion_date": "2019-07-19", "inspection_date": "2018-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.67, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched Roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 24.09}, {"name": "Plain", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.71}], "sap_walls": [{"name": "External Walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 85.05, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 35.68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 1.35, "location": "External Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.45, "height": 0.9, "location": "External Walls", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 3.6, "height": 2.1, "location": "External Walls", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.8, "height": 1.425, "location": "External Walls", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "External Walls", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "External Walls", "orientation": 7}, {"name": 8, "type": "Roof windows (1)", "pitch": 30, "width": 0.78, "height": 0.95, "location": "Pitched Roof", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.25, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.65, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.95, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.02, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.02, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.39, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.68, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 8.58, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 8.58, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.4, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.4, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 4.68, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.78, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 39.31, "total_floor_area": 39.31}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 39.31}]}], "heating_cost_current": {"value": 202, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 202, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 353, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2319, "water_heating": 1761}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093506571, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM20 4BT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRAYS", "built_form": 1, "created_at": "2019-12-04 12:15:05", "living_area": 20.62, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Devonshire Close", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.8, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500419, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 124, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Bay Flat", "total_roof_area": 1.45}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Joists", "total_roof_area": 61.19}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Ex Wall House", "total_wall_area": 168.69, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.03, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.45, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": 3, "type": "Opening Type 2", "width": 1.81, "height": 2.11, "location": "External Wall 1", "orientation": 1}, {"name": 4, "type": "Opening Type 2", "width": 1.36, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": 5, "type": "Opening Type 2", "width": 1.36, "height": 2.11, "location": "External Wall 1", "orientation": 1}, {"name": 6, "type": "Opening Type 2", "width": 0.69, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": 7, "type": "Opening Type 2", "width": 1.36, "height": 2.11, "location": "External Wall 1", "orientation": 1}, {"name": 8, "type": "Opening Type 2", "width": 2.37, "height": 2.11, "location": "External Wall 1", "orientation": 5}, {"name": 9, "type": "Opening Type 2", "width": 2.37, "height": 2.11, "location": "External Wall 1", "orientation": 5}, {"name": 10, "type": "Opening Type 2", "width": 0.69, "height": 2.11, "location": "External Wall 1", "orientation": 5}, {"name": 11, "type": "Opening Type 2", "width": 1.36, "height": 1.14, "location": "External Wall 1", "orientation": 5}, {"name": 12, "type": "Opening Type 2", "width": 0.69, "height": 1.06, "location": "External Wall 1", "orientation": 5}, {"name": 13, "type": "Opening Type 2", "width": 1.36, "height": 1.14, "location": "External Wall 1", "orientation": 5}, {"name": 14, "type": "Opening Type 2", "width": 0.69, "height": 1.06, "location": "External Wall 1", "orientation": 7}, {"name": 15, "type": "Opening Type 2", "width": 2.42, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": 16, "type": "Opening Type 2", "width": 0.65, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": 17, "type": "Opening Type 2", "width": 0.65, "height": 2.1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.31, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.28, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 59.36, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.76, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 30.33, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.33, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1.91, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 15.91, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.43, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 25.6, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.12, "psi_value": -0.07, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground", "storey_height": 2.38, "heat_loss_area": 62.64, "total_floor_area": 62.64}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 61.19}], "thermal_mass_parameter": 209}], "heating_cost_current": {"value": 252, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3397, "water_heating": 2147}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 17, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10008507988, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.33 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG21 6AW", "data_type": 4, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BASINGSTOKE", "built_form": 1, "created_at": "2019-10-12 23:06:12", "living_area": 24.68, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"main_heating_code": 306, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95.9, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 76, Lilly Court", "address_line_2": "21, Fullbrook Drive", "assessment_date": "2019-10-02", "assessment_type": "SAP", "completion_date": "2019-10-12", "inspection_date": "2019-10-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "frame_type": 8, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Flat Above", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 46.41}], "sap_walls": [{"name": "External Wall", "u_value": 0.219, "wall_type": 2, "kappa_value": 190, "total_wall_area": 23.02, "is_curtain_walling": "false"}, {"name": "Sheltered to Stairs - Existing", "u_value": 0.43, "wall_type": 2, "kappa_value": 190, "total_wall_area": 11.99, "is_curtain_walling": "false"}, {"name": "Sheltered to Corridor - New", "u_value": 0.43, "wall_type": 2, "kappa_value": 190, "total_wall_area": 21.99, "is_curtain_walling": "false"}, {"name": "Sheltered Wall to Stair new - New", "u_value": 0.43, "wall_type": 2, "kappa_value": 190, "total_wall_area": 5.34, "is_curtain_walling": "false"}, {"name": "Sheltered Wall to Riser- New", "u_value": 0.43, "wall_type": 2, "kappa_value": 190, "total_wall_area": 7.41, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 18.79}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.41, "location": "Sheltered to Corridor - New", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.36, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 260, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 260, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 102, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2829, "water_heating": 2023}}, "seller_commission_report": "Y", "energy_consumption_current": 117, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 117, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093699769, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB3 0GX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-10-03 11:35:53", "living_area": 29.03, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "143, Lawrence Weaver Road", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.81, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.546, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W5", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 5, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.29, "wall_type": 2, "description": "External", "total_wall_area": 76.85, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.25, "wall_type": 3, "description": "Wall to stairwell", "total_wall_area": 13.78, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.36, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 1, "width": 1.36, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 5, "width": 1.02, "height": 2.1, "location": "Wall 2", "orientation": 0}, {"name": 6, "type": 1, "width": 2.49, "height": 2.25, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 1, "width": 1.36, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 1, "width": 0.69, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 1, "width": 1.36, "height": 1.5, "location": "Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.64, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.62, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.65, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.12, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.65, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.12, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.68, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 14.4, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "GF 200mm", "storey_height": 2.4, "heat_loss_area": 69.17, "total_floor_area": 69.17}], "thermal_mass_parameter": 178.89}], "heating_cost_current": {"value": 183, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 183, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1876, "water_heating": 1535}}, "seller_commission_report": "Y", "energy_consumption_current": 63, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 63, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10091162535, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW14 7ES", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-13 15:27:58", "living_area": 29.9, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "3 Noblac Court", "address_line_2": "1e, St. Leonards Road", "assessment_date": "2019-04-11", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 138, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 11", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 14", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 63.7}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Roof 2", "total_roof_area": 28.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Cavity Garage", "total_wall_area": 18.5, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Existing Garage", "total_wall_area": 10.3, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.28, "wall_type": 2, "description": "Existing Solid", "total_wall_area": 10.6, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.24, "wall_type": 2, "description": "New Cavity", "total_wall_area": 86.2, "is_curtain_walling": "false"}, {"name": "External Wall 5", "u_value": 0.24, "wall_type": 2, "description": "New Solid", "total_wall_area": 45.2, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w7", "type": "Opening Type 1", "width": 2, "height": 0.8, "location": "External Wall 5", "orientation": 7}, {"name": "w2", "type": "Opening Type 1", "width": 0.4, "height": 1.7, "location": "External Wall 4", "orientation": 3}, {"name": "w3", "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 4", "orientation": 3}, {"name": "w4", "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 4", "orientation": 3}, {"name": "w5", "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 4", "orientation": 3}, {"name": "w6", "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 4", "orientation": 3}, {"name": "w8", "type": "Opening Type 1", "width": 1.2, "height": 2, "location": "External Wall 5", "orientation": 1}, {"name": "w9", "type": "Opening Type 1", "width": 0.9, "height": 1.3, "location": "External Wall 5", "orientation": 1}, {"name": "w10", "type": "Opening Type 1", "width": 2, "height": 2.1, "location": "External Wall 4", "orientation": 5}, {"name": "w11", "type": "Opening Type 1", "width": 2, "height": 2.1, "location": "External Wall 4", "orientation": 5}, {"name": "v12", "type": "Opening Type 11", "pitch": 40, "width": 0.6, "height": 0.8, "location": "Roof 2", "orientation": 7}, {"name": "v13", "type": "Opening Type 11", "pitch": 40, "width": 0.6, "height": 0.8, "location": "Roof 2", "orientation": 7}, {"name": "v14", "type": "Opening Type 11", "pitch": 40, "width": 0.6, "height": 0.8, "location": "Roof 2", "orientation": 7}, {"name": "de1", "type": "Opening Type 14", "width": 1, "height": 2, "location": "External Wall 4", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 48.9, "total_floor_area": 48.9}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Floor 2", "storey_height": 2.3, "heat_loss_area": 37.4, "total_floor_area": 88.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 400, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 400, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 85}], "co2_emissions_potential": 1.5, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7116, "water_heating": 2015}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 61, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094118383, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF12 7LR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DEWSBURY", "built_form": 1, "created_at": "2019-11-12 10:46:35", "living_area": 17.24, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Rumble Road", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.22, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.18}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 133.18, "is_curtain_walling": "false"}, {"name": "Gf stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 53.01}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 26.226}, {"name": "1F Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 113.169}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 6}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.25, "location": "external", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.51, "location": "external", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 5.22, "location": "external", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 4.21, "location": "external", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.07, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 11.41, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.2, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.32, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.32, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.08, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.24, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.5, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.325, "heat_loss_area": 45.18, "total_floor_area": 45.18}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 45.18, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 244, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 244, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3288, "water_heating": 1687}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093760194, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR2 3DW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 4, "created_at": "2019-10-07 16:09:13", "living_area": 19.97, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "26, Palatine Drive", "assessment_date": "2019-10-07", "assessment_type": "SAP", "completion_date": "2019-10-07", "inspection_date": "2019-10-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.82, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-07", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.75, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 6, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 11, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W8", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 14, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W10", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 17, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W11", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 1.29}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 23.03}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 18.89}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 64.28, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer", "total_wall_area": 2.65, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 136.45}, {"name": "Wall 5", "u_value": 0.22, "wall_type": 2, "description": "Smart Roof gable", "total_wall_area": 11.25, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0, "wall_type": 4, "description": "Smartroof Party", "total_wall_area": 11.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 4, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 6, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 11, "type": 11, "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 3", "orientation": 1}, {"name": 13, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 2", "orientation": 1}, {"name": 14, "type": 14, "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 3", "orientation": 5}, {"name": 15, "type": 1, "width": 0.92, "height": 0.23, "location": "Wall 1", "orientation": 1}, {"name": 17, "type": 17, "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 3", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.77, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.44, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.26, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.22, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.44, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.22, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.37, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 3.85, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 12.3, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12.3, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17.45, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 34.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 11.37, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 2.34, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.34, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.08, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.11, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0.92, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.32, "heat_loss_area": 35.82, "total_floor_area": 35.82}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 35.82}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 35.82}], "thermal_mass_parameter": 177.07}], "heating_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 221, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2748, "water_heating": 1750}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 44, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10070542719, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 50% of fixed outlets", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "postcode": "CA16 6FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "APPLEBY-IN-WESTMORLAND", "built_form": 1, "created_at": "2019-11-05 14:39:54", "living_area": 22.3, "orientation": 3, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 15169, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "8, Heron Grove", "address_line_3": "Bongate Cross", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-05", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.74, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.81, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 50}, "sap_opening_types": [{"name": "front door", "type": 1, "u_value": 1.08, "data_source": 2, "glazing_type": 1}, {"name": "rear", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "front", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "total_roof_area": 55.7}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "total_wall_area": 60.56, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "common area", "total_wall_area": 13.84, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "front door", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "rear", "type": "rear", "width": 2.94, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "front", "type": "front", "width": 3.43, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2012, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "2006 regulations"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 2, "storey_height": 2.4, "heat_loss_area": 55.7, "total_floor_area": 55.7}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 238, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 22, "currency": "GBP"}, "indicative_cost": "\u00a320", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 84}], "co2_emissions_potential": 1.4, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2773, "water_heating": 1792}}, "seller_commission_report": "Y", "energy_consumption_current": 146, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "1.25r06", "energy_consumption_potential": 140, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 100041115709, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT1 1HN", "data_type": 4, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "DORCHESTER", "built_form": 4, "created_at": "2019-10-31 13:15:22", "living_area": 41.58, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2106, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.41, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "37a High East Street", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 3, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance door", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "New roof light", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Upgraded roof", "kappa_value": 9, "total_roof_area": 126.48}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Hall wall upgraded", "kappa_value": 9, "total_wall_area": 51.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 100, "total_wall_area": 65.63}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 7.28}, {"name": "Party Wall 0", "u_value": 0.5, "wall_type": 4, "kappa_value": 20, "total_wall_area": 32.63}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 74.01}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Entrance door", "width": 1.96, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "New roof light", "pitch": 30, "width": 3.75, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "Opening 3", "type": "New roof light", "pitch": 30, "width": 0.82, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "Opening 4", "type": "New roof light", "pitch": 30, "width": 0.36, "height": 1, "location": "Roof 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "Floor over retail", "kappa_value": 20, "storey_height": 3.17, "heat_loss_area": 93.69, "total_floor_area": 93.69}]}], "heating_cost_current": {"value": 1140, "currency": "GBP"}, "co2_emissions_current": 5.2, "energy_rating_average": 60, "energy_rating_current": 49, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1140, "currency": "GBP"}, "hot_water_cost_current": {"value": 197, "currency": "GBP"}, "co2_emissions_potential": 5.2, "energy_rating_potential": 49, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 197, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7667, "water_heating": 1846}}, "seller_commission_report": "Y", "energy_consumption_current": 329, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 329, "environmental_impact_current": 46, "current_energy_efficiency_band": "E", "environmental_impact_potential": 46, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 56} +{"uprn": 10094440432, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME15 8YF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MAIDSTONE", "built_form": 2, "created_at": "2019-10-11 11:26:13", "living_area": 18.65, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200003, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Pentecost Lane", "address_line_2": "Otham", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.2, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 4, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 5, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 6, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 7, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 8, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 9, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}, {"name": 10, "type": 4, "u_value": 1.2, "data_source": 4, "description": "W1", "glazing_type": 6, "solar_transmittance": 0.3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 2", "u_value": 0.25, "roof_type": 2, "description": "Bay Roof", "total_roof_area": 1}, {"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 45.4}], "sap_walls": [{"name": "Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "total_wall_area": 120.61, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 39.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 3, "width": 1.85, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 4, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 5, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 6, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 7, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 8, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 9, "width": 0.65, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 10, "width": 0.65, "height": 1.5, "location": "Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.17, "psi_value": 0.442, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.23, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.5, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.5, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1.3, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.5, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25.18, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.78, "psi_value": -0.051, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.2, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 5.3, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 5.3, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.39, "heat_loss_area": 46.4, "total_floor_area": 46.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 45.4}], "thermal_mass_parameter": 169}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 334, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2836, "water_heating": 1718}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 9, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10012875927, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.60 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN23 1LQ", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "ASHFORD", "built_form": 1, "created_at": "2019-09-05 14:58:02", "living_area": 28.2, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 11", "address_line_2": "17 Drum Lane", "assessment_date": "2018-10-30", "assessment_type": "SAP", "completion_date": "2019-09-05", "inspection_date": "2018-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched Roof", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.1}, {"name": "Pitched Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 18.15}], "sap_walls": [{"name": "Cavity Wall", "u_value": 0.6, "wall_type": 2, "kappa_value": 190, "total_wall_area": 30, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 7.9}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 6.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Cavity Wall", "orientation": 6}, {"name": 2, "type": "Roof windows (1)", "pitch": 45, "width": 0.8, "height": 0.9, "location": "Pitched Roof", "orientation": 3}, {"name": 3, "type": "Roof windows (1)", "pitch": 45, "width": 0.8, "height": 0.9, "location": "Pitched Roof", "orientation": 7}, {"name": 4, "type": "Roof windows (1)", "pitch": 45, "width": 0.8, "height": 0.9, "location": "Pitched Roof", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 477, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 60, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 477, "currency": "GBP"}, "hot_water_cost_current": {"value": 165, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 60, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 165, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2717, "water_heating": 939}}, "seller_commission_report": "Y", "energy_consumption_current": 273, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 273, "environmental_impact_current": 64, "current_energy_efficiency_band": "D", "environmental_impact_potential": 64, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 46} +{"uprn": 12187613, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB2 4BA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHALL", "built_form": 4, "created_at": "2019-11-13 15:12:45", "living_area": 13.91, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.51, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Lockwood Road", "assessment_date": "2019-11-13", "assessment_type": "SAP", "completion_date": "2019-11-13", "inspection_date": "2019-11-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 119, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-13", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.08, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.671}], "sap_walls": [{"name": "External wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 68.184, "is_curtain_walling": "false"}, {"name": "Window infill", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 2.405, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 151.524}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.025, "height": 2.1, "location": "External wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 0.9, "height": 1.35, "location": "External wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 0.9, "height": 1.25, "location": "External wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 0.9, "height": 2.1, "location": "External wall", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1.8, "height": 1.425, "location": "External wall", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.8, "height": 1.425, "location": "External wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.8, "height": 2.1, "location": "External wall", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 0.96, "height": 1.25, "location": "External wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.215, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.365, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.35, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.598, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.196, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.598, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 32.84, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 18.456, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 36.912, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 18.456, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 75, "storey_height": 2.535, "heat_loss_area": 39.69, "total_floor_area": 39.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.813, "heat_loss_area": 0, "total_floor_area": 39.68}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 39.68}]}], "heating_cost_current": {"value": 228, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 230, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.7, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2540, "water_heating": 2178}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 35, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093199965, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX12 7FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WANTAGE", "built_form": 4, "created_at": "2019-10-08 14:23:32", "living_area": 22.72, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "35, Chequers Lane", "address_line_2": "Grove", "assessment_date": "2019-10-08", "assessment_type": "SAP", "completion_date": "2019-10-08", "inspection_date": "2019-10-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.8}, {"name": 8, "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Joists", "total_roof_area": 77.56}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Ext wall apt", "total_wall_area": 64.63, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 7.84}, {"name": "Wall 2", "u_value": 0.21, "wall_type": 3, "description": "Wall to stair", "total_wall_area": 21.29, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 5, "type": 1, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 1, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 8, "width": 0.99, "height": 2.1, "location": "Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.05, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.06, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.3, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.06, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 8.91, "psi_value": 0.03302, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 27.04, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 4.98, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 8.91, "psi_value": 0.05964, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 11.95, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.78, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.39, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 3.28, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.39, "heat_loss_area": 0, "total_floor_area": 77.56}], "thermal_mass_parameter": 171}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2096, "water_heating": 1606}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 83, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10070018197, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.40 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BR1 3FL", "data_type": 4, "hot_water": {"description": "From main system, no cylinder thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "BROMLEY", "built_form": 3, "created_at": "2019-11-06 15:36:53", "living_area": 28.2, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16394, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "false", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "11 Sundridge Park Mansion", "address_line_2": "Willoughby Lane", "assessment_date": "2016-02-19", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 79, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Opening Type 3", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 78.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "C wall", "total_wall_area": 96.26, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 2.45, "wall_type": 2, "description": "SOILD WALL", "total_wall_area": 11.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 33.48}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "WF30, 32", "type": "Opening Type 1", "width": 6.04, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "WF31", "type": "Opening Type 3", "width": 1.17, "height": 2.58, "location": "External Wall 1", "orientation": 2}, {"name": "WF33, 34, 35", "type": "Opening Type 1", "width": 9.06, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "WF40", "type": "Opening Type 1", "width": 1.09, "height": 1.12, "location": "External Wall 1", "orientation": 6}, {"name": "WF50 51", "type": "Opening Type 1", "width": 4.29, "height": 1, "location": "External Wall 2", "orientation": 4}, {"name": "DOOR", "type": "Opening Type 2", "width": 0.96, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.1, "heat_loss_area": 0, "total_floor_area": 78.65}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 316, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 316, "currency": "GBP"}, "hot_water_cost_current": {"value": 121, "currency": "GBP"}, "co2_emissions_potential": 2.1, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 121, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4678, "water_heating": 2446}}, "seller_commission_report": "Y", "energy_consumption_current": 149, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 149, "environmental_impact_current": 73, "current_energy_efficiency_band": "C", "environmental_impact_potential": 73, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10033646581, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW6 5FY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-21 15:50:03", "living_area": 23.4, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6653, "heat_efficiency": 68.89, "heat_source_type": 1, "power_efficiency": 30.2}, {"fuel_type": 51, "heat_fraction": 0.3347, "heat_efficiency": 98.2, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 33 Wingham House", "address_line_2": "Tollgate Gardens", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.943, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.1, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.26, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.73, "glazing_type": 6, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "PARTY CEILING", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 76.4}], "sap_walls": [{"name": "External wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 150, "total_wall_area": 46.813, "is_curtain_walling": "false"}, {"name": "SHELTERED WALL", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.56, "is_curtain_walling": "false"}, {"name": "PARTY WALL", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 60.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2, "location": "SHELTERED WALL", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 2.6, "height": 2.035, "location": "External wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 5.2, "height": 2.035, "location": "External wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 35, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 2.675, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.1, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 3.85, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7.8, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 129, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 129, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 676, "water_heating": 2082}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.22", "energy_consumption_potential": 41, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094267932, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE8 3JX", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-10-14 09:19:27", "living_area": 29.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.87, "heat_efficiency": 54.2, "heat_source_type": 1, "power_efficiency": 37.4}, {"fuel_type": 51, "heat_fraction": 0.13, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 21 Kingwood Apartments", "address_line_2": "31, Waterline Way", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.42, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500470, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.19, "data_source": 2, "frame_factor": 0.85, "glazing_type": 3, "solar_transmittance": 0.47}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 79.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "total_wall_area": 45, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 27.5}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.7, "height": 2.4, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 2", "width": 3.6, "height": 2.4, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 1}, {"name": 5, "type": "Opening Type 2", "width": 2.1, "height": 2.4, "location": "External Wall 1", "orientation": 1}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 79.3}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 543, "water_heating": 2104}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r12", "energy_consumption_potential": 36, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093197135, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX11 6FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DIDCOT", "built_form": 3, "created_at": "2019-10-30 17:55:11", "living_area": 23.4, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "11, Candytuft Way", "address_line_2": "Harwell", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.6, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 51.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Brick Cavity", "kappa_value": 110, "total_wall_area": 51.58, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 3, "description": "Common Wall", "kappa_value": 110, "total_wall_area": 3.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 12.93}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.07}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1010, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 5.46, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1.94, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.49, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.48, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 47.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.62, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.62, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 11.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.31, "heat_loss_area": 0, "total_floor_area": 51.4}]}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 60, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1105, "water_heating": 1349}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": 86, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 202224435, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA9 8BE", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEMBLEY", "built_form": 1, "created_at": "2019-10-10 01:41:40", "living_area": 28.47, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 65, "heat_source_type": 1, "power_efficiency": 31}, {"fuel_type": 51, "heat_fraction": 0.34, "heat_efficiency": 90, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 19 Signia Court", "address_line_2": "Wembley Hill Road", "assessment_date": "2019-10-09", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.19, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.34, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "EXPOSED", "u_value": 0.18, "wall_type": 2, "kappa_value": 190, "total_wall_area": 21.6, "is_curtain_walling": "false"}, {"name": "semi", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 29.3, "is_curtain_walling": "false"}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 14.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.932, "height": 2.1, "location": "semi", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.8, "location": "EXPOSED", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.8, "location": "EXPOSED", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.95, "location": "EXPOSED", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 5.73, "location": "EXPOSED", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 118, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 118, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 105, "water_heating": 2055}}, "seller_commission_report": "Y", "energy_consumption_current": 33, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 33, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10093930088, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.31 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM2 0GF", "data_type": 4, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELMSFORD", "built_form": 1, "created_at": "2019-11-09 21:19:01", "living_area": 18.1, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 88.35, "heat_source_type": 2}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 12 Carlton House", "address_line_2": "101, New London Road", "assessment_date": "2019-11-09", "assessment_type": "SAP", "completion_date": "2019-11-09", "inspection_date": "2019-11-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.35, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500160, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 34, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.32, "wall_type": 2, "total_wall_area": 31.887, "is_curtain_walling": "false"}, {"name": "Partition Wall", "u_value": 0.3, "wall_type": 2, "total_wall_area": 13.041, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "total_wall_area": 18.846}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2, "location": "Partition Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 4.748, "height": 1.935, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (2)", "width": 2.34, "height": 1.935, "location": "External Wall", "orientation": 2}, {"name": 4, "type": "Windows (2)", "width": 2.34, "height": 1.935, "location": "External Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 170, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 29, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 170, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 29, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1461, "water_heating": 1657}}, "seller_commission_report": "Y", "energy_consumption_current": 161, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 161, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 28} +{"uprn": 10093757971, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR2 7BZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTH CROYDON", "built_form": 1, "created_at": "2019-11-05 14:00:36", "living_area": 29.41, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17688, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 10 Danet Court", "address_line_2": "2, Campden Road", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-05", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-05", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.258, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Pitched Roof", "u_value": 0.12, "roof_type": 2, "total_roof_area": 39.2}, {"name": "Flat Roof", "u_value": 0.15, "roof_type": 2, "total_roof_area": 54.64}], "sap_walls": [{"name": "Communal Wall", "u_value": 0.19, "wall_type": 2, "total_wall_area": 33.143, "is_curtain_walling": "false"}, {"name": "Loft Wall", "u_value": 0.12, "wall_type": 2, "total_wall_area": 37.071, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "total_wall_area": 8.84, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 17.808}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Communal Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 2.212, "height": 1.5, "location": "External Wall 2", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 2.212, "height": 1.5, "location": "External Wall 2", "orientation": 6}, {"name": 4, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.818, "location": "Pitched Roof", "orientation": 4}, {"name": 5, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.818, "location": "Pitched Roof", "orientation": 4}, {"name": 6, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.818, "location": "Pitched Roof", "orientation": 4}, {"name": 7, "type": "Roof windows (1)", "width": 0.78, "height": 0.818, "location": "Pitched Roof", "orientation": 6}, {"name": 8, "type": "Roof windows (1)", "width": 0.78, "height": 0.818, "location": "Pitched Roof", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.43, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 40.73, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.94, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 13.06, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6.57, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 3.02, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 21.18, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.35, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 24.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 3.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.9, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 8.18, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2077, "water_heating": 1900}}, "seller_commission_report": "Y", "energy_consumption_current": 40, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 40, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10008190781, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE21 9EL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOSTON", "built_form": 1, "created_at": "2019-10-23 16:24:36", "living_area": 20.25, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17960, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Mallow Gardens", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.82, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1, "orientation": 5, "overshading": 2, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance Door", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Half Glazed Doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 45.4}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Bay Roof Target", "kappa_value": 9, "total_roof_area": 2.21}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 139.14, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 62.88}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance Door", "type": "Entrance Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 7.55, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Patio Doors", "type": "Patio Doors", "width": 2.52, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Windows", "type": "Windows", "width": 0.77, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "LH Windows", "type": "Windows", "width": 5.51, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "RH Windows", "type": "Windows", "width": 2.7, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.67, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.46, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.38, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 4.32, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 2.66, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 27.38, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.42, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.66, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.28, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 43.19, "total_floor_area": 45.4, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "FF", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 45.4}]}], "heating_cost_current": {"value": 266, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 266, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.0, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3792, "water_heating": 1833}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 62, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093204158, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK40 4UX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 2, "created_at": "2019-10-30 14:38:03", "living_area": 20.69, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17829, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200036, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Bream Close", "address_line_2": "Biddenham", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500018, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 12, "type": 5, "u_value": 1.7, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 7", "u_value": 0.29, "roof_type": 2, "description": "Flat Dormer Roof", "total_roof_area": 2.82}, {"name": "Roof 9", "u_value": 0.144, "roof_type": 2, "description": "Low Roof Sloping ins", "total_roof_area": 8.15}, {"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 22.84}, {"name": "Roof 8", "u_value": 0.11, "roof_type": 2, "description": "Pitched Bay Roof", "total_roof_area": 1}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 17.06}], "sap_walls": [{"name": "Wall 3", "u_value": 0.33, "wall_type": 2, "description": "Dormer Wall - May 17", "total_wall_area": 7.33, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 152.07, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 56.12}, {"name": "Wall 4", "u_value": 0.21, "wall_type": 2, "description": "Stud Walls to RiR", "total_wall_area": 16.42, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.94, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 2, "width": 0.49, "height": 0.9, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 2, "width": 0.92, "height": 0.9, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 0.92, "height": 1.05, "location": "Wall 3", "orientation": 6}, {"name": 7, "type": 2, "width": 0.92, "height": 1.05, "location": "Wall 3", "orientation": 6}, {"name": 8, "type": 2, "width": 1.77, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 2, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 11, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 12, "type": 12, "pitch": 45, "width": 0.69, "height": 1.18, "location": "Roof 2", "orientation": 2}, {"name": 13, "type": 12, "pitch": 45, "width": 0.69, "height": 1.18, "location": "Roof 2", "orientation": 2}, {"name": 14, "type": 2, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 15, "type": 2, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.26, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.32, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.54, "psi_value": 0.052665, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 38.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 3.58, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.8, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E14"}, {"length": 24.74, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.9, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 11.16, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 16, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 4.28, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}, {"length": 5.16, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.38, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.72, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 1.83, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 8.97, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.31, "heat_loss_area": 44.2, "total_floor_area": 44.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.58, "heat_loss_area": 0, "total_floor_area": 43.2}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.15, "heat_loss_area": 0, "total_floor_area": 35.05}], "thermal_mass_parameter": 152}], "heating_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3597, "water_heating": 2145}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 21, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094267903, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE8 3JZ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-10-14 09:41:48", "living_area": 28.3, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.87, "heat_efficiency": 54.2, "heat_source_type": 1, "power_efficiency": 37.4}, {"fuel_type": 51, "heat_fraction": 0.13, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 1.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 23 Lacewood Apartments", "address_line_2": "4, Timberyard Street", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 1.62, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500470, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.19, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.47}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 78.7}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "total_wall_area": 43, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 4.25}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 54.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": 3, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": 4, "type": "Opening Type 2", "width": 2.2, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": 5, "type": "Opening Type 2", "width": 2.5, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": 6, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 6}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 78.7}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 323, "water_heating": 2100}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r12", "energy_consumption_potential": 35, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093000843, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B66 2BQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SMETHWICK", "built_form": 2, "created_at": "2019-10-10 15:50:46", "living_area": 18.81, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16396, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.2 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Argyll Way", "assessment_date": "2019-10-10", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.19, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 43.08}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall 1", "kappa_value": 70, "total_wall_area": 99.65, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 44.68}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 142.12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Window", "type": "Window", "width": 2.4, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Windows", "type": "Window", "width": 8.2, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Side Windows", "type": "Window", "width": 2.47, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Bay Front", "type": "Window", "width": 1350, "height": 1310, "location": "External Wall 1", "orientation": 6}, {"name": "Bay Side", "type": "Window", "width": 630, "height": 1310, "location": "External Wall 1", "orientation": 2}, {"name": "Bay Side", "type": "Window", "width": 630, "height": 1310, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.87, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.53, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.86, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.85, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.85, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.138, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.902, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 11.84, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.78, "psi_value": -0.117, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.04, "psi_value": -0.003, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.902, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.9, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 18, "storey_height": 2.39, "heat_loss_area": 43.08, "total_floor_area": 43.08}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 42.19}]}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 238, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 40, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 301, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2908, "water_heating": 2003}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 20, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094723296, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX8 2BS", "data_type": 2, "hot_water": {"description": "From main system, plus solar", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "EXMOUTH", "built_form": 1, "created_at": "2019-10-22 16:14:00", "living_area": 26.95, "orientation": 8, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17248, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "solar_heating_details": {"shower_types": 1, "solar_store_volume": 135, "has_solar_powered_pump": "false", "solar_panel_aperture_area": 4.04, "solar_panel_collector_type": 2, "solar_panel_collector_pitch": 3, "is_solar_store_combined_cylinder": "true", "solar_panel_collector_data_source": 2, "solar_panel_collector_orientation": 6, "solar_panel_collector_overshading": 1, "solar_panel_collector_zero_loss_efficiency": 80, "solar_panel_collector_linear_heat_loss_coefficient": 4.17, "solar_panel_collector_second_order_heat_loss_coefficient": 0.008}, "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.15, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 69, "make_model": "Stockton 11", "test_method": "BS EN 13240"}, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "The Coach House", "address_line_2": "6 Portland Avenue", "assessment_date": "2019-10-22", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "GLAZED DOOR", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "WINDOW", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "ROOFLIGHT", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 10], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "SLOPE", "total_roof_area": 126.87}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "CEILING", "total_roof_area": 1.45}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "MAIN WALLS", "total_wall_area": 144.18, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "DORMER WALLS", "total_wall_area": 9.06, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "FRONT", "type": "GLAZED DOOR", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "REAR", "type": "GLAZED DOOR", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "FRONT", "type": "WINDOW", "width": 8.15, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "FRONT DORMER", "type": "WINDOW", "width": 2.16, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "REAR", "type": "WINDOW", "width": 1.92, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "SIDE", "type": "WINDOW", "width": 4.95, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "SIDE", "type": "WINDOW", "width": 5.21, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "BAY", "type": "WINDOW", "width": 0.79, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "BAY", "type": "WINDOW", "width": 0.79, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "REAR", "type": "ROOFLIGHT", "pitch": 45, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 4}, {"name": "SIDE", "type": "ROOFLIGHT", "pitch": 45, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 6}, {"name": "SIDE", "type": "ROOFLIGHT", "pitch": 45, "width": 0.54, "height": 1, "location": "Roof 1", "orientation": 2}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.67, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 14.03, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 53.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 50.16, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 45.66, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 3.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 37.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 1.35, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 37.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 15.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.75, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.75, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 9.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 16.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "FLOOR", "storey_height": 2.4, "heat_loss_area": 99.44, "total_floor_area": 99.44}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 1.9, "heat_loss_area": 0, "total_floor_area": 97.59}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 371, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 371, "currency": "GBP"}, "hot_water_cost_current": {"value": 47, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 349, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.9, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 110, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5785, "water_heating": 2356}}, "seller_commission_report": "Y", "energy_consumption_current": 59, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 28, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094048817, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF31 2DR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRIDGEND", "built_form": 2, "created_at": "2019-11-05 13:14:42", "living_area": 21.7, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "153, Ffordd Cadfan", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-05", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Front doors", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Rear Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Roof Window", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Slope", "kappa_value": 9, "total_roof_area": 13.59}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Plane at Voids", "kappa_value": 9, "total_roof_area": 16}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 83.61, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.11, "wall_type": 2, "description": "External Wall 2", "kappa_value": 9, "total_wall_area": 9.06, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 46.99}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 143.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 2.17, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "Windows", "width": 4.59, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Front", "type": "Front doors", "width": 930, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Rear Roof Window", "type": "Roof Window", "pitch": 30, "width": 550, "height": 980, "location": "Roof 1", "orientation": 2}, {"name": "Side", "type": "Windows", "width": 488, "height": 1050, "location": "External Wall 1", "orientation": 8}, {"name": "Front Roof Window", "type": "Roof Window", "pitch": 30, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.01, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 19.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 14.36, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.72, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.55, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.7, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.7, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.81, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 13.62, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 3.77, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.33, "heat_loss_area": 25.7, "total_floor_area": 25.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 25.7, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Internal Floor 2", "kappa_value": 18, "storey_height": 2, "heat_loss_area": 0, "total_floor_area": 18}]}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 343, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2068, "water_heating": 1537}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -12, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10007272729, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG31 7GQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRANTHAM", "built_form": 3, "created_at": "2019-11-11 13:48:01", "living_area": 12.31, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "40, Arlington Gardens", "assessment_date": "2019-11-11", "assessment_type": "SAP", "completion_date": "2019-11-11", "inspection_date": "2019-11-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 1, "u_value": 1.35, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Back Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "HG door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Roof (ceiling)", "kappa_value": 9, "total_roof_area": 33.78}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Brickwork timber frame", "kappa_value": 9, "total_wall_area": 88.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 35.02}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 121.91}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows Br", "type": "Windows", "width": 5.3, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Windows Br", "type": "Windows", "width": 3.29, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "HG door", "type": "HG door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Side win", "type": "Windows", "width": 1.46, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.34, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.34, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.57, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.57, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.32, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.25, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15.03, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.02, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6.99, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 6.99, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 6.99, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Ground Floor", "kappa_value": 18, "storey_height": 2.37, "heat_loss_area": 33.78, "total_floor_area": 33.78}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 33.78}]}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 212, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2557, "water_heating": 1742}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 8, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 40084715, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L33 0YJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 1, "created_at": "2019-12-24 09:43:35", "living_area": 24.08, "orientation": 5, "region_code": 9, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "81 The Maples", "address_line_2": "Ashfield Crescent", "assessment_date": "2019-12-24", "assessment_type": "SAP", "completion_date": "2019-12-24", "inspection_date": "2019-12-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.43, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500401, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-24", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.015, "orientation": "ND", "overshading": 1, "pv_connection": 1}, {"pitch": 1, "peak_power": 0.015, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.67, "glazing_type": 3, "solar_transmittance": 0.73}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 61.8}], "sap_walls": [{"name": "Ext. Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 14, "total_wall_area": 28.258, "is_curtain_walling": "false"}, {"name": "Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 129.788}, {"name": "Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 31.524}, {"name": "Apt", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 34.392}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.81, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 2.1, "location": "Ext. Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.36, "height": 2.1, "location": "Ext. Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.27, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5.68, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 127, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 127, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 98, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 439, "water_heating": 1948}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 71, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10094117596, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HD9 1WB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HOLMFIRTH", "built_form": 1, "created_at": "2019-12-03 12:15:29", "living_area": 22.1, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "32, Boshaw Mews", "address_line_2": "Scholes", "assessment_date": "2019-12-03", "assessment_type": "SAP", "completion_date": "2019-12-03", "inspection_date": "2019-12-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 6", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 48.32}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 48.4, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Communal", "total_wall_area": 17.31, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W2", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W3", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W4", "type": "Opening Type 1", "width": 0.68, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W5", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "D1", "type": "Opening Type 6", "width": 1.02, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.67, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.65, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.1, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.844, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.844, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.44, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground floor", "storey_height": 2.36, "heat_loss_area": 48.32, "total_floor_area": 48.32}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1917, "water_heating": 1405}}, "seller_commission_report": "Y", "energy_consumption_current": 115, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 115, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10094246229, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF24 4HP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CARDIFF", "built_form": 3, "created_at": "2019-11-29 16:09:37", "living_area": 18.45, "orientation": 2, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17940, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Apartment 9", "address_line_2": "Noya Falls", "address_line_3": "42 Maindy Road", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-11-29", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.8, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 51.21}], "sap_walls": [{"name": "External Walls", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 109.208, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 73}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.023, "height": 2.11, "location": "External Walls", "orientation": 2}, {"name": 2, "type": "Windows (2)", "width": 0.685, "height": 4.21, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (2)", "width": 0.685, "height": 1.06, "location": "External Walls", "orientation": 2}, {"name": 4, "type": "Windows (2)", "width": 0.685, "height": 1.06, "location": "External Walls", "orientation": 2}, {"name": 5, "type": "Windows (2)", "width": 2.035, "height": 2.25, "location": "External Walls", "orientation": 6}, {"name": 6, "type": "Windows (2)", "width": 2.035, "height": 2.25, "location": "External Walls", "orientation": 6}, {"name": 7, "type": "Windows (2)", "width": 0.685, "height": 1.06, "location": "External Walls", "orientation": 2}, {"name": 8, "type": "Windows (2)", "width": 2.035, "height": 2.025, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.868, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.845, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.05, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 7.12, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.78, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.76, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 12.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 17.8, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 12.39, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E15"}, {"length": 2.59, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.1, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 3.45, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 6.57, "total_floor_area": 6.57}, {"storey": 1, "u_value": 0.15, "floor_type": 2, "kappa_value": 20, "storey_height": 2.4, "heat_loss_area": 1.93, "total_floor_area": 51.21}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.77, "heat_loss_area": 0, "total_floor_area": 18.62}]}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 34, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 343, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1737, "water_heating": 1977}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": -9, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 202223942, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA9 0SH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "WEMBLEY", "built_form": 1, "created_at": "2019-11-04 16:03:46", "living_area": 21.675, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 44.2, "heat_source_type": 1, "power_efficiency": 43.2}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 98.7, "heat_source_type": 2}], "community_heating_distribution_type": 1, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 964", "address_line_2": "2, Engineers Way", "assessment_date": "2019-11-04", "assessment_type": "SAP", "completion_date": "2019-11-04", "inspection_date": "2019-11-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.65, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_system_make_model": "Ventaxia 443298", "mechanical_vent_specific_fan_power": 0.3, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 89, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 67, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 2, "low_energy_fixed_lighting_outlets_count": 2, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.41, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 67.175}], "sap_walls": [{"name": "External Wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 190, "total_wall_area": 51.862, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 22.28}, {"name": "Other flats", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 34.916}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.36, "height": 2.434, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 2.46, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.91, "height": 2.46, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.91, "height": 2.46, "location": "External Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 0.91, "height": 2.46, "location": "External Wall", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 0.91, "height": 2.46, "location": "External Wall", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 1.36, "height": 2.434, "location": "External Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 146, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 146, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 946, "water_heating": 2002}}, "seller_commission_report": "Y", "energy_consumption_current": 26, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 26, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 678897, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS35 1BS", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BRISTOL", "built_form": 2, "created_at": "2019-10-07 14:27:05", "living_area": 15.6, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80116, "rooms_with_bath_and_or_shower": 1, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 0}, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "53, Squirrel Crescent", "address_line_2": "Thornbury", "assessment_date": "2019-10-07", "assessment_type": "SAP", "completion_date": "2019-10-07", "inspection_date": "2019-10-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at joists", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.5}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 92.36, "is_curtain_walling": "false"}, {"name": "Stud Wall GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.21}, {"name": "Stud Wall FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 117.07}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Brick", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.54, "location": "Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.24, "location": "Brick", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Brick", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.97, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.83, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.83, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.6, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.23, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.36, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.23, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.23, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.23, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.475, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 39.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 183, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 183, "currency": "GBP"}, "hot_water_cost_current": {"value": 48, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1746, "water_heating": 1511}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -7, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10094267843, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE8 3GZ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-10-14 09:33:32", "living_area": 26.9, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.87, "heat_efficiency": 54.2, "heat_source_type": 1, "power_efficiency": 37.4}, {"fuel_type": 51, "heat_fraction": 0.13, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 1.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 23 Meranti Apartments", "address_line_2": "167, Grove Street", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 1.24, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500470, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.19, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.47}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 78.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "total_wall_area": 44.5, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.25}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 20.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.7, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": 3, "type": "Opening Type 2", "width": 1.9, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": 4, "type": "Opening Type 2", "width": 2.3, "height": 2.4, "location": "External Wall 1", "orientation": 8}, {"name": 5, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 8}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 78.2}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 344, "water_heating": 2096}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r12", "energy_consumption_potential": 36, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094120611, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU31 4FW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERSFIELD", "built_form": 2, "created_at": "2019-10-24 11:19:41", "living_area": 25.91, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Chalk Down", "assessment_date": "2019-10-24", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 43.97}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 0.36}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 93.68, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.53}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.33, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 2", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "W1", "type": "Opening Type 2", "width": 0.45, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": "W1a", "type": "Opening Type 2", "width": 0.58, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W1b", "type": "Opening Type 2", "width": 0.58, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W2", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W3", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W5", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W6", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.77, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.76, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.03, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.76, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.18, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.58, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.59, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 9.92, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.92, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.18, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.18, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.18, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "B&B", "storey_height": 2.33, "heat_loss_area": 44.33, "total_floor_area": 44.33}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 43.97}], "thermal_mass_parameter": 196.15}], "heating_cost_current": {"value": 211, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 211, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 340, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2530, "water_heating": 1676}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094089379, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 1.00 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M15 4TT", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 2, "created_at": "2019-11-08 18:13:23", "living_area": 27.2, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.27, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 1.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat A3407", "address_line_2": "9, Owen Street", "assessment_date": "2019-11-08", "assessment_type": "SAP", "completion_date": "2019-11-08", "inspection_date": "2019-11-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.51, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_ducts_index_number": 520021, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500341, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.58}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 70.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 1, "wall_type": 2, "description": "UCW", "total_wall_area": 24.5, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.3}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 46.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": "Vision Clear", "type": "Opening Type 1", "width": 0.75, "height": 2.5, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5, "psi_value": 0.0001, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 48.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 70.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 41, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 41, "currency": "GBP"}, "hot_water_cost_current": {"value": 292, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 292, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 49, "water_heating": 1660}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 96, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091533771, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS15 9DA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YARM", "built_form": 3, "created_at": "2019-12-10 10:04:40", "living_area": 27.34, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Hazel Way", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.64}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.64}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 32.32}, {"name": "Flat", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.06}, {"name": "Sloped", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.63}], "sap_walls": [{"name": "Exposed walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 132.53, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 187.82}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 57.64}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.04, "location": "Exposed walls", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.74, "location": "Exposed walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.45, "location": "Exposed walls", "orientation": 4}, {"name": 4, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Sloped", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.38, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.2, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.2, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.48, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 44.38, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.95, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.81, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 40.8, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 12.71, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 15.51, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.39, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.63, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.24, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 38.72, "total_floor_area": 38.72}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.72, "heat_loss_area": 0, "total_floor_area": 38.72, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.72, "heat_loss_area": 0, "total_floor_area": 35.46, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 254, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 254, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3227, "water_heating": 1853}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 21, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 72216991, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7RN", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-11-11 09:38:54", "living_area": 14.32, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "21, Torre Gardens", "assessment_date": "2018-10-15", "assessment_type": "SAP", "completion_date": "2019-11-11", "inspection_date": "2018-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 52, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-11-11", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 59.28, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 180, "total_wall_area": 16.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.34, "height": 1.03, "location": "External Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.34, "height": 1.03, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 2.78, "height": 1.17, "location": "External Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1.61, "height": 1.17, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.83, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.07, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 32.88, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 12.95, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 7.77, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 5.18, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 16.12, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 14.28, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 818, "currency": "GBP"}, "co2_emissions_current": 7.8, "energy_rating_average": 60, "energy_rating_current": 42, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 818, "currency": "GBP"}, "hot_water_cost_current": {"value": 470, "currency": "GBP"}, "co2_emissions_potential": 7.8, "energy_rating_potential": 42, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 470, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 4776, "space_heating_existing_dwelling": 9929}}, "seller_commission_report": "Y", "energy_consumption_current": 892, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 892, "environmental_impact_current": 18, "current_energy_efficiency_band": "E", "environmental_impact_potential": 18, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 151} +{"uprn": 38334849, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L8 4ZA", "data_type": 2, "hot_water": {"description": "Electric instantaneous at point of use, waste water heat recovery", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 3}, "post_town": "LIVERPOOL", "built_form": 2, "created_at": "2019-10-01 15:54:04", "living_area": 16.2, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "instantaneous_wwhrs": {"wwhrs_index_number1": 80044, "rooms_with_bath_and_or_shower": 1, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 0}, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 0.5, "main_heating_data_source": 3}, {"main_fuel_type": 39, "main_heating_code": 524, "emitter_temperature": "NA", "main_heating_number": 2, "main_heating_control": 2504, "main_heating_category": 5, "main_heating_fraction": 0.5, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "main_heating_systems_interaction": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, {"description": "Air source heat pump, warm air, electric", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 4", "address_line_2": "1a, Charleston Road", "assessment_date": "2019-10-01", "assessment_type": "SAP", "completion_date": "2019-10-01", "inspection_date": "2019-10-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 50}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Wall 1", "total_wall_area": 48.76, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W2", "type": "Opening Type 1", "width": 1.35, "height": 1.1, "location": "External Wall 1", "orientation": 4}, {"name": "W3", "type": "Opening Type 1", "width": 1.35, "height": 1.1, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Opening Type 1", "width": 1.35, "height": 1.1, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 1", "width": 0.55, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.6, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 4.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.3, "heat_loss_area": 50, "total_floor_area": 50}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, {"description": "Programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 121, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 121, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1727, "water_heating": 994}}, "seller_commission_report": "Y", "energy_consumption_current": 147, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 147, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10094328246, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.51 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN1 1SQ", "data_type": 4, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SWINDON", "built_form": 4, "created_at": "2019-11-19 08:40:05", "living_area": 24.43, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "3 Temple Street", "assessment_date": "2019-11-19", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 2.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 31.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Existing Cavity with IWI", "kappa_value": 60, "total_wall_area": 11.69, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "Unheated Corridor", "kappa_value": 18, "total_wall_area": 21.38, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 21.43}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 20.66}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 38.02}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D02", "type": "Door", "width": 838, "height": 1981, "location": "External Wall 2", "orientation": 0}, {"name": "W3", "type": "Windows", "width": 1125, "height": 1800, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Windows", "width": 1125, "height": 1800, "location": "External Wall 1", "orientation": 4}], "construction_year": 1988, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.51, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.85, "heat_loss_area": 31.68, "total_floor_area": 31.68}]}], "heating_cost_current": {"value": 468, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 31, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 468, "currency": "GBP"}, "hot_water_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 31, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 155, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2629, "water_heating": 885}}, "seller_commission_report": "Y", "energy_consumption_current": 361, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 361, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 61} +{"uprn": 10093390588, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO32 1QT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHAMPTON", "built_form": 1, "created_at": "2019-11-19 09:27:48", "living_area": 19.19, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17812, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Foxglove Road", "address_line_2": "Bishops Waltham", "assessment_date": "2019-11-19", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.26, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 115, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-11-19", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.9, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 57.56}], "sap_walls": [{"name": "external", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 157.01, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 27.1584}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 165.8448}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 78.1788}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.13, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 13.72, "location": "external", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.25, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.17, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.78, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.78, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 30.78, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 20.4, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 57.56, "total_floor_area": 57.56}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 57.56, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 246, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 246, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.9, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3005, "water_heating": 2052}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 44, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094442234, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME17 1WH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MAIDSTONE", "built_form": 2, "created_at": "2019-12-12 09:02:15", "living_area": 26.7, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 9", "address_line_2": "13, Francis Moody Close", "address_line_3": "Harrietsham", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500416, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 0.81, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 71.1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "total_wall_area": 41.76, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "Wall to Stair", "total_wall_area": 18.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 1.81, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W1", "type": "Opening Type 2", "width": 1.14, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W1", "type": "Opening Type 2", "width": 1.14, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W1", "type": "Opening Type 2", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W1", "type": "Opening Type 2", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.92, "psi_value": 0.442, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.91, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.7, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 25.25, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 14.7, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.55, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.6, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": -0.051, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.8, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.65, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 71.1}], "thermal_mass_parameter": 146}], "heating_cost_current": {"value": 178, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 178, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1570, "water_heating": 1576}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 81, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10007107463, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU12 6FR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALDERSHOT", "built_form": 3, "created_at": "2019-12-19 16:07:21", "living_area": 21.46, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "5, Elizabeth Bree Close", "address_line_2": "Ash", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.67, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Roof", "total_roof_area": 36.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Brick Cavity", "total_wall_area": 87.83, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 47.91}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 3", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 3.82, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Opening Type 2", "width": 6.53, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 4", "type": "Opening Type 2", "width": 2.17, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.15, "psi_value": 0.228, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.12, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.12, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.82, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.31, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.26, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.26, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.31, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.31, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.31, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor/Celecta Tetris", "storey_height": 2.43, "heat_loss_area": 36.65, "total_floor_area": 36.65}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 36.65}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1894, "water_heating": 1718}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093543179, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV47 1AR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHAM", "built_form": 1, "created_at": "2019-12-03 12:49:42", "living_area": 19.2, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Scimitar Drive", "assessment_date": "2019-12-03", "assessment_type": "SAP", "completion_date": "2019-12-03", "inspection_date": "2019-12-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.03, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 62.8}, {"name": "bay", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 156.02, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 38.1}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 154.2}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.95, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.1, "location": "external", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.75, "location": "external", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.75, "location": "external", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.05, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.05, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.6, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.7, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.1, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.6, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 63.6, "total_floor_area": 63.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 62.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 270, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3534, "water_heating": 2132}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10092993722, "roofs": [{"description": "Average thermal transmittance 0.07 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BD23 6DP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SKIPTON", "built_form": 1, "created_at": "2019-12-13 11:52:51", "living_area": 17.04, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "20, Clark House Way", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 155, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 14", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.07, "roof_type": 2, "description": "Main Roof", "total_roof_area": 89.31}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 183.99, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Semi-Exposed", "total_wall_area": 18.27, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1A", "type": "Opening Type 1", "width": 0.86, "height": 1.5, "location": "External Wall 1", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 1.13, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W3", "type": "Opening Type 1", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 1", "width": 1.13, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": "W6", "type": "Opening Type 1", "width": 1.13, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": "W7", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W8", "type": "Opening Type 1", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W9", "type": "Opening Type 1", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W10", "type": "Opening Type 1", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W11", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "W1B", "type": "Opening Type 1", "width": 1.29, "height": 1.5, "location": "External Wall 1", "orientation": 8}, {"name": "W1C", "type": "Opening Type 1", "width": 0.38, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "D1", "type": "Opening Type 14", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 14", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D3", "type": "Opening Type 1", "width": 1.81, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "D4", "type": "Opening Type 1", "width": 1.81, "height": 2.1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.12, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.1, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 49.2, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.63, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.141, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 35.446, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 4.895, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.24, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Ground floor", "storey_height": 2.54, "heat_loss_area": 65.58, "total_floor_area": 65.58}, {"storey": 1, "u_value": 0.11, "floor_type": 3, "description": "Garage Ceiling", "storey_height": 2.78, "heat_loss_area": 24.31, "total_floor_area": 89.31}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 401, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 95, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 403, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.4, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 95, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7086, "water_heating": 2221}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 51, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10008351940, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E5 8DZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-16 15:39:02", "living_area": 43.71, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17785, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.56, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1 Rustic Court", "address_line_2": "Lower Clapton Road", "assessment_date": "2019-04-16", "assessment_type": "SAP", "completion_date": "2019-04-16", "inspection_date": "2019-04-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.55, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 191, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 3, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (2)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulated Slope", "u_value": 0.13, "roof_type": 2, "total_roof_area": 76.04}, {"name": "Dormer Roof", "u_value": 0.13, "roof_type": 2, "total_roof_area": 0.765}, {"name": "Flat roof to Basement", "u_value": 0.13, "roof_type": 2, "total_roof_area": 7.38}], "sap_walls": [{"name": "Basement Wall", "u_value": 0.18, "wall_type": 1, "total_wall_area": 95.41}, {"name": "Ext Wall", "u_value": 0.2, "wall_type": 2, "total_wall_area": 155.3, "is_curtain_walling": "false"}, {"name": "Dormer Cheeks", "u_value": 0.2, "wall_type": 2, "total_wall_area": 5.95, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.93, "location": "Ext Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.27, "location": "Ext Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.17, "location": "Dormer Cheeks", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.13, "location": "Ext Wall", "orientation": 8}, {"name": 5, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Flat roof to Basement", "orientation": 9}, {"name": 6, "type": "Roof windows (2)", "pitch": 36, "width": 0.001, "height": 0, "location": "Insulated Slope", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.304, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.75, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.582, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E22"}, {"length": 50.194, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.801, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 16.084, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 11.329, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 17.394, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 16.24, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 7.221, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 7.221, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 22.578, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 9.563, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 7.305, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.15, "floor_type": 1, "storey_height": 2.45, "heat_loss_area": 71.37, "total_floor_area": 71.37}, {"storey": 0, "u_value": 0, "floor_type": 3, "storey_height": 3.13, "heat_loss_area": 0, "total_floor_area": 68.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 51.7}]}], "heating_cost_current": {"value": 345, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 97, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 347, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.0, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 97, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5630, "water_heating": 2237}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 30, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093562906, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E10 7LG", "data_type": 2, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-07-16 16:04:30", "living_area": 22.86, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 19", "address_line_2": "Millfield House", "address_line_3": "Millicent Road", "assessment_date": "2019-07-16", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-07-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.16, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 1.04, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.8}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.15, "roof_type": 2, "total_roof_area": 50.53}], "sap_walls": [{"name": "External Walls", "u_value": 0.2, "wall_type": 2, "total_wall_area": 34.98, "is_curtain_walling": "false"}, {"name": "Communal Walls", "u_value": 0.2, "wall_type": 2, "total_wall_area": 10.53, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "total_wall_area": 25.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Communal Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.69, "location": "External Walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.89, "location": "External Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 200, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 200, "currency": "GBP"}, "hot_water_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 175, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1050, "water_heating": 999}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 93, "environmental_impact_current": 86, "current_energy_efficiency_band": "C", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093356412, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX29 6AE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITNEY", "built_form": 3, "created_at": "2019-10-16 13:33:24", "living_area": 23.17, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "10, Gough Close", "address_line_2": "North Leigh", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.51, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.3, "data_source": 2, "description": "D1 front doo", "glazing_type": 4}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W7", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Brick/render faced", "total_wall_area": 42.83, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall E-WM-22", "total_wall_area": 45.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.97, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 3, "type": 2, "width": 1.2, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 2, "width": 1.2, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 2, "width": 1.77, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 2, "width": 0.49, "height": 1.05, "location": "Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.54, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.57, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.6, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.46, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.46, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.64, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.28, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 19.81, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 19.81, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.32, "heat_loss_area": 45.5, "total_floor_area": 45.5}], "thermal_mass_parameter": 222}], "heating_cost_current": {"value": 156, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 156, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1307, "water_heating": 1285}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 97, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 100110397700, "roofs": [{"description": {"value": "Average thermal transmittance 1.73 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "walls": [{"description": {"value": "Average thermal transmittance 2.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "Average thermal transmittance 1.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in 40% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "DH9 7AY", "data_type": 5, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STANLEY", "built_form": 4, "created_at": "2019-10-01 11:41:18", "living_area": 26.72, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 39, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 10328, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 691, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_data_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "54, Poplar Street", "assessment_date": "2019-08-16", "assessment_type": "SAP", "completion_date": "2019-10-01", "inspection_date": "2019-08-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 40}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 3.1, "frame_type": 2, "data_source": 3, "glazing_gap": 1, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 2.3, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.69}, {"name": "Flat Roof", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12.6}], "sap_walls": [{"name": "External Facade", "u_value": 2.1, "wall_type": 2, "kappa_value": 135, "total_wall_area": 44.31, "is_curtain_walling": "false"}, {"name": "External Facade Extension", "u_value": 2.1, "wall_type": 2, "kappa_value": 135, "total_wall_area": 11.36, "is_curtain_walling": "false"}, {"name": "Int Wall Solid", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 91.54}, {"name": "Int Wall Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 5.7}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 84.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "External Facade", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2, "location": "External Facade", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.04, "location": "External Facade", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.51, "location": "External Facade", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 1.2, "floor_type": 2, "kappa_value": 110, "storey_height": 2.7, "heat_loss_area": 33.69, "total_floor_area": 46.29}, {"storey": 1, "u_value": 1.2, "floor_type": 2, "kappa_value": 110, "storey_height": 2.9, "heat_loss_area": 12.6, "total_floor_area": 33.69}]}], "heating_cost_current": {"value": 1071, "currency": "GBP"}, "co2_emissions_current": 5.4, "energy_rating_average": 60, "energy_rating_current": 51, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 1078, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 35, "currency": "GBP"}, "indicative_cost": "\u00a330", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 53, "environmental_impact_rating": 49}, {"sequence": 2, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 54, "environmental_impact_rating": 50}, {"sequence": 3, "typical_saving": {"value": 290, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 65, "environmental_impact_rating": 59}], "co2_emissions_potential": 4.3, "energy_rating_potential": 65, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 2135, "space_heating_existing_dwelling": 16746}}, "seller_commission_report": "Y", "energy_consumption_current": 389, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 305, "environmental_impact_current": 48, "current_energy_efficiency_band": "E", "environmental_impact_potential": 59, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 68} +{"uprn": 10094247185, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO16 0EY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CLACTON-ON-SEA", "built_form": 2, "created_at": "2019-12-05 13:38:48", "living_area": 14.76, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Chaplin Drive", "address_line_2": "Thorpe-le-Soken", "assessment_date": "2019-12-05", "assessment_type": "SAP", "completion_date": "2019-12-05", "inspection_date": "2019-12-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "R1 Main roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.63}], "sap_walls": [{"name": "W1 Main wall 2.9N", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 79.73, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 107.62}, {"name": "PW1 Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 38.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.04, "location": "W1 Main wall 2.9N", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.44, "location": "W1 Main wall 2.9N", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.63, "location": "W1 Main wall 2.9N", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.63, "location": "W1 Main wall 2.9N", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 5.22, "location": "W1 Main wall 2.9N", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.98, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.395, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.43, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 4.53, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.9, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.91, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 15.91, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 8.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.71, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 10.02, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": -0.078, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.02, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.71, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.71, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 7.71, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.385, "heat_loss_area": 31.63, "total_floor_area": 31.63}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.625, "heat_loss_area": 0, "total_floor_area": 31.63, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 183, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 183, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 345, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1944, "water_heating": 1477}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": -21, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094644033, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M3 5FZ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 4, "created_at": "2019-12-13 12:46:03", "living_area": 31.14, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 175, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.45, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 312", "address_line_2": "32, Quay Street", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500470, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 35, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.46, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.49}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 35.38}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 17.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "North West", "type": "Windows", "width": 2.22, "height": 2.38, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.22, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 2.22, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 4.76, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 14.2, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 35, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 35.38}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 24, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 32, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 24, "currency": "GBP"}, "hot_water_cost_current": {"value": 235, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 32, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 235, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 32, "water_heating": 1338}}, "seller_commission_report": "Y", "energy_consumption_current": 132, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 132, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 22} +{"uprn": null, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.47 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B91 3QQ", "data_type": 4, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOLIHULL", "built_form": 2, "created_at": "2019-10-08 13:27:54", "living_area": 40.8, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 89, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 61, Royal House", "address_line_2": "Princes Gate", "address_line_3": "2-6 Homer Road", "assessment_date": "2019-10-08", "assessment_type": "SAP", "completion_date": "2019-10-08", "inspection_date": "2019-10-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 3, "u_value": 2.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 3", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 47}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.47, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 53.28, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1240, "height": 1580, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 2", "type": "Opening Type 2", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Opening Type 3", "pitch": 0, "width": 1000, "height": 1000, "location": "Roof 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.25, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 3.48, "heat_loss_area": 47, "total_floor_area": 47}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 358, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 358, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5361, "water_heating": 1788}}, "seller_commission_report": "Y", "energy_consumption_current": 242, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 242, "environmental_impact_current": 70, "current_energy_efficiency_band": "C", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10094721757, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX1 3YF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "EXETER", "built_form": 3, "created_at": "2019-10-31 12:34:35", "living_area": 15.52, "orientation": 6, "region_code": 15, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.41, "heat_efficiency": 40.5, "heat_source_type": 1, "power_efficiency": 40.5}, {"fuel_type": 51, "heat_fraction": 0.59, "heat_efficiency": 87, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "203, Tithebarn Way", "address_line_2": "Tithebarn", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.51, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Opening Type 3", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 5}, {"name": "Opening Type 4", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Plane Roof 1", "total_roof_area": 10.22}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Slope Roof", "total_roof_area": 11.47}, {"name": "Roof 3", "u_value": 0.25, "roof_type": 2, "description": "GRP Dormer Roof", "total_roof_area": 2.55}, {"name": "Roof 4", "u_value": 0.25, "roof_type": 2, "description": "GRP Porch Roof", "total_roof_area": 1.55}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Brick", "total_wall_area": 100.71, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "GRP Dormer", "total_wall_area": 5.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 64.47}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 1200, "height": 1350, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1200, "height": 1200, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 4", "type": "Opening Type 2", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 5", "type": "Opening Type 2", "width": 6.16, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 6", "type": "Opening Type 4", "pitch": 40, "width": 550, "height": 980, "location": "Roof 2", "orientation": 2}, {"name": "Opening 7", "type": "Opening Type 3", "width": 3.62, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.38, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.31, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 1.2, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 5.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 10.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 2.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 13.21, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.9, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.01, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.58, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.96, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 3.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 7.4, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 7.4, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.31, "heat_loss_area": 32.56, "total_floor_area": 32.56}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 30.53}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.19, "heat_loss_area": 0, "total_floor_area": 21.91}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 208, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 208, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 337, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2712, "water_heating": 2142}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": -12, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10033647151, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WC2A 2JR", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-17 10:05:47", "living_area": 30.37, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 8371, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 12", "address_line_2": "9-12, Bell Yard", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-17", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 84, "transaction_type": 8, "conservatory_type": 1, "registration_date": "2019-10-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.43, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.825}], "sap_walls": [{"name": "External Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 9, "total_wall_area": 38.688, "is_curtain_walling": "false"}, {"name": "Mansard", "u_value": 0.28, "wall_type": 2, "kappa_value": 18, "total_wall_area": 38.969, "is_curtain_walling": "false"}, {"name": "Internal Wall", "u_value": 0, "wall_type": 5, "kappa_value": 47.224, "total_wall_area": 67.976}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 91.132}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External Walls", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1.1, "height": 1.7, "location": "Mansard", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1.1, "height": 1.7, "location": "Mansard", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 1.1, "height": 1.7, "location": "Mansard", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 1.1, "height": 1.7, "location": "Mansard", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 2.4, "height": 2.6, "location": "External Walls", "orientation": 5}, {"name": 10, "type": "Windows (1)", "width": 2.4, "height": 2.6, "location": "Mansard", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 44.375, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 39.825}]}], "heating_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 221, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 96, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2461, "water_heating": 2049}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 93, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094117582, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HD9 1WB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HOLMFIRTH", "built_form": 2, "created_at": "2019-10-16 10:36:00", "living_area": 14.22, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18204, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "18, Boshaw Mews", "address_line_2": "Scholes", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 10", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 30.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 111.9, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": "W3", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W5", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W6", "type": "Opening Type 1", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W7", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W8", "type": "Opening Type 1", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "D2 w9", "type": "Opening Type 1", "width": 1.58, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "D1", "type": "Opening Type 10", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.64, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.63, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.676, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.676, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.728, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.948, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.948, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 6.948, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 6.948, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground floor", "storey_height": 2.31, "heat_loss_area": 30.5, "total_floor_area": 30.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 30.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3081, "water_heating": 1488}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 19, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093477034, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2UF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-12-16 12:38:19", "living_area": 31.89, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 48, "heat_source_type": 1, "power_efficiency": 32}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 89.2, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 34 Regatta House", "address_line_2": "21, Atlantis Avenue", "assessment_date": "2019-12-16", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 2.93, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500366, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 2}, {"name": "Windows", "type": 4, "u_value": 1.31, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "External Roof", "total_roof_area": 54.88}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall LOWER", "total_wall_area": 37.23, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "Corridor Wall", "total_wall_area": 7.03, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 2, "description": "Concrete LOWER", "total_wall_area": 14.94, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.18, "wall_type": 2, "description": "External Wall UPPER", "total_wall_area": 45.46, "is_curtain_walling": "false"}, {"name": "External Wall 5", "u_value": 0.27, "wall_type": 2, "description": "Concrete UPPER", "total_wall_area": 5.41, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.76}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 26.48}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 1.3, "height": 2.4, "location": "External Wall 2", "orientation": 0}, {"name": "W (LOWER)", "type": "Windows", "width": 10.61, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "N (LOWER)", "type": "Windows", "width": 5.02, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "N (UPPER)", "type": "Windows", "width": 3.61, "height": 1.11, "location": "External Wall 4", "orientation": 1}, {"name": "S (UPPER)", "type": "Windows", "width": 3.84, "height": 1.11, "location": "External Wall 4", "orientation": 5}, {"name": "W (UPPER)", "type": "Windows", "width": 6.02, "height": 1, "location": "External Wall 4", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.45, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 22.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 31.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.57, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 21.84, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 18.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 10.96, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.96, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 18.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 54.88}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 43.81}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 88, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1671, "water_heating": 2208}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 52, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10094290444, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.47 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B24 9EQ", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 4, "created_at": "2019-09-16 16:24:21", "living_area": 16.11, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 408 Nexus Point", "address_line_2": "10, Edwards Road", "assessment_date": "2019-09-16", "assessment_type": "SAP", "completion_date": "2019-09-16", "inspection_date": "2019-09-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500473, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.43}, {"name": "Solid Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "kappa_value": 100, "total_roof_area": 32.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.44, "wall_type": 2, "description": "Exist Type A", "kappa_value": 8.8, "total_wall_area": 8.64, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Spandrel", "kappa_value": 8.2, "total_wall_area": 3.6, "is_curtain_walling": "true"}, {"name": "External Wall 3", "u_value": 0.59, "wall_type": 2, "description": "Wall Type C to corridor", "kappa_value": 2.34, "total_wall_area": 12.24, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.72}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 20, "total_wall_area": 57.12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance", "type": "Solid Door", "width": 1.2, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "Lounge", "type": "Opening Type 1", "width": 2.3, "height": 1.6, "location": "External Wall 1", "orientation": 3}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.2, "height": 1.6, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 32.3}]}], "heating_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 68, "lighting_cost_current": {"value": 29, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 287, "currency": "GBP"}, "hot_water_cost_current": {"value": 215, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 68, "lighting_cost_potential": {"value": 29, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 215, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1606, "water_heating": 1226}}, "seller_commission_report": "Y", "energy_consumption_current": 287, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 287, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 71, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 49} +{"uprn": 45151425, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE38 8BY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WASHINGTON", "built_form": 1, "created_at": "2019-10-04 11:59:40", "living_area": 17.56, "orientation": 0, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Capesthorne Road", "assessment_date": "2019-10-04", "assessment_type": "SAP", "completion_date": "2019-10-04", "inspection_date": "2019-10-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 6, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 7, "type": 2, "u_value": 1.7, "data_source": 2, "description": "D3", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm", "total_roof_area": 56.69}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 130.86, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.25, "wall_type": 3, "description": "Solid To Garage", "total_wall_area": 20.66, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.83, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 6, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 7, "type": 7, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 9, "type": 1, "width": 1.05, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 11, "type": 1, "width": 1.83, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 12, "type": 1, "width": 1.83, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 13, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 14, "type": 1, "width": 1.05, "height": 1.2, "location": "Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.26, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.77, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.77, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.5, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 45.32, "psi_value": 0.13, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.36, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.52, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 15.62, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.45, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "150mm Platinum", "storey_height": 2.33, "heat_loss_area": 42.87, "total_floor_area": 42.87}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Exposed Timber", "storey_height": 2.56, "heat_loss_area": 13.71, "total_floor_area": 56.69}], "thermal_mass_parameter": 173.29}], "heating_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 287, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4285, "water_heating": 1726}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 33, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10006542163, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG34 8YQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SLEAFORD", "built_form": 1, "created_at": "2019-11-13 16:07:14", "living_area": 17.97, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.1 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "23, Brocklebank Way", "address_line_2": "Holdingham", "assessment_date": "2019-11-13", "assessment_type": "SAP", "completion_date": "2019-11-13", "inspection_date": "2019-11-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.1, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 130, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Cold Roof", "kappa_value": 0, "total_roof_area": 73.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 147.32, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.41, "wall_type": 2, "description": "Garage Wall", "kappa_value": 0, "total_wall_area": 19.69, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.589}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 177.888}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 7.3, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear Glazing", "type": "Glazing", "width": 10.68, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.88, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.17, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.5, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.26, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.26, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.28, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.98, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.83, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 56.85, "total_floor_area": 56.85, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Floor Above Garage", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 16.51, "total_floor_area": 73.34}]}], "heating_cost_current": {"value": 341, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 341, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.1, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5521, "water_heating": 1786}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 46, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 28057859, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN6 9WG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORTHAMPTON", "built_form": 1, "created_at": "2019-02-13 16:28:02", "living_area": 17.03, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16398, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.84, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "48, Hornbeam Row", "address_line_2": "Brixworth", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.04, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 171, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 9, "type": 1, "u_value": 1.7, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 11, "type": 2, "u_value": 1.7, "data_source": 2, "description": "D3", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 94.03}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 11.78}, {"name": "Roof 3", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 3.06}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 204.41, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 3.76, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 3, "description": "Solid to Garage", "total_wall_area": 7.06, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.2, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 2, "type": 1, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 1, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 1, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 1, "width": 1.55, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 1, "width": 1.55, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 9, "type": 9, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 10, "type": 1, "width": 0.42, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 11, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 12, "type": 1, "width": 2.6, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 13, "type": 1, "width": 0.63, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 14, "type": 1, "width": 0.63, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 15, "type": 1, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 16, "type": 1, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 17, "type": 1, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 19, "type": 1, "width": 0.92, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 20, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 21, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 22, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 23, "type": 1, "width": 1.55, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 24, "type": 1, "width": 1.55, "height": 1.2, "location": "Wall 1", "orientation": 3}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.1, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 23.1, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 65.4, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.84, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 57.38, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.71, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.33, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.85, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 7.53, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 33.36, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.6, "psi_value": -0.071, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "130mm Platinum GF", "storey_height": 2.32, "heat_loss_area": 68.97, "total_floor_area": 68.97}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Exposed Timber", "storey_height": 2.61, "heat_loss_area": 35.49, "total_floor_area": 102.07}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 391, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 94, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 393, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.3, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 94, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6713, "water_heating": 2282}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 42, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 100080678424, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP4 1LL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BERKHAMSTED", "built_form": 1, "created_at": "2019-02-13 16:45:51", "living_area": 58.01, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15106, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1 Southbank Road", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 152, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "solid door", "type": 1, "u_value": 1.6, "data_source": 2, "glazing_type": 1}, {"name": "roof lite", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "slope", "kappa_value": 0, "total_roof_area": 85.13}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "exposed flat", "kappa_value": 9, "total_roof_area": 4.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 218.96, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92.17}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 154}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "windows", "width": 1050, "height": 2200, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 2", "type": "solid door", "width": 1050, "height": 2200, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "windows", "width": 1050, "height": 2200, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "windows", "width": 600, "height": 5640, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 5", "type": "roof lite", "pitch": 30, "width": 600, "height": 2008, "location": "Roof 1", "orientation": 4}, {"name": "Opening 6", "type": "windows", "width": 6800, "height": 2640, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 7", "type": "windows", "width": 500, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 8", "type": "windows", "width": 2400, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 9", "type": "windows", "width": 600, "height": 1700, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 10", "type": "windows", "width": 600, "height": 1700, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 11", "type": "windows", "width": 600, "height": 1700, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 12", "type": "windows", "width": 1200, "height": 500, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 13", "type": "windows", "width": 1700, "height": 500, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 14", "type": "windows", "width": 1700, "height": 500, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 15", "type": "windows", "width": 600, "height": 2300, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 16", "type": "windows", "width": 600, "height": 1200, "location": "External Wall 1", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.05, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 58.36, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 36.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 31.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 4.9, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E8"}, {"length": 26.42, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 16.12, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 23.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 3.15, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 13.21, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Grd", "kappa_value": 0, "storey_height": 2.8, "heat_loss_area": 78.38, "total_floor_area": 78.38, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 3.15, "heat_loss_area": 0, "total_floor_area": 74.03}]}], "heating_cost_current": {"value": 376, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 378, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6477, "water_heating": 2306}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 43, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 100023584199, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E11 4AA", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "created_at": "2019-03-14 13:21:15.000000", "living_area": 27.61, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17856, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Ground Floor Flat", "address_line_2": "481, Grove Green Road", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "2 0 W1 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 1 W2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 2 W3 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 3 Front Door Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 3}, {"name": "3 0 W4 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 1 W5 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 2 W6 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 3 W7 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 4 W8 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 5 W9 New cavity wall", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 6 Back Door New cavity wall", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "3 7 Back Door New cavity wall", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.16, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 24.77}, {"name": 7, "u_value": 0.0, "roof_type": 4, "kappa_value": 20.0, "total_roof_area": 53.17}], "sap_walls": [{"name": "1 Wallls to common area (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "u_value": 2.1, "wall_type": 2, "description": "Wallls to common area (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "kappa_value": 150.0, "total_wall_area": 17.37, "is_curtain_walling": "false"}, {"name": "2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "u_value": 2.1, "wall_type": 2, "description": "Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "kappa_value": 110.0, "total_wall_area": 27.2, "is_curtain_walling": "false"}, {"name": "3 New cavity wall", "u_value": 0.28, "wall_type": 2, "description": "New cavity wall", "kappa_value": 150.0, "total_wall_area": 37.29, "is_curtain_walling": "false"}, {"name": 6, "u_value": 0.0, "wall_type": 4, "kappa_value": 180.0, "total_wall_area": 28.46, "is_curtain_walling": "false"}], "identifier": "Ground Floor Flat", "overshading": 2, "sap_openings": [{"name": "2 0 W1 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": "2 0 W1 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "width": 2.7, "height": 2.0, "location": "2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "orientation": 1}, {"name": "2 1 W2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": "2 1 W2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "width": 0.85, "height": 1.15, "location": "2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "orientation": 7}, {"name": "2 2 W3 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": "2 2 W3 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "width": 0.85, "height": 1.15, "location": "2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "orientation": 7}, {"name": "2 3 Front Door Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "type": "2 3 Front Door Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "width": 1.02, "height": 2.55, "location": "2 Existing property walls (Appendix S u-value, Table S6, Band A - c, Solid As-Built)", "orientation": 8}, {"name": "3 0 W4 New cavity wall", "type": "3 0 W4 New cavity wall", "width": 0.9, "height": 0.9, "location": "3 New cavity wall", "orientation": 7}, {"name": "3 1 W5 New cavity wall", "type": "3 1 W5 New cavity wall", "width": 0.85, "height": 0.85, "location": "3 New cavity wall", "orientation": 7}, {"name": "3 2 W6 New cavity wall", "type": "3 2 W6 New cavity wall", "width": 0.85, "height": 0.85, "location": "3 New cavity wall", "orientation": 7}, {"name": "3 3 W7 New cavity wall", "type": "3 3 W7 New cavity wall", "width": 0.9, "height": 0.9, "location": "3 New cavity wall", "orientation": 7}, {"name": "3 4 W8 New cavity wall", "type": "3 4 W8 New cavity wall", "width": 0.9, "height": 0.9, "location": "3 New cavity wall", "orientation": 5}, {"name": "3 5 W9 New cavity wall", "type": "3 5 W9 New cavity wall", "width": 0.9, "height": 0.9, "location": "3 New cavity wall", "orientation": 5}, {"name": "3 6 Back Door New cavity wall", "type": "3 6 Back Door New cavity wall", "width": 1.05, "height": 2.15, "location": "3 New cavity wall", "orientation": 5}, {"name": "3 7 Back Door New cavity wall", "type": "3 7 Back Door New cavity wall", "width": 1.05, "height": 2.15, "location": "3 New cavity wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "New ground flloor to rear of property", "kappa_value": 110.0, "storey_height": 0.0, "heat_loss_area": 50.33, "total_floor_area": 50.33}, {"storey": 0, "u_value": 0.75, "floor_type": 2, "description": "Floor above Basement", "kappa_value": 20.0, "storey_height": 0.0, "heat_loss_area": 27.61, "total_floor_area": 27.61}], "thermal_mass_parameter": 250.0}], "heating_cost_current": 455, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": 60, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": 455, "hot_water_cost_current": 91, "co2_emissions_potential": 2.7, "energy_rating_potential": 69, "lighting_cost_potential": 60, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 91, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8033, "water_heating": 2048}}, "seller_commission_report": "N", "energy_consumption_current": 195, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 195, "environmental_impact_current": 66, "current_energy_efficiency_band": "C", "environmental_impact_potential": 66, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 34, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10023447071, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DA10 1DL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWANSCOMBE", "built_form": 2, "created_at": "2019-11-13 11:06:16", "living_area": 13.06, "orientation": 7, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "50, Flint Rise", "address_line_2": "Castle Hill, Ebbsfleet Valley", "assessment_date": "2019-11-13", "assessment_type": "SAP", "completion_date": "2019-11-13", "inspection_date": "2019-11-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.68, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 105, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 9", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 11", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Roof 1", "total_roof_area": 38.23}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 127.41, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 60.93}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.21, "height": 1.5, "location": "External Wall 1", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W3", "type": "Opening Type 1", "width": 1.21, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W4", "type": "Opening Type 1", "width": 1.35, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W5", "type": "Opening Type 1", "width": 2.1, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "W6", "type": "Opening Type 1", "width": 1.73, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W7", "type": "Opening Type 1", "width": 0.64, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W8", "type": "Opening Type 1", "width": 0.64, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "V1", "type": "Opening Type 9", "pitch": 45, "width": 0.78, "height": 0.78, "location": "Roof 1", "orientation": 3}, {"name": "V2", "type": "Opening Type 9", "pitch": 45, "width": 0.55, "height": 0.98, "location": "Roof 1", "orientation": 3}, {"name": "D1", "type": "Opening Type 11", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.81, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.8, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.49, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.32, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.65, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 22.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.32, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 15.06, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.84, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 6.66, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.33, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.33, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.52, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 38.23, "total_floor_area": 38.23}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 38.23}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.58, "heat_loss_area": 0, "total_floor_area": 28.39}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 223, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 223, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2494, "water_heating": 1767}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10006541993, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN6 9XJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LINCOLN", "built_form": 1, "created_at": "2019-02-13 15:18:01", "living_area": 12.86, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "47, Thistle Way", "address_line_2": "Witham St. Hughs", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.26, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 54.3}], "sap_walls": [{"name": "External Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 143.91, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.881}, {"name": "FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 126.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.38, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.76, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.12, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.46, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 37.2, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.52, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.52, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 15.56, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 13.96, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.5, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 75, "storey_height": 2.325, "heat_loss_area": 54.3, "total_floor_area": 54.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 54.3, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 303, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 303, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4285, "water_heating": 1811}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 32, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094002404, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV10 7GS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NUNEATON", "built_form": 2, "created_at": "2019-09-13 11:09:17", "living_area": 22, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17511, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Eider Close", "assessment_date": "2019-09-13", "assessment_type": "SAP", "completion_date": "2019-09-13", "inspection_date": "2019-09-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.95, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "HGD", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 42.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 87.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 43.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door", "type": "Door", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "W Windows", "type": "Window", "width": 4.4, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "E Windows", "type": "Window", "width": 2.72, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "E HGD", "type": "Window", "width": 2700, "height": 2100, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.86, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6.14, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.3, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.5, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.6, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.6, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.5, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.5, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 41.65, "total_floor_area": 42.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 42.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 222, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 222, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2593, "water_heating": 1834}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 13, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 37045494, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO13 0FU", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "GOSPORT", "built_form": 1, "created_at": "2019-11-26 13:55:47", "living_area": 17.75, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 93, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.08, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "63, Carisbrooke Road", "assessment_date": "2018-12-18", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2018-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 38, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof at joist", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.24}], "sap_walls": [{"name": "External Walls", "u_value": 0.3, "wall_type": 2, "kappa_value": 17, "total_wall_area": 15.3, "is_curtain_walling": "false"}, {"name": "Semi-exposed walls to communal space", "u_value": 0.21, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.58, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 112.22}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 163.57}, {"name": "To adjoining apartment", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 33.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Semi-exposed walls to communal space", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 1.5, "location": "External Walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.8, "height": 1.5, "location": "External Walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 3, "kappa_value": 20, "storey_height": 2.3, "heat_loss_area": 38.24, "total_floor_area": 38.24}]}], "heating_cost_current": {"value": 368, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 61, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 368, "currency": "GBP"}, "hot_water_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 61, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 231, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1721, "water_heating": 1283}}, "seller_commission_report": "Y", "energy_consumption_current": 257, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 257, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10094014178, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE23 1AS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRAMLINGTON", "built_form": 2, "created_at": "2019-01-18 15:37:13", "living_area": 16.16, "orientation": 0, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "17, Hundleby Court", "address_line_2": "St. Nicholas Manor", "assessment_date": "2019-01-18", "assessment_type": "SAP", "completion_date": "2019-01-18", "inspection_date": "2019-01-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.56, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.3, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 5, "type": 4, "u_value": 1.3, "data_source": 2, "description": "D6", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 29.24}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall", "total_wall_area": 76.45, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 38.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.97, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.46, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 2, "width": 1.36, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 5, "width": 2.94, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.94, "psi_value": 0.356, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 4.95, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.92, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.1, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.29, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.29, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 6.26, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.03, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.67, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.67, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.39, "heat_loss_area": 29.24, "total_floor_area": 29.24}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 29.24}], "thermal_mass_parameter": 170}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 296, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 101}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2091, "water_heating": 1486}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093062966, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR15 8LR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "TENBURY WELLS", "built_form": 1, "created_at": "2019-03-20 10:48:28", "living_area": 44.7, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 220, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 100061, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 635, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump, Systems with radiators, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6 The Willows", "address_line_2": "Tavern Lane", "address_line_3": "Newnham Bridge", "assessment_date": "2018-04-18", "assessment_type": "SAP", "completion_date": "2019-03-20", "inspection_date": "2018-04-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.78, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 149, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "sloping roof", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.22}, {"name": "ceil x 0.72", "u_value": 0.115, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.7}], "sap_walls": [{"name": "External wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 9, "total_wall_area": 180, "is_curtain_walling": "false"}, {"name": "stud to void x 0.72", "u_value": 0.115, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.25, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External wall", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "External wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.2, "location": "External wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 10.15, "location": "External wall", "orientation": 4}, {"name": 5, "type": "Roof windows (1)", "pitch": 40, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.04, "psi_value": 0.15, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.64, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 32.3, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 40.26, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 24, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 24.96, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 12.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 5, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.67, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.67, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.88, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 61, "total_floor_area": 61}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 60.5}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.84, "heat_loss_area": 0, "total_floor_area": 27.61}]}], "heating_cost_current": {"value": 323, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 91, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 323, "currency": "GBP"}, "hot_water_cost_current": {"value": 331, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 129, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 106, "environmental_impact_rating": 106}], "co2_emissions_potential": -0.9, "energy_rating_potential": 106, "lighting_cost_potential": {"value": 91, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 202, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5954, "water_heating": 2332}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -36, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 106, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093780050, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK11 7NF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MACCLESFIELD", "built_form": 2, "created_at": "2019-07-18 16:24:33", "living_area": 13.4, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "108, Waterways Avenue", "assessment_date": "2019-07-18", "assessment_type": "SAP", "completion_date": "2019-07-18", "inspection_date": "2019-07-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.59, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.41, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.8}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 98.25, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 70.401}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 84.5118}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 23.19}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.12, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.99, "location": "external", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.76, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.32, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.91, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.91, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 15.21, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.7, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.87, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.87, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.7, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 4.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 4.7, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 35.8, "total_floor_area": 35.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.3, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2354, "water_heating": 1543}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 5, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 63198746, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF2 8FJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WAKEFIELD", "built_form": 1, "created_at": "2019-12-18 16:48:58", "living_area": 16.71, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17485, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.632, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Thornesgate Mews", "assessment_date": "2019-12-18", "assessment_type": "SAP", "completion_date": "2019-12-18", "inspection_date": "2019-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.09, "roof_type": 2, "total_roof_area": 65.21}, {"name": "Flat roof", "u_value": 0.15, "roof_type": 2, "total_roof_area": 1.32}], "sap_walls": [{"name": "External wall", "u_value": 0.26, "wall_type": 2, "total_wall_area": 165.21, "is_curtain_walling": "false"}, {"name": "Cladding wall", "u_value": 0.23, "wall_type": 2, "total_wall_area": 10.48, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.298, "location": "External wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.144, "location": "External wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.482, "location": "External wall", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 12.504, "location": "External wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 4.859, "location": "Cladding wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.824, "psi_value": 0.215, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.947, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 46.18, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.14, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.34, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.8, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.54, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 23.7, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.62, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.2, "psi_value": 0.166, "psi_value_source": 3, "thermal_bridge_type": "E24"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "storey_height": 2.62, "heat_loss_area": 66.52, "total_floor_area": 66.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.38, "heat_loss_area": 0, "total_floor_area": 65.21}]}], "heating_cost_current": {"value": 254, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3522, "water_heating": 2217}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 23, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093936141, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN13 6GN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRACKLEY", "built_form": 4, "created_at": "2019-03-18 16:35:54", "living_area": 28.4, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "49, Juno Crescent", "assessment_date": "2019-03-18", "assessment_type": "SAP", "completion_date": "2019-03-18", "inspection_date": "2019-03-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.2, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.6, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 34.85}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 41.35, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 79.79}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.36, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 1.36, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 1.36, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 9, "type": 3, "width": 1.36, "height": 1.05, "location": "Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.45, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.45, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.7, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.5, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.5, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.5, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.73, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.4, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.4, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "130mm Platinum", "storey_height": 2.33, "heat_loss_area": 34.85, "total_floor_area": 34.88}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.54, "heat_loss_area": 0, "total_floor_area": 34.88}], "thermal_mass_parameter": 198.217}], "heating_cost_current": {"value": 184, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 184, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1921, "water_heating": 1540}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093780838, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW6 9QL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "TARPORLEY", "built_form": 1, "created_at": "2019-04-11 11:20:08", "living_area": 24.7, "orientation": 1, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 2, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18062, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_flue_type": 2, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 70, "make_model": "TBC"}}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, LPG", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Grange Close", "address_line_2": "Bunbury", "assessment_date": "2019-04-11", "assessment_type": "SAP", "completion_date": "2019-04-11", "inspection_date": "2019-04-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.59, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 244, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 118.6}, {"name": "Flat roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12}], "sap_walls": [{"name": "Brickwork", "u_value": 0.27, "wall_type": 2, "kappa_value": 150, "total_wall_area": 132.9, "is_curtain_walling": "false"}, {"name": "Adj garage", "u_value": 0.26, "wall_type": 2, "kappa_value": 150, "total_wall_area": 22.5, "is_curtain_walling": "false"}, {"name": "Render", "u_value": 0.26, "wall_type": 2, "kappa_value": 150, "total_wall_area": 109.2, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "Brickwork", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.9, "location": "Brickwork", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 20.3, "location": "Brickwork", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 27.2, "location": "Brickwork", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.8, "location": "Brickwork", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.8, "location": "Brickwork", "orientation": 7}, {"name": 7, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Flat roof", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 128.2, "total_floor_area": 128.2}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "kappa_value": 20, "storey_height": 2.7, "heat_loss_area": 2.4, "total_floor_area": 116.1}]}], "heating_cost_current": {"value": 838, "currency": "GBP"}, "co2_emissions_current": 3.6, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 840, "currency": "GBP"}, "hot_water_cost_current": {"value": 167, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 75, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 89}], "co2_emissions_potential": 2.4, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 110, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10913, "water_heating": 2231}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 48, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091590569, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM10 7XD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DAGENHAM", "built_form": 1, "created_at": "2019-03-11 15:44:44", "living_area": 28.2, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17815, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 8", "address_line_2": "Foxlands Apartments", "address_line_3": "588 Rainham Road South", "assessment_date": "2019-03-11", "assessment_type": "SAP", "completion_date": "2019-03-11", "inspection_date": "2019-03-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.45, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External", "u_value": 0.2, "wall_type": 2, "kappa_value": 70, "total_wall_area": 63.5, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 19.3, "location": "External", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.6, "location": "External", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.6, "location": "External", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 6.7, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 14, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.48, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 13.5, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.4, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1088, "water_heating": 1870}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 84, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10008345398, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EC2A 2FE", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-11 18:34:51", "living_area": 44.8, "orientation": 5, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 67.2, "cooling_system_eer": 4.57, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.871, "heat_efficiency": 49.27, "heat_source_type": 1, "power_efficiency": 31.58}, {"fuel_type": 51, "heat_fraction": 0.129, "heat_efficiency": 95.75, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 2405", "address_line_2": "2, Principal Place", "address_line_3": "Worship Street", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.43, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.055, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.45}, {"name": "Windows (2)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.49}, {"name": "Windows (3)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Curtain Wall 1", "u_value": 1.09, "wall_type": 2, "total_wall_area": 55.5, "is_curtain_walling": "true"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.6, "location": "Curtain Wall 1", "orientation": 7}, {"name": 2, "type": "Windows (2)", "width": 1, "height": 8.7, "location": "Curtain Wall 1", "orientation": 1}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 5.1, "location": "Curtain Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.45, "location": "Curtain Wall 1", "orientation": 1}, {"name": 5, "type": "Windows (3)", "width": 1, "height": 5.8, "location": "Curtain Wall 1", "orientation": 1}, {"name": 6, "type": "Windows (3)", "width": 1, "height": 3.7, "location": "Curtain Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1482, "water_heating": 2116}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 52, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10014545803, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY3 5FX", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SHREWSBURY", "built_form": 1, "created_at": "2019-02-11 14:48:19", "living_area": 17.17, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.63, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "23, Oliver Road", "address_line_2": "Bicton Heath", "assessment_date": "2019-02-11", "assessment_type": "SAP", "completion_date": "2019-02-11", "inspection_date": "2019-02-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 36, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-02-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat ceilings", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.725}], "sap_walls": [{"name": "Lined existing walls", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 33.069, "is_curtain_walling": "false"}, {"name": "Stairwell wall", "u_value": 0.3, "wall_type": 2, "kappa_value": 60, "total_wall_area": 19.63, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 23.028}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.1, "location": "Stairwell wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 0.45, "height": 1.55, "location": "Lined existing walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.9, "height": 1.5, "location": "Lined existing walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 441, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 58, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 441, "currency": "GBP"}, "hot_water_cost_current": {"value": 234, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 58, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 234, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2602, "water_heating": 1380}}, "seller_commission_report": "Y", "energy_consumption_current": 366, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 366, "environmental_impact_current": 62, "current_energy_efficiency_band": "D", "environmental_impact_potential": 62, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 62} +{"uprn": 10091569433, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN16 4QA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LITTLEHAMPTON", "built_form": 1, "created_at": "2019-06-11 11:06:51", "living_area": 23.69, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 7", "address_line_2": "57, Acacia Crescent", "address_line_3": "Angmering", "assessment_date": "2019-06-11", "assessment_type": "SAP", "completion_date": "2019-06-11", "inspection_date": "2019-06-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.64, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "joist", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.71}, {"name": "rafter", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.4548988}, {"name": "flat", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 10.5377455}], "sap_walls": [{"name": "brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 10.88, "is_curtain_walling": "false"}, {"name": "corridor", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 4.9, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 32.45, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 22.8212223, "is_curtain_walling": "false"}, {"name": "2nd Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 89.0294}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 5.97}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.01, "location": "corridor", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.6, "location": "stud", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.54, "location": "stud", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0.956, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 4.2, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 35.68, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.386, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.818, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 26.2, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 1.5, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 2.4, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 1.76, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.273, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 7.17, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 7.17, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 20.64, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 28.934, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 13.447, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 14.65, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 171, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 171, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1684, "water_heating": 1400}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 93, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 6719766, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 0TW", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-09-11 11:07:50", "living_area": 33.85, "orientation": 7, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 39.81, "cooling_system_eer": 2.87, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 2}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 55.1, "heat_source_type": 1, "power_efficiency": 35.3}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 93.19, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1601 Defoe House", "address_line_2": "123, City Island Way", "assessment_date": "2019-09-11", "assessment_type": "SAP", "completion_date": "2019-09-11", "inspection_date": "2019-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 1.4, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500387, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 40, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.48}, {"name": "Opening Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 39.81}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 16.06, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.31, "wall_type": 3, "description": "External Wall 2", "total_wall_area": 8.51, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.31, "wall_type": 3, "description": "External Wall 3", "total_wall_area": 13.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.53}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 0.96, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 3.25, "height": 1.97, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1.02, "height": 2.51, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 4", "type": "Opening Type 2", "width": 1.12, "height": 1.97, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.35, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 5.39, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 9.22, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 19.75, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 8.64, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 2.65, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.65, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 10.6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 26.06, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 39.81}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 142, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 142, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1171, "water_heating": 1713}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 71, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 148048811, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EN8 8FE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WALTHAM CROSS", "built_form": 4, "created_at": "2019-07-11 12:19:41", "living_area": 20.19, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "9, Curtis Close", "assessment_date": "2019-07-11", "assessment_type": "SAP", "completion_date": "2019-07-11", "inspection_date": "2019-07-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.95, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Solid door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "French Doors", "type": 4, "u_value": 1.37, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof ceiling", "kappa_value": 9, "total_roof_area": 39.36}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "Ext Cavity Wall", "kappa_value": 9, "total_wall_area": 51.81, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 79.78}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 126.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Window", "width": 4.44, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear win", "type": "Window", "width": 7.57, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.37, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.37, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 10.3, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0.9, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5.03, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.06, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.06, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 15.86, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 15.86, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 15.86, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 39.36, "total_floor_area": 39.36, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 39.36}]}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2119, "water_heating": 1877}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094088898, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M20 1HQ", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-02-13 08:16:07", "living_area": 24.17, "orientation": 6, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "1-3 Abberton Road", "assessment_date": "2019-02-11", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof joists", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 18.17}, {"name": "Roof", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 55.4}], "sap_walls": [{"name": "WT 04", "u_value": 0.26, "wall_type": 2, "kappa_value": 70, "total_wall_area": 42.95, "is_curtain_walling": "false"}, {"name": "WT05", "u_value": 0.28, "wall_type": 2, "kappa_value": 70, "total_wall_area": 34.6, "is_curtain_walling": "false"}, {"name": "WT07", "u_value": 0.37, "wall_type": 2, "kappa_value": 70, "total_wall_area": 14.82, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 30.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "WT07", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.14, "location": "WT 04", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.47, "location": "WT 04", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.52, "location": "WT 04", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 660, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 60, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 660, "currency": "GBP"}, "hot_water_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_potential": 2.8, "energy_rating_potential": 60, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 204, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3893, "water_heating": 1204}}, "seller_commission_report": "Y", "energy_consumption_current": 226, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 226, "environmental_impact_current": 64, "current_energy_efficiency_band": "D", "environmental_impact_potential": 64, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 38} +{"uprn": 10094712605, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE23 3BH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 2, "created_at": "2019-09-11 15:39:24", "living_area": 18.3, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Hampton Lane", "address_line_2": "Littleover", "assessment_date": "2019-09-11", "assessment_type": "SAP", "completion_date": "2019-09-11", "inspection_date": "2019-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 6.41, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.8}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 91.14, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.4}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 45.08}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.35, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.75, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.7, "location": "external", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.85, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 11.15, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.9, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.6, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.2, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.2, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 9.2, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 42.8, "total_floor_area": 42.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 42.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 223, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 223, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2559, "water_heating": 1719}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 11, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B19 3AF", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BIRMINGHAM", "built_form": 1, "created_at": "2019-10-11 13:13:38", "living_area": 39.14, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17688, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "90, Lower Loveday Street", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500580, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 117, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.8, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Door (2)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.3, "wall_type": 2, "total_wall_area": 56.01, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 3.05, "location": "External Walls", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.9, "location": "External Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 14.4, "location": "External Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2, "location": "External Walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.25, "floor_type": 2, "storey_height": 2.5, "heat_loss_area": 39.14, "total_floor_area": 39.14}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 39.14}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 39.14}]}], "heating_cost_current": {"value": 345, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 345, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 93, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4868, "water_heating": 2091}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 98, "environmental_impact_current": 82, "current_energy_efficiency_band": "B", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 12190545, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W3 8YP", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-05-10 16:21:04", "living_area": 26.28, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 1, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "14 Habington House", "address_line_2": "Avenue Road", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.03, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.48}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "total_wall_area": 40.4, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 2, "description": "Sheltered Walls", "total_wall_area": 13.22, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1, "height": 2.04, "location": "External Wall 2", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 2.6, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 2", "width": 2.26, "height": 2.4, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 2", "width": 1.14, "height": 2.4, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 1.14, "height": 2.1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.14, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.08, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 30.76, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.8, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 2.52, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.04, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.04, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 30.04, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 73.49}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 158, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 158, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1236, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 75, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093350264, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SG18 9FR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BIGGLESWADE", "built_form": 2, "created_at": "2019-04-10 10:54:46", "living_area": 15.11, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "42, Mayflower Lane", "address_line_2": "Langford", "assessment_date": "2019-04-10", "assessment_type": "SAP", "completion_date": "2019-04-10", "inspection_date": "2019-04-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 43.01}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 90.62, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 45.19}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.81, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 5, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 8, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 9, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 10, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.58, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.56, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 28.06, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.55, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.55, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.25, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.25, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 43.01, "total_floor_area": 43.01}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 43.01}], "thermal_mass_parameter": 203.777}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2420, "water_heating": 1722}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 4, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10092968364, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA14 9RQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LLANELLI", "built_form": 2, "created_at": "2019-12-10 14:31:11", "living_area": 13.6, "orientation": 8, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.1 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Maes y Bryn", "address_line_2": "Bryn", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.06, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof ins at joists", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.34}], "sap_walls": [{"name": "External Walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 18, "total_wall_area": 92, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.025, "height": 2.1, "location": "External Walls", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 0.91, "height": 2.1, "location": "External Walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.235, "height": 1.065, "location": "External Walls", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 0.685, "height": 1.3, "location": "External Walls", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 4}, {"name": 9, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 4}, {"name": 10, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.335, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.8, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 41.34, "total_floor_area": 41.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 41.34}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2755, "water_heating": 1865}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 9, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 682051, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS32 4AB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 3, "created_at": "2019-12-12 11:54:59.000000", "living_area": 30.0, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17513, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "25, Oaklands Drive", "address_line_2": "Almondsbury", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-11", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 82, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 1 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 2 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 3 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 4 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 5 dg", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 6 dg", "type": 1, "u_value": 1.0, "data_source": 2, "glazing_type": 1}, {"name": "1 7 dg", "type": 4, "u_value": 1.2, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.1, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 41.0}], "sap_walls": [{"name": 1, "u_value": 0.19, "wall_type": 2, "kappa_value": 9.0, "total_wall_area": 106.66, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 20.0, "total_wall_area": 41.0, "is_curtain_walling": "false"}], "identifier": "plot 5", "overshading": 2, "sap_openings": [{"name": "1 0 dg", "type": "1 0 dg", "width": 0.49, "height": 0.9, "location": 1, "orientation": 8}, {"name": "1 1 dg", "type": "1 1 dg", "width": 1.77, "height": 1.2, "location": 1, "orientation": 8}, {"name": "1 2 dg", "type": "1 2 dg", "width": 1.77, "height": 1.2, "location": 1, "orientation": 8}, {"name": "1 3 dg", "type": "1 3 dg", "width": 0.49, "height": 0.9, "location": 1, "orientation": 2}, {"name": "1 4 dg", "type": "1 4 dg", "width": 1.34, "height": 1.05, "location": 1, "orientation": 4}, {"name": "1 5 dg", "type": "1 5 dg", "width": 1.34, "height": 1.05, "location": 1, "orientation": 4}, {"name": "1 6 dg", "type": "1 6 dg", "width": 0.9, "height": 2.4, "location": 1, "orientation": 8}, {"name": "1 7 dg", "type": "1 7 dg", "width": 3.6, "height": 2.1, "location": 1, "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "t"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Suspended block and beam ground floor", "kappa_value": 110.0, "storey_height": 2.3, "heat_loss_area": 41.0, "total_floor_area": 41.0}]}], "heating_cost_current": 212, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": 72, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": 212, "hot_water_cost_current": 80, "suggested_improvements": [{"sequence": 1, "typical_saving": 30, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": 329, "indicative_cost": "\u00c2\u00a33,500 - \u00c2\u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": 72, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 50, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2555, "water_heating": 1811}}, "seller_commission_report": "N", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 7, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10008714323, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 2, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA2 7FG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CARLISLE", "built_form": 2, "created_at": "2019-09-19 10:53:57", "living_area": 17.78, "orientation": 6, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "40, Dalton Crescent", "assessment_date": "2018-04-30", "assessment_type": "SAP", "completion_date": "2019-09-19", "inspection_date": "2019-09-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.64, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_vent_ducts_index_number": 520001, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DG units", "type": 4, "u_value": 1.36, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Main door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 43.47}, {"name": "Roof 2", "u_value": 0.25, "roof_type": 2, "description": "Bay roof", "total_roof_area": 1.44}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 97.83, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.55}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DG units", "type": "DG units", "width": 6.78, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "DG units", "type": "DG units", "width": 8.61, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Main door", "type": "Main door", "width": 2.14, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "DG units", "type": "DG units", "width": 0.57, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.63, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.28, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.07, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.76, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.06, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.01, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20.7, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.35, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.22, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.22, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.22, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.72, "heat_loss_area": 44.7, "total_floor_area": 44.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 43.47}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2694, "water_heating": 1816}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 16, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094645698, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M5 4RH", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 4, "created_at": "2019-11-19 16:37:10", "living_area": 27.28, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 143, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.27, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1006 Stephenson House", "address_line_2": "11, Back Hulme Street", "assessment_date": "2019-11-19", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.2, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "WIndows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 61.12}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 22.11, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 57.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "East", "type": "WIndows", "width": 11.55, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.53, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.53, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.48, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 10.12, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 45.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.53, "heat_loss_area": 0, "total_floor_area": 61.12}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 42, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 42, "currency": "GBP"}, "hot_water_cost_current": {"value": 275, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 275, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 130, "water_heating": 1568}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 105, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10011768649, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY22 6XZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "MEIFOD", "built_form": 1, "created_at": "2019-08-19 17:53:43", "living_area": 62.25, "orientation": 4, "region_code": 18, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 103152, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "Hillside Cottage", "assessment_date": "2019-08-19", "assessment_type": "SAP", "completion_date": "2019-08-19", "inspection_date": "2019-08-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows and glazed doors", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Rooflight", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Flat ceiling", "total_roof_area": 67.98}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Sloped roof", "total_roof_area": 49.92}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 146.94, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Light shaft", "total_wall_area": 1.2, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows and glazed doors", "width": 14.34, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear", "type": "Windows and glazed doors", "width": 4.4, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Rooflight", "pitch": 40, "width": 780, "height": 1180, "location": "Roof 2", "orientation": 8}, {"name": "Side", "type": "Windows and glazed doors", "width": 10.17, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.65, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 17.65, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 40.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 58.35, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 8.4, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 0.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.78, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor", "storey_height": 2.4, "heat_loss_area": 112.37, "total_floor_area": 112.37}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 336, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 337, "currency": "GBP"}, "hot_water_cost_current": {"value": 131, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 50, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 112, "environmental_impact_rating": 111}], "co2_emissions_potential": -1.3, "energy_rating_potential": 112, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7843, "water_heating": 2105}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": -68, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 111, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10033367883, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP7 5AY", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "ABERGAVENNY", "created_at": "2019-10-01 13:37:22.000000", "living_area": 28.87, "orientation": 5, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 694, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "is_interlocked_system": "true", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 100.0}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2 Old Station Court", "address_line_2": "St. Michaels Road", "assessment_date": "2019-09-19", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15.0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "2 0 As Per Spec Exterior wall", "type": 4, "u_value": 1.9, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "2 1 As Per Spec Exterior wall", "type": 4, "u_value": 1.9, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "3 0 As per spec Sheltered wall", "type": 1, "u_value": 1.9, "data_source": 4, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "0 Flat roof", "u_value": 0.12, "roof_type": 2, "description": "Flat roof", "kappa_value": 9.0, "total_roof_area": 34.23}, {"name": "1 Loft", "u_value": 0.15, "roof_type": 2, "description": "Loft", "kappa_value": 9.0, "total_roof_area": 46.0}], "sap_walls": [{"name": "2 Exterior wall", "u_value": 0.16, "wall_type": 2, "description": "Exterior wall", "kappa_value": 9.0, "total_wall_area": 45.34, "is_curtain_walling": "false"}, {"name": "3 Sheltered wall", "u_value": 0.19, "wall_type": 2, "description": "Sheltered wall", "kappa_value": 9.0, "total_wall_area": 4.23, "is_curtain_walling": "false"}, {"name": "4 Party wall", "u_value": 0.0, "wall_type": 4, "description": "Party wall", "kappa_value": 20.0, "total_wall_area": 38.36, "is_curtain_walling": "false"}], "identifier": "Flat 2", "overshading": 2, "sap_openings": [{"name": "2 0 As Per Spec Exterior wall", "type": "2 0 As Per Spec Exterior wall", "width": 0.9, "height": 1.0, "location": "2 Exterior wall", "orientation": 3}, {"name": "2 1 As Per Spec Exterior wall", "type": "2 1 As Per Spec Exterior wall", "width": 4.5, "height": 1.0, "location": "2 Exterior wall", "orientation": 5}, {"name": "3 0 As per spec Sheltered wall", "type": "3 0 As per spec Sheltered wall", "width": 1.64, "height": 1.0, "location": "3 Sheltered wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.0, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.45, "heat_loss_area": 0.0, "total_floor_area": 80.23, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 593, "co2_emissions_current": 3.2, "energy_rating_average": 60, "energy_rating_current": 67, "lighting_cost_current": 62, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 593, "hot_water_cost_current": 250, "co2_emissions_potential": 3.2, "energy_rating_potential": 67, "lighting_cost_potential": 62, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 250, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4098, "water_heating": 1730}}, "seller_commission_report": "N", "energy_consumption_current": 240, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 240, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 71, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 40, "additional_allowable_electricity_generation": 0.0} +{"uprn": 2630188791, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR18 0GD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WYMONDHAM", "built_form": 2, "created_at": "2019-03-19 13:13:32", "living_area": 14.07, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "101, Jeckyll Road", "assessment_date": "2019-03-19", "assessment_type": "SAP", "completion_date": "2019-03-19", "inspection_date": "2019-03-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.86, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.6, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Sheltered", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.52}, {"name": "sloped", "u_value": 0.19, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.38}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 158.98, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.4, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.33, "is_curtain_walling": "false"}, {"name": "stud in roof", "u_value": 0.14, "wall_type": 2, "kappa_value": 9, "total_wall_area": 40.93, "is_curtain_walling": "false"}, {"name": "Gf", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 75.531}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 101.082}, {"name": "2F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 27.396}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 3}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.21, "location": "external", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "external", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.22, "location": "dormer", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.98, "location": "external", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "external", "orientation": 1}, {"name": 8, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "sloped", "orientation": 7}, {"name": 9, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "sloped", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.17, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 11.48, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 37.2, "psi_value": 0.0014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.74, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.72, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 34.03, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.02, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 29.19, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.12, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.57, "heat_loss_area": 43.68, "total_floor_area": 43.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 43.68, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.1, "heat_loss_area": 0, "total_floor_area": 23.09, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 319, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 319, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5049, "water_heating": 1757}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 37, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093918325, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK4 4NS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-09-19 14:53:59", "living_area": 25.7, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19 Pontefract Avenue", "address_line_2": "Kingsmead", "assessment_date": "2019-09-19", "assessment_type": "SAP", "completion_date": "2019-09-19", "inspection_date": "2019-09-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.78, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "R Hrz", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 55.9}, {"name": "R Slp", "u_value": 0.22, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.8}], "sap_walls": [{"name": "W Ext", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 155.5, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 98.1}, {"name": "Int T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 142.2}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "W Ext", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.77, "height": 1.15, "location": "W Ext", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.8, "height": 1.36, "location": "W Ext", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.18, "height": 1.2, "location": "W Ext", "orientation": 7}, {"name": 5, "type": "Windows (2)", "width": 0.9, "height": 2.08, "location": "W Ext", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.22, "height": 1.25, "location": "W Ext", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.22, "height": 1.25, "location": "W Ext", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1.22, "height": 1.25, "location": "W Ext", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 0.58, "height": 1.09, "location": "W Ext", "orientation": 3}, {"name": 10, "type": "Windows (2)", "width": 1.47, "height": 2, "location": "W Ext", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 0.93, "height": 1.04, "location": "W Ext", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 0.58, "height": 1.04, "location": "W Ext", "orientation": 1}, {"name": 13, "type": "Windows (1)", "width": 0.58, "height": 1.35, "location": "W Ext", "orientation": 1}, {"name": 14, "type": "Windows (1)", "width": 1.75, "height": 1.12, "location": "W Ext", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.1, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 12.8, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.6, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 27.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.5, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 25, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 54.6, "total_floor_area": 54.6}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "kappa_value": 75, "storey_height": 2.6, "heat_loss_area": 2, "total_floor_area": 55.9}]}], "heating_cost_current": {"value": 262, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 262, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3788, "water_heating": 1847}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": null, "roofs": [{"description": "Average thermal transmittance 0.07 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN7 4DX", "data_type": 2, "hot_water": {"description": "From main system, flue gas heat recovery", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 5}, "post_town": "NORTHAMPTON", "built_form": 1, "created_at": "2019-03-19 09:56:31", "living_area": 20.96, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 2, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 2, "heat_emitter_type": 3, "fghrs_index_number": 60036, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17482, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.1, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, LPG", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "The Closes Farm Bungalow", "address_line_2": "Glassthorpe Lane", "address_line_3": "Harpole", "assessment_date": "2019-03-19", "assessment_type": "SAP", "completion_date": "2019-03-19", "inspection_date": "2019-03-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 146, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-19", "sap_energy_source": {"electricity_tariff": 5, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "HG Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Garage Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.07, "roof_type": 2, "description": "Plane Roof", "kappa_value": 9, "total_roof_area": 145.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Cavity Wall", "kappa_value": 52.3, "total_wall_area": 101.28, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.35, "wall_type": 2, "description": "Garage Wall", "kappa_value": 12.3, "total_wall_area": 19.2, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 60, "total_wall_area": 38.4}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 198.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "HG Door", "width": 1000, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Garage Door", "type": "Garage Door", "width": 900, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "Rear Door", "type": "HG Door", "width": 900, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 5.31, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Garage Side", "type": "Window", "width": 1200, "height": 1200, "location": "External Wall 1", "orientation": 4}, {"name": "Rear", "type": "Window", "width": 9.06, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Side", "type": "Window", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.97, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.97, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 50.2, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 42.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 12, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "kappa_value": 50.4, "storey_height": 2.4, "heat_loss_area": 145.54, "total_floor_area": 145.54}]}], "heating_cost_current": {"value": 454, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 457, "currency": "GBP"}, "hot_water_cost_current": {"value": 166, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 75, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5350, "water_heating": 2320}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 29, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 12187334, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.82 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "Average thermal transmittance 1.77 W/m\u00b2K", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W3 8UH", "data_type": 4, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-19 11:42:34", "living_area": 31.5, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2.43, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 64, "heat_source_type": 1, "power_efficiency": 32}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 94.87, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "45 Acton Town Hall Apartments", "address_line_2": "Winchester Street", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 1, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500143, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Timber Windows", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.66, "glazing_type": 3, "solar_transmittance": 0.67}, {"name": "Front Door", "type": 3, "u_value": 1.6, "data_source": 2, "glazing_type": 1}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.62, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "New Windows", "type": 4, "u_value": 1.54, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "RT2", "total_roof_area": 27.46}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "RT1", "total_roof_area": 14.51}], "sap_walls": [{"name": "External Wall 1", "u_value": 1.23, "wall_type": 2, "description": "EW1", "total_wall_area": 13.62, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.44, "wall_type": 3, "description": "PW2 Corridor", "total_wall_area": 8.72, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.15, "wall_type": 2, "description": "New Wall", "total_wall_area": 7.2, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 1.26, "wall_type": 2, "description": "EW2", "total_wall_area": 5.51, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.29}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 43.34}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "L2 7,8,9", "type": "Timber Windows", "width": 4.18, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Front Door", "type": "Front Door", "width": 0.99, "height": 2.05, "location": "External Wall 2", "orientation": 0}, {"name": "ET24", "type": "Rooflight", "pitch": 45, "width": 2.92, "height": 1, "location": "Roof 2", "orientation": 6}, {"name": "ET25", "type": "New Windows", "width": 2.04, "height": 1.21, "location": "External Wall 3", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.06, "heat_loss_area": 0, "total_floor_area": 24.5}, {"storey": 2, "u_value": 3.52, "floor_type": 3, "description": "EF1 (Corridor)", "storey_height": 2.75, "heat_loss_area": 6.94, "total_floor_area": 31.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 274, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 274, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3637, "water_heating": 1556}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 97, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093013519, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK6 4DP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKPORT", "built_form": 3, "created_at": "2019-12-19 13:56:00", "living_area": 40.4, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17908, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 4 Oakwood Hall", "address_line_2": "Oakwood Rise", "address_line_3": "Romiley", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 2", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External walls", "total_wall_area": 80.6, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 22.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W2", "type": "Opening Type 2", "width": 4.2, "height": 2.1, "location": "External Wall 1", "orientation": 6}, {"name": "W3", "type": "Opening Type 2", "width": 1.2, "height": 1.6, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 3, "height": 1.6, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 2", "width": 0.4, "height": 1.6, "location": "External Wall 1", "orientation": 4}, {"name": "W6", "type": "Opening Type 2", "width": 0.4, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "W7", "type": "Opening Type 2", "width": 0.4, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "W8", "type": "Opening Type 2", "width": 0.4, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "W9", "type": "Opening Type 2", "width": 0.4, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "W10", "type": "Opening Type 2", "width": 1.2, "height": 1.6, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 76}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 236, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 92, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3086, "water_heating": 1973}}, "seller_commission_report": "Y", "energy_consumption_current": 109, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 109, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093536142, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 87% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX16 7DP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "TIVERTON", "built_form": 1, "created_at": "2019-10-19 15:48:32", "living_area": 27.28, "orientation": 8, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 4, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 9733, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.49, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 79, "make_model": 510, "test_method": "BS EN 13240"}, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, oil", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Saxon House", "address_line_2": "Uplowman", "assessment_date": "2019-10-19", "assessment_type": "SAP", "completion_date": "2019-10-19", "inspection_date": "2019-10-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.03, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 275, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-19", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.65, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 92, "low_energy_fixed_lighting_outlets_count": 80, "low_energy_fixed_lighting_outlets_percentage": 87}, "sap_opening_types": [{"name": "GLAZED DOOR", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "WINDOW", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "TRADITIONAL", "total_roof_area": 125.61}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "SLOPE", "total_roof_area": 17.64}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "MAIN WALL", "total_wall_area": 243.94, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "FRONT", "type": "GLAZED DOOR", "width": 1.85, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "SIDE", "type": "GLAZED DOOR", "width": 1.74, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "SIDE", "type": "GLAZED DOOR", "width": 1.85, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "FRONT", "type": "WINDOW", "width": 19.8, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "REAR", "type": "WINDOW", "width": 20.65, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "SIDE", "type": "WINDOW", "width": 8.39, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "SIDE", "type": "WINDOW", "width": 9.84, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 44.25, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 35, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 68.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 5.65, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 49, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 43.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 8.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 25, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 8.4, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "GROUND", "storey_height": 2.5, "heat_loss_area": 131.46, "total_floor_area": 135.36}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 139.26}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 480, "currency": "GBP"}, "co2_emissions_current": 3.2, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 137, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 483, "currency": "GBP"}, "hot_water_cost_current": {"value": 112, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 49, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 86}], "co2_emissions_potential": 2.9, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 137, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9534, "water_heating": 2264}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 41, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10091584275, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE24 5DB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-11-12 08:23:55", "living_area": 17.3, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Ashton Drive", "address_line_2": "Boulton Moor", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.4}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 132.89, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 19.3}, {"name": "internal", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 138.6}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 1}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "external", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.55, "location": "external", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.5, "location": "external", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.9, "location": "external", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 4.25, "location": "external", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.3, "psi_value": 0.209, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 10.7, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.3, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.4, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.4, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 45.4, "total_floor_area": 45.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 45.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3684, "water_heating": 1689}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 24, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 42194501, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH62 4WA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIRRAL", "built_form": 4, "created_at": "2019-03-12 13:46:33", "living_area": 20.28, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "34, Marshall Close", "address_line_2": "Bromborough Pool", "assessment_date": "2019-03-12", "assessment_type": "SAP", "completion_date": "2019-03-12", "inspection_date": "2019-03-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.63, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Warm Roof", "kappa_value": 0, "total_roof_area": 13.6}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Stud Roof", "kappa_value": 9, "total_roof_area": 15.64}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 37.97, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 3, "description": "Stud Wall", "kappa_value": 9, "total_wall_area": 8.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 91.84}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 31.3618}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 55.029}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 22.8552}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 2.17, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear Glazing", "type": "Glazing", "width": 4.59, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Front RL", "type": "Rooflight", "pitch": 35, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 8}, {"name": "Rear RL", "type": "Rooflight", "pitch": 35, "width": 0.54, "height": 1, "location": "Roof 1", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.52, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.09, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.6, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.46, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.92, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.46, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.54, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 27.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 19.14, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 25.25, "total_floor_area": 25.25, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 25.25, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Second Floor", "kappa_value": 18, "storey_height": 2.14, "heat_loss_area": 0, "total_floor_area": 17.95}]}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1678, "water_heating": 1528}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": -12, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093992359, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N20 0FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-08-12 16:52:24", "living_area": 10.63, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16406, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.35, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "50, Toye Avenue", "assessment_date": "2019-08-12", "assessment_type": "SAP", "completion_date": "2019-08-12", "inspection_date": "2019-08-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-12", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 2.2, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof Hrz", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.39}], "sap_walls": [{"name": "Ext B", "u_value": 0.186, "wall_type": 2, "kappa_value": 60, "total_wall_area": 68.8, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 212.662}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 142.6}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.1, "location": "Ext B", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.14, "height": 1.42, "location": "Ext B", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.14, "height": 1.5, "location": "Ext B", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.14, "height": 1.5, "location": "Ext B", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.14, "height": 1.5, "location": "Ext B", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.14, "height": 1.5, "location": "Ext B", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 2.93, "height": 2.1, "location": "Ext B", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.13, "height": 1.42, "location": "Ext B", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 1.13, "height": 1.42, "location": "Ext B", "orientation": 5}, {"name": 10, "type": "Windows (1)", "width": 1.13, "height": 1.42, "location": "Ext B", "orientation": 5}, {"name": 11, "type": "Windows (1)", "width": 1.13, "height": 1.42, "location": "Ext B", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.17, "psi_value": 0.356, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.15, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.6, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.4, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.7, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 8.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.104, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 32.8, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 17.4, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 34.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 17.4, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.51, "heat_loss_area": 36.39, "total_floor_area": 36.39}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.85, "heat_loss_area": 0, "total_floor_area": 36.39, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.85, "heat_loss_area": 0, "total_floor_area": 36.39}]}], "heating_cost_current": {"value": 184, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 96, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1644, "water_heating": 2128}}, "seller_commission_report": "Y", "energy_consumption_current": 10, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -3, "environmental_impact_current": 97, "current_energy_efficiency_band": "A", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 2} +{"uprn": 10094744642, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE15 2DH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-12 14:40:36", "living_area": 23.09, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.44, "heat_efficiency": 54.1, "heat_source_type": 1, "power_efficiency": 34.4}, {"fuel_type": 51, "heat_fraction": 0.56, "heat_efficiency": 93.19, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 118 Leonard Court", "address_line_2": "Queens Road", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.72, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.57, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 50.75}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 35.1, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 14, "total_wall_area": 6.23, "is_curtain_walling": "false"}, {"name": "Concrete Columns", "u_value": 0.26, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.5, "is_curtain_walling": "false"}, {"name": "Stair Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 14, "total_wall_area": 6, "is_curtain_walling": "false"}, {"name": "Lift Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 14, "total_wall_area": 5.12, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 100.75}, {"name": "Party Walls - Stud", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 14.35}, {"name": "Party Walls - Concrete Column", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 1.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "Corridor Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.2, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.45, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.9, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 3.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.24, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.55, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 22.55, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 6.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 6.27, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 3, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 50.75, "total_floor_area": 50.75}]}], "heating_cost_current": {"value": 158, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 158, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1002, "water_heating": 1829}}, "seller_commission_report": "Y", "energy_consumption_current": 48, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 48, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10090093021, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DY7 6JD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOURBRIDGE", "built_form": 1, "created_at": "2019-02-12 11:30:44", "living_area": 13.48, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "Fair View", "address_line_2": "Dark Lane", "address_line_3": "Kinver", "assessment_date": "2019-02-11", "assessment_type": "SAP", "completion_date": "2019-02-12", "inspection_date": "2019-02-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.08, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 0, "total_roof_area": 68.95}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Composite Roof to Bays", "kappa_value": 9, "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall 1", "kappa_value": 110, "total_wall_area": 83.59, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.59}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 7", "type": "Opening Type 2", "width": 3.66, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 3", "type": "Opening Type 2", "width": 400, "height": 1500, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 8", "type": "Opening Type 2", "width": 2.16, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 6", "type": "Opening Type 2", "width": 8.49, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 2", "type": "Opening Type 2", "width": 3.66, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 5", "type": "Opening Type 2", "width": 400, "height": 1500, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.22, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.2, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 48, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.83, "psi_value": 0.099, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.01, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 16.23, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 14.4, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.119, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 69.95, "total_floor_area": 69.95}]}], "heating_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 231, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3013, "water_heating": 1548}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 14, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10090627778, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB2 9AT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-07-12 11:47:02", "living_area": 22.79, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18204, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "3, Chaplen Street", "address_line_2": "Trumpington", "assessment_date": "2019-07-12", "assessment_type": "SAP", "completion_date": "2019-07-12", "inspection_date": "2019-07-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.43, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.45, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.45, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door To Corridor", "type": 1, "u_value": 1.09, "data_source": 2, "glazing_type": 1}, {"name": "Curtain Wall Window", "type": 4, "u_value": 1.45, "data_source": 2, "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Plane Ceiling", "kappa_value": 9, "total_roof_area": 47.51}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "EW01 - AAC 0.19", "kappa_value": 60, "total_wall_area": 33.09, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "WTC01", "kappa_value": 76, "total_wall_area": 16.52, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.19, "wall_type": 2, "description": "EW03 - AAC 0.11", "kappa_value": 60, "total_wall_area": 16.56, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 80.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DTC", "type": "Door To Corridor", "width": 1023, "height": 2260, "location": "External Wall 2", "orientation": 0}, {"name": "Front", "type": "Window", "width": 12.06, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "LHS", "type": "Window", "width": 3.72, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.05, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.85, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 19, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.57, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 20.69, "psi_value": 0.198, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 4.8, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 70, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 47.51}]}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 60, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1921, "water_heating": 1341}}, "seller_commission_report": "Y", "energy_consumption_current": 115, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 115, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093277488, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN5 4FX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 1, "created_at": "2019-02-12 10:14:35", "living_area": 24, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "21, Quarry Field", "address_line_2": "Purton", "assessment_date": "2019-02-12", "assessment_type": "SAP", "completion_date": "2019-02-12", "inspection_date": "2019-02-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.2}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 40.8, "is_curtain_walling": "false"}, {"name": "corridor", "u_value": 0.3, "wall_type": 2, "kappa_value": 150, "total_wall_area": 18.48, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 76.8}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 12.48}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 2.2, "location": "external", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "external", "orientation": 4}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.135, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 24.7, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 24.7, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 5.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 5.1, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 157, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 157, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1193, "water_heating": 1281}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 97, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10024106863, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 93% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE31 8LY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "KING'S LYNN", "built_form": 1, "created_at": "2019-11-12 16:30:13", "living_area": 26.78, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17619, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, oil", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "The Gatekeepers", "address_line_2": "Station Road", "address_line_3": "Docking", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.66, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 144, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 93}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 5}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - Horizontal", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.08}, {"name": "Roof - internal to vaulted", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.27}, {"name": "Roof - Vaulted", "u_value": 0.19, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.79}], "sap_walls": [{"name": "Flint Faced Walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 70, "total_wall_area": 35.98, "is_curtain_walling": "false"}, {"name": "Brick Faced Walls", "u_value": 0.27, "wall_type": 2, "kappa_value": 70, "total_wall_area": 85.65, "is_curtain_walling": "false"}, {"name": "Walls in Roof", "u_value": 0.17, "wall_type": 2, "kappa_value": 9, "total_wall_area": 37.8, "is_curtain_walling": "false"}, {"name": "Dormer Walls", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 2.09, "is_curtain_walling": "false"}, {"name": "GF Walls", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 129.57}, {"name": "FF Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 69.69}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 3, "height": 2.475, "location": "Brick Faced Walls", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 2.4, "height": 2.1, "location": "Brick Faced Walls", "orientation": 3}, {"name": 3, "type": "Door (1)", "width": 2.4, "height": 2.1, "location": "Flint Faced Walls", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Flint Faced Walls", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Flint Faced Walls", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Brick Faced Walls", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 0.45, "height": 0.45, "location": "Brick Faced Walls", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 3, "height": 0.45, "location": "Brick Faced Walls", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 0.9, "height": 0.9, "location": "Dormer Walls", "orientation": 1}, {"name": 10, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Brick Faced Walls", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Flint Faced Walls", "orientation": 7}, {"name": 12, "type": "Roof windows (1)", "width": 0.55, "height": 0.78, "location": "Roof - Vaulted", "orientation": 5}, {"name": 13, "type": "Roof windows (1)", "width": 0.55, "height": 0.78, "location": "Roof - Vaulted", "orientation": 5}, {"name": 14, "type": "Roof windows (1)", "width": 0.55, "height": 0.78, "location": "Roof - Vaulted", "orientation": 5}, {"name": 15, "type": "Roof windows (1)", "width": 0.55, "height": 0.78, "location": "Roof - Vaulted", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.583, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.783, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.075, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 42.11, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.3, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 29.54, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 27.5, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.95, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.58, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 22.42, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.68, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 110, "storey_height": 2.38, "heat_loss_area": 86.68, "total_floor_area": 88.39}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.22, "heat_loss_area": 0, "total_floor_area": 55.88, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 399, "currency": "GBP"}, "co2_emissions_current": 3.6, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 94, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 401, "currency": "GBP"}, "hot_water_cost_current": {"value": 110, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 48, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 77}, {"sequence": 2, "typical_saving": {"value": 342, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 83}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 102, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 102, "lighting_cost_potential": {"value": 94, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7611, "water_heating": 2185}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -28, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10091702661, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WN6 0WG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIGAN", "built_form": 1, "created_at": "2019-02-12 09:29:58", "living_area": 16.4, "orientation": 8, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "17, Greenside Close", "address_line_2": "Standish", "assessment_date": "2019-02-12", "assessment_type": "SAP", "completion_date": "2019-02-12", "inspection_date": "2019-02-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.4}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 51.94, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 36.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 36.73}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.15, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.3, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 3.6, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 1, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.2, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 11.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.3, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5.4, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.7, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.4, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.3, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 3.4, "total_floor_area": 3.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 40.2}]}], "heating_cost_current": {"value": 168, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 168, "currency": "GBP"}, "hot_water_cost_current": {"value": 56, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1561, "water_heating": 1270}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 108, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 24147972, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS48 1DJ", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 4, "created_at": "2019-12-12 16:22:36", "living_area": 16.31, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 195, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2106, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 31 Coates House", "address_line_2": "4, High Street", "address_line_3": "Nailsea", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500519, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 33, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 32.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall - New", "total_wall_area": 10.85, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.45}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "SE", "type": "Windows", "width": 4.94, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.25, "floor_type": 4, "description": "Exposed Floor", "storey_height": 2.4, "heat_loss_area": 4.98, "total_floor_area": 32.63}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 85, "currency": "GBP"}, "hot_water_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 154, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 686, "water_heating": 1891}}, "seller_commission_report": "Y", "energy_consumption_current": 268, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 268, "environmental_impact_current": 74, "current_energy_efficiency_band": "B", "environmental_impact_potential": 74, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10090302691, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 25% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "NE24 4GY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BLYTH", "built_form": 2, "created_at": "2019-04-17 15:39:12", "living_area": 15.67, "orientation": 2, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "main_heating_code": 104, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "47a, Font Drive", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 25}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulated Slope", "u_value": 0.18, "roof_type": 2, "total_roof_area": 10.3}, {"name": "Insulated Ceiling Sheltered", "u_value": 0.1296, "roof_type": 2, "total_roof_area": 23.42}], "sap_walls": [{"name": "External Wall", "u_value": 0.31, "wall_type": 2, "total_wall_area": 91.104, "is_curtain_walling": "false"}, {"name": "Sheltered Wall", "u_value": 0.1296, "wall_type": 2, "total_wall_area": 11.04, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.95, "location": "External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.7, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.25, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Insulated Slope", "orientation": 2}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Insulated Slope", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "storey_height": 2.35, "heat_loss_area": 32.91, "total_floor_area": 32.91}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 31.38}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 20.65}]}], "heating_cost_current": {"value": 379, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 113, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 385, "currency": "GBP"}, "hot_water_cost_current": {"value": 106, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a315", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 77}, {"sequence": 2, "typical_saving": {"value": 36, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 79, "environmental_impact_rating": 79}, {"sequence": 3, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 88}], "co2_emissions_potential": 1.2, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5640, "water_heating": 2151}}, "seller_commission_report": "Y", "energy_consumption_current": 165, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 79, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 29} +{"uprn": 10093087341, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME13 8FU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FAVERSHAM", "built_form": 2, "created_at": "2019-12-17 10:14:43", "living_area": 18.24, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Elliot Drive", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.32, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.2}, {"name": "Bay Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.23}], "sap_walls": [{"name": "Brick", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 82.99, "is_curtain_walling": "false"}, {"name": "Weatherboard", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 17.97, "is_curtain_walling": "false"}, {"name": "Stud Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 174.67}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 45.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Brick", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.03, "location": "Brick", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Brick", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.36, "location": "Brick", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 8.21, "location": "Brick", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 2.73, "location": "Weatherboard", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.46, "psi_value": 0.442, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.95, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.85, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.77, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 19.05, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 10.02, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.02, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 3.21, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 14.94, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.77, "psi_value": -0.051, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.17, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 9.02, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 9.02, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 9.02, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "kappa_value": 75, "storey_height": 2.385, "heat_loss_area": 46.45, "total_floor_area": 46.45}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 45.2, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 212, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 338, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2369, "water_heating": 1693}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10013721976, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS20 2AH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKTON-ON-TEES", "built_form": 3, "created_at": "2019-04-17 17:08:15", "living_area": 12.77, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "151c, Norton Road", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.32, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 28.49}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External TF", "total_wall_area": 73.95, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 34.8}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 2, "width": 1.83, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.59, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.75, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.33, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.12, "psi_value": 0.158, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.12, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.01, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.12, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.78, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.78, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.12, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.12, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.12, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "130mm TE Platinum GF", "storey_height": 2.32, "heat_loss_area": 28.49, "total_floor_area": 28.49}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 28.49}], "thermal_mass_parameter": 113.817}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 98, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 98, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2041, "water_heating": 1411}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093571373, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR1 9ZG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 1, "created_at": "2019-12-17 10:31:13", "living_area": 21.2, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17743, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Ashdale Crescent", "address_line_2": "Penwortham", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.03, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 140, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.1}, {"name": "Bay", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.4}], "sap_walls": [{"name": "External", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 137.5, "is_curtain_walling": "false"}, {"name": "ExtRen", "u_value": 0.226, "wall_type": 2, "kappa_value": 60, "total_wall_area": 42.4, "is_curtain_walling": "false"}, {"name": "Int W T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 176.44}, {"name": "Int W B", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 102.7}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.4, "location": "External", "orientation": 8}, {"name": 2, "type": "Door (1)", "width": 0.84, "height": 2.08, "location": "External", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 0.88, "height": 1.12, "location": "External", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 0.88, "height": 1.12, "location": "External", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 0.56, "height": 1.1, "location": "External", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.75, "height": 1.13, "location": "ExtRen", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 2.35, "height": 1.24, "location": "ExtRen", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 0.88, "height": 0.3, "location": "External", "orientation": 8}, {"name": 9, "type": "Windows (1)", "width": 1.18, "height": 1.16, "location": "External", "orientation": 4}, {"name": 10, "type": "Windows (1)", "width": 1.18, "height": 1.16, "location": "External", "orientation": 4}, {"name": 11, "type": "Windows (1)", "width": 0.88, "height": 1, "location": "External", "orientation": 4}, {"name": 12, "type": "Windows (1)", "width": 1.15, "height": 1, "location": "External", "orientation": 4}, {"name": 13, "type": "Windows (1)", "width": 3.12, "height": 2.04, "location": "External", "orientation": 4}, {"name": 14, "type": "Windows (1)", "width": 0.63, "height": 0.98, "location": "External", "orientation": 6}, {"name": 15, "type": "Windows (1)", "width": 0.63, "height": 0.98, "location": "External", "orientation": 6}, {"name": 16, "type": "Windows (1)", "width": 1.17, "height": 1.88, "location": "ExtRen", "orientation": 6}, {"name": 17, "type": "Windows (1)", "width": 0.57, "height": 1.3, "location": "ExtRen", "orientation": 6}, {"name": 18, "type": "Windows (1)", "width": 1.14, "height": 0.94, "location": "ExtRen", "orientation": 6}, {"name": 19, "type": "Windows (1)", "width": 0.58, "height": 1.28, "location": "ExtRen", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.3, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 19.53, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 48.42, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 35.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 19.15, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 34.8, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 14.8, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 70.5, "total_floor_area": 70.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 69.1, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 282, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 283, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4280, "water_heating": 2182}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 28, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10092972822, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN9 1DH", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "TONBRIDGE", "built_form": 1, "created_at": "2019-04-17 09:01:21", "living_area": 21.9, "orientation": 7, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "133b, High Street", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500147, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 3, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "total_roof_area": 3.57}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "total_wall_area": 74.34, "is_curtain_walling": "false"}, {"name": "Wall 5", "u_value": 0.28, "wall_type": 2, "total_wall_area": 21.24, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.38, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.99, "location": "Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "storey_height": 2.561, "heat_loss_area": 86.27, "total_floor_area": 86.267}]}], "heating_cost_current": {"value": 350, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 72, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 350, "currency": "GBP"}, "hot_water_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 72, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 216, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4806, "water_heating": 1274}}, "seller_commission_report": "Y", "energy_consumption_current": 151, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 151, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 74, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10091135415, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO30 4DJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHAMPTON", "built_form": 2, "created_at": "2019-05-17 14:03:39", "living_area": 18.64, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "27, Blyth Gardens", "address_line_2": "Hedge End", "assessment_date": "2019-05-17", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-05-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.35, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Pitched Roof", "total_roof_area": 50.25}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Sloping Ceilings", "total_roof_area": 10.09}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 28.29, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 3, "description": "Wall to Corridor", "total_wall_area": 15.19, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 2, "description": "Dormer Cheeks", "total_wall_area": 2.8, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 19.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 980, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "South Elevation", "type": "Windows", "width": 1200, "height": 1200, "location": "External Wall 1", "orientation": 5}, {"name": "West Elevation", "type": "Windows", "width": 2.7, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "South Dormer", "type": "Windows", "width": 1200, "height": 1200, "location": "External Wall 3", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.81, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.81, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.5, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.31, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.21, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.84, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5.74, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 6.96, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.62, "psi_value": -0.06, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.8, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.24, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 1.82, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 3.64, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 11.83, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 56.48}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 139, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 139, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 732, "water_heating": 1668}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 81, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093387071, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO17 6HD", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "FAREHAM", "built_form": 1, "created_at": "2019-05-10 11:31:55", "living_area": 25.31, "orientation": 5, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "The Coach House", "address_line_2": "Norton Close", "address_line_3": "Southwick", "assessment_date": "2019-03-14", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-03-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.06, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 65, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.2, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 55.47}], "sap_walls": [{"name": "Ext Walls to garage", "u_value": 0.23, "wall_type": 2, "kappa_value": 150, "total_wall_area": 20.87, "is_curtain_walling": "false"}, {"name": "Ext Walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 70, "total_wall_area": 73.12, "is_curtain_walling": "false"}, {"name": "Int Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Ext Walls", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Ext Walls to garage", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1, "location": "Ext Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.01, "location": "Ext Walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.01, "location": "Ext Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.84, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.01, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 9.98, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.11, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 24.11, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 5.3, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.04, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.04, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 20, "storey_height": 2.28, "heat_loss_area": 9.82, "total_floor_area": 9.82}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "kappa_value": 75, "storey_height": 2.65, "heat_loss_area": 45.65, "total_floor_area": 55.47}]}], "heating_cost_current": {"value": 427, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 427, "currency": "GBP"}, "hot_water_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 271, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2516, "water_heating": 1596}}, "seller_commission_report": "Y", "energy_consumption_current": 153, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 153, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 15137354, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN5 6PP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORTHAMPTON", "built_form": 1, "created_at": "2019-10-14 10:47:29", "living_area": 31.31, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15941, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "268c, Main Road", "address_line_2": "Duston", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.87, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 206, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door", "type": 1, "u_value": 0.9, "data_source": 2, "glazing_type": 1}, {"name": "Roof light", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 69.3}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "External Roof 2", "total_roof_area": 44.47}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 142.32, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 3, "description": "Sheltered wall", "total_wall_area": 10.71, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.18, "wall_type": 2, "description": "Loft walls", "total_wall_area": 28.05, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.17, "wall_type": 2, "description": "Dormer walls", "total_wall_area": 13.86, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 4.98, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Door", "type": "Door", "width": 935, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Window", "type": "Window", "width": 1.98, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Window", "type": "Window", "width": 14.01, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Window", "type": "Window", "width": 4.09, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Window", "width": 1770, "height": 1200, "location": "External Wall 4", "orientation": 7}, {"name": "Window", "type": "Window", "width": 6.37, "height": 1, "location": "External Wall 4", "orientation": 3}, {"name": "roof light", "type": "Roof light", "pitch": 40, "width": 3.06, "height": 1, "location": "Roof 2", "orientation": 7}, {"name": "Roof light", "type": "Roof light", "pitch": 40, "width": 550, "height": 780, "location": "Roof 2", "orientation": 3}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.98, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 23.05, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 45.6, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 51.05, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 44.5, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 25.06, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.7, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.14, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.67, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.67, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 9.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 25.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 6.6, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 14.95, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 6.6, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.38, "heat_loss_area": 119.57, "total_floor_area": 117.87}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.02, "heat_loss_area": 0, "total_floor_area": 88.09}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 342, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 106, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 342, "currency": "GBP"}, "hot_water_cost_current": {"value": 147, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}, {"sequence": 2, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 103, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.3, "energy_rating_potential": 103, "lighting_cost_potential": {"value": 106, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 147, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5522, "water_heating": 3300}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": -12, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093489530, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE40 4QA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RYTON", "built_form": 2, "created_at": "2019-10-14 10:43:31", "living_area": 18.3, "orientation": 2, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "46, Jarvis Drive", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.73}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 89.57, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.528}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92.768}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 43.41}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.76, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.45, "location": "external", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.42, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.4, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.28, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.28, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.42, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.86, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.86, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.86, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 41.73, "total_floor_area": 41.73}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 41.73, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2301, "water_heating": 1647}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 10, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093712952, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA2 5BQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BATH", "built_form": 2, "created_at": "2019-01-14 12:26:27", "living_area": 22.92, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17644, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "105, Mulberry Way", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 49, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.41}, {"name": "Opening Type 4", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Vieo", "total_roof_area": 47.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Sheltered", "total_wall_area": 16.63, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Vieo", "total_wall_area": 18.83, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W3-15", "type": "Opening Type 1", "width": 1.36, "height": 2.11, "location": "External Wall 2", "orientation": 5}, {"name": "W3-16", "type": "Opening Type 1", "width": 1.36, "height": 2.11, "location": "External Wall 2", "orientation": 5}, {"name": "ED3-05", "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 2", "orientation": 7}, {"name": "TF-10", "type": "Opening Type 4", "width": 0.99, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.99, "psi_value": 0.285, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.74, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.74, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.64, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.2, "psi_value": 0.006, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.06, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.25, "psi_value": 0.0014, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.18, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 6.25, "psi_value": 0.346, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.54, "psi_value": 0.15, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 1.49, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.66, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.49, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.32, "psi_value": 0.0662, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.66, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 15.76, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.39, "heat_loss_area": 0, "total_floor_area": 49.31}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1163, "water_heating": 1464}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 95, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10033644841, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W1K 6US", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "created_at": "2019-03-14 15:46:29", "living_area": 67.81, "orientation": 2, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 248.2, "cooling_system_eer": 2.6, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"heat_emitter_type": 1, "emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "central_heating_pump_age": 1, "main_heating_data_source": 2, "load_or_weather_compensation": 0}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.98, "heat_source_type": 1, "power_efficiency": 34.31}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97.286, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 0.01", "address_line_2": "20 Grosvenor Square", "assessment_date": "2019-03-14", "assessment_type": "SAP", "completion_date": "2019-03-14", "inspection_date": "2019-03-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 2.26, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "Nuaire or similar", "mechanical_vent_specific_fan_power": 0.79, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 87, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 248, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.57}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.57}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Retained Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 91.94, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.15, "height": 2.4, "location": "Retained Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.15, "height": 2.4, "location": "Retained Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.15, "height": 2.4, "location": "Retained Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.15, "height": 2.4, "location": "Retained Wall", "orientation": 4}, {"name": 5, "type": "Windows (2)", "width": 1.2, "height": 2.35, "location": "Retained Wall", "orientation": 4}, {"name": 6, "type": "Windows (2)", "width": 1.2, "height": 2.35, "location": "Retained Wall", "orientation": 4}, {"name": 7, "type": "Windows (2)", "width": 1.2, "height": 2.35, "location": "Retained Wall", "orientation": 4}, {"name": 8, "type": "Windows (2)", "width": 1.2, "height": 2.35, "location": "Retained Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 3, "kappa_value": 75, "storey_height": 3, "heat_loss_area": 77.92, "total_floor_area": 121.45}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 4.15, "heat_loss_area": 0, "total_floor_area": 126.75}]}], "heating_cost_current": {"value": 406, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 131, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 406, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 131, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 100, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3192, "water_heating": 2334}}, "seller_commission_report": "Y", "energy_consumption_current": 43, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.1.22", "energy_consumption_potential": 43, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10091627150, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB22 5GA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-01-23 17:05:47", "living_area": 27.3, "orientation": 4, "region_code": 16, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95.74, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "45 Mill View", "address_line_2": "St. Edmunds Way", "address_line_3": "Hauxton", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-23", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.21, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-23", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.7303, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling to Cafe", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 65.54}], "sap_walls": [{"name": "Type 1", "u_value": 0.23, "wall_type": 2, "kappa_value": 150, "total_wall_area": 27.44, "is_curtain_walling": "false"}, {"name": "Type 2", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 7.85, "is_curtain_walling": "false"}, {"name": "Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.26}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 61.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 3.8, "location": "Type 1", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Type 1", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.15, "location": "Type 1", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.91, "location": "Type 2", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.81, "psi_value": 0.26, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.52, "psi_value": 0.104, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 7.43, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.95, "psi_value": -0.102, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.43, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.48, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 49.88, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 168, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 168, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 100, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1443, "water_heating": 1986}}, "seller_commission_report": "Y", "energy_consumption_current": 60, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 60, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 2630188734, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR14 6SR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 1, "created_at": "2019-09-14 12:03:44", "living_area": 19.35, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "main_heating_code": 224, "emitter_temperature": 2, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 3, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Horseshoe Cottage", "address_line_2": "Beccles Road", "address_line_3": "Hales", "assessment_date": "2019-09-14", "assessment_type": "SAP", "completion_date": "2019-09-14", "inspection_date": "2019-09-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "french windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "main roof", "total_roof_area": 54.41}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "main wall", "total_wall_area": 151, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w1", "type": "windows", "width": 2.39, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "d1", "type": "door", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "w2", "type": "windows", "width": 1.86, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "d3", "type": "french windows", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "w3", "type": "windows", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "w4", "type": "windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "d2", "type": "door", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "w5", "type": "windows", "width": 2.39, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "w6", "type": "windows", "width": 0.97, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "w7", "type": "windows", "width": 1.26, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "w8", "type": "windows", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "w9", "type": "windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "w10", "type": "windows", "width": 0.97, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.95, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 13.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 35.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 30.2, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 30.2, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 18.32, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "ground floor", "storey_height": 2.4, "heat_loss_area": 54.41, "total_floor_area": 54.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 54.41}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 426, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 427, "currency": "GBP"}, "hot_water_cost_current": {"value": 224, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 90, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.9, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 134, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4076, "water_heating": 2171}}, "seller_commission_report": "Y", "energy_consumption_current": 117, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 51, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10094058344, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS18 2FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKTON-ON-TEES", "built_form": 3, "created_at": "2019-10-03 20:16:09", "living_area": 15.82, "orientation": 2, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16138, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "143, Deepdale Avenue", "assessment_date": "2018-04-16", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.79, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.81, "total_floor_area": 87, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Front", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rear", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Doormer", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Side", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "RL", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Roof", "total_roof_area": 13.14}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "RIR ceiling", "total_roof_area": 9}, {"name": "Roof 3", "u_value": 0.19, "roof_type": 2, "description": "Slope", "total_roof_area": 9.84}, {"name": "Roof 4", "u_value": 0.3, "roof_type": 2, "description": "Dormer", "total_roof_area": 2.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.31, "wall_type": 2, "description": "Ex", "total_wall_area": 95.92, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer", "total_wall_area": 3.62, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.14, "wall_type": 2, "description": "RIR Wall", "total_wall_area": 12.23, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Front", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Front", "width": 4.45, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear", "type": "Rear", "width": 6.15, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Doormer", "type": "Doormer", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Side", "type": "Side", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RL", "type": "RL", "pitch": 35, "width": 0.54, "height": 1, "location": "Roof 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "2006 regulations"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "description": "Floor", "storey_height": 2.33, "heat_loss_area": 33.22, "total_floor_area": 33.22}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 31.47}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 22.47}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 274, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 274, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3944, "water_heating": 2069}}, "seller_commission_report": "Y", "energy_consumption_current": 110, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "1.25r06", "energy_consumption_potential": 37, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 2465208038, "roofs": [{"description": {"value": "Average thermal transmittance 0.31 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "walls": [{"description": {"value": "Average thermal transmittance 1.38 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": {"value": "Average thermal transmittance 0.47 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE5 4GH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 4, "created_at": "2019-01-16 13:07:19", "living_area": 17.51, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 15700, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "70, Nottingham Road", "assessment_date": "2018-12-12", "assessment_type": "SAP", "completion_date": "2019-01-16", "inspection_date": "2018-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Ins Joist", "u_value": 0.28, "roof_type": 2, "kappa_value": 9, "total_roof_area": 43.16}, {"name": "Flat Roof (Bay)", "u_value": 1.45, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.15}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "total_roof_area": 4.69}], "sap_walls": [{"name": "Ext Solid Wall (Exist)", "u_value": 1.96, "wall_type": 2, "kappa_value": 9, "total_wall_area": 56.74, "is_curtain_walling": "false"}, {"name": "Ext Solid Wall (Void)", "u_value": 1.96, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.22, "is_curtain_walling": "false"}, {"name": "Ext Cav Wall (Exist)", "u_value": 0.3, "wall_type": 2, "kappa_value": 60, "total_wall_area": 22.27, "is_curtain_walling": "false"}, {"name": "Existing Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 33.6}, {"name": "Proposed Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 32.31}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.85, "height": 2.1, "location": "Ext Solid Wall (Exist)", "orientation": 6}, {"name": 2, "type": "Door (1)", "width": 0.85, "height": 2.1, "location": "Ext Cav Wall (Exist)", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.57, "location": "Ext Solid Wall (Exist)", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.11, "location": "Ext Solid Wall (Exist)", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.8, "floor_type": 2, "kappa_value": 20, "storey_height": 2.9, "heat_loss_area": 21.88, "total_floor_area": 49}, {"storey": 1, "u_value": 0.21, "floor_type": 2, "kappa_value": 110, "storey_height": 2.45, "heat_loss_area": 27.12, "total_floor_area": 34.37}]}], "heating_cost_current": {"value": 542, "currency": "GBP"}, "co2_emissions_current": 3.1, "energy_rating_average": 60, "energy_rating_current": 70, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 542, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 71, "environmental_impact_rating": 69}, {"sequence": 2, "typical_saving": {"value": 296, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 78}], "co2_emissions_potential": 2.0, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9747, "water_heating": 2042}}, "seller_commission_report": "Y", "energy_consumption_current": 214, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 137, "environmental_impact_current": 66, "current_energy_efficiency_band": "C", "environmental_impact_potential": 78, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 38} +{"uprn": 10093481221, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S60 5NQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROTHERHAM", "built_form": 1, "created_at": "2019-10-15 21:20:18", "living_area": 37.86, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18500, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Quarry Close", "address_line_2": "Brinsworth", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-15", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.29, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 128, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance Door", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 3}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Patio Door", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Velux", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "kappa_value": 9, "total_roof_area": 28.58}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Main roof Slopes", "kappa_value": 9, "total_roof_area": 21.09}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 179.9, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 3, "description": "Loft Wall", "kappa_value": 9, "total_wall_area": 15.87, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 201.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Elevation", "type": "Entrance Door", "width": 900, "height": 2050, "location": "External Wall 1", "orientation": 0}, {"name": "Front Elevation", "type": "Windows", "width": 6.05, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Front Slopes", "type": "Velux", "pitch": 40, "width": 1.95, "height": 1, "location": "Roof 2", "orientation": 3}, {"name": "Rear Elevation", "type": "Patio Door", "width": 1800, "height": 2050, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Elevation", "type": "Windows", "width": 4.65, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Slopes", "type": "Velux", "pitch": 40, "width": 1.3, "height": 1, "location": "Roof 2", "orientation": 7}, {"name": "Side Elevation", "type": "Windows", "width": 1.32, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.9, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.4, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.3, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.95, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.3, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.6, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 20.36, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.25, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.25, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 10, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 11.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Main Floor", "kappa_value": 110, "storey_height": 2.44, "heat_loss_area": 48.84, "total_floor_area": 48.84, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 46.62, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Second Floor", "kappa_value": 18, "storey_height": 2.24, "heat_loss_area": 0, "total_floor_area": 32.75}]}], "heating_cost_current": {"value": 280, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 281, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 288, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4213, "water_heating": 2250}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 31, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093064555, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR2 6SA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "WORCESTER", "built_form": 1, "created_at": "2019-11-15 18:12:16", "living_area": 19.98, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 10, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "main_heating_data_source": 1, "main_heating_index_number": 100113, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.86, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 3, "is_heat_pump_assisted_by_immersion": "true", "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Peachley Court Close", "address_line_2": "Lower Broadheath", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 209, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 1, "u_value": 3, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 3", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, dual fuel (mineral and wood)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 98.74}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 237.52, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "External Wall 2", "kappa_value": 9, "total_wall_area": 8.44, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 135.36}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 222.24}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 2", "type": "Opening Type 1", "width": 19.9, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 1", "type": "Opening Type 1", "width": 13.09, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "Opening Type 1", "width": 718, "height": 1350, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 5", "type": "Opening Type 1", "width": 4.14, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 6", "type": "Opening Type 2", "width": 850, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Opening Type 3", "pitch": 45, "width": 0.87, "height": 1, "location": "Roof 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.84, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 24.99, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 55.8, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 44.2, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.75, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.56, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 53.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 23.4, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 24.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 33.9, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 13.8, "psi_value": -0.029, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 1.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.15, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 11.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 96.89, "total_floor_area": 96.89, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.25, "floor_type": 3, "description": "Heat Loss Floor 2", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 20.09, "total_floor_area": 112.58}]}], "heating_cost_current": {"value": 599, "currency": "GBP"}, "co2_emissions_current": 3.2, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 107, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 599, "currency": "GBP"}, "hot_water_cost_current": {"value": 383, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 140, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.9, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 107, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 242, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9926, "water_heating": 2502}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 52, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091052439, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WS11 9AH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CANNOCK", "built_form": 2, "created_at": "2019-11-15 10:00:19", "living_area": 14.72, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Songthrush Way", "address_line_2": "Norton Canes", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.67, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "HG Doors", "type": 2, "u_value": 1.35, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Patio Doors", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "kappa_value": 0, "total_roof_area": 36.16}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 83.33, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 37.41}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 61.6052}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 91.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "HG Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.85, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Patio Door", "type": "Patio Doors", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Windows", "type": "Windows", "width": 4.14, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RH Windows", "type": "Windows", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.91, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.18, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.57, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.66, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.94, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.3, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.75, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.75, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.15, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.24, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Heat Loss Floor", "kappa_value": 0, "storey_height": 2.55, "heat_loss_area": 36.16, "total_floor_area": 36.16, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 34.1}]}], "heating_cost_current": {"value": 219, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 219, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2702, "water_heating": 1545}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10033365647, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP4 0DD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PONTYPOOL", "built_form": 1, "created_at": "2019-01-15 14:26:52", "living_area": 16.3, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 8.1 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "21, Trem yr Ysgol", "address_line_2": "Penperlleni", "assessment_date": "2019-01-15", "assessment_type": "SAP", "completion_date": "2019-01-15", "inspection_date": "2019-01-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 6.07, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 117, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": "Arts & Craft Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Rooflights", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Pitched", "kappa_value": 9, "total_roof_area": 58.84}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 152.84, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 28.8}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 192.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 6.75, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "Windows", "width": 7.1, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Left side", "type": "Windows", "width": 630, "height": 1200, "location": "External Wall 1", "orientation": 8}, {"name": "Right Side", "type": "Arts & Craft Door", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Door", "type": "Arts & Craft Door", "width": 1010, "height": 2325, "location": "External Wall 1", "orientation": 0}, {"name": "Rear Patio Doors", "type": "Patio Doors", "width": 2400, "height": 2100, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.22, "psi_value": 0.34, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 48.15, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 31.85, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.53, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.43, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 16.1, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.12, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.824, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 58.84, "total_floor_area": 58.84, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.51, "heat_loss_area": 0, "total_floor_area": 58.3}]}], "heating_cost_current": {"value": 324, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 324, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5153, "water_heating": 1769}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 36, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 90215700, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B62 0HS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HALESOWEN", "built_form": 1, "created_at": "2019-04-15 16:31:47", "living_area": 19.8, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17489, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "65a, Howley Grange Road", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.01, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 160, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Half Glazed Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 6}, {"name": "Rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "Insulated Rafters", "total_roof_area": 43.1}, {"name": "Roof 2", "u_value": 0.09, "roof_type": 2, "description": "Flat Ceilings", "total_roof_area": 35.64}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall", "total_wall_area": 117.43, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "External Wall 2", "total_wall_area": 69.65, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Window", "width": 8.12, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 2", "type": "Window", "width": 8.74, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 3", "type": "Window", "width": 13.43, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 4", "type": "Rooflight", "pitch": 45, "width": 5.17, "height": 1, "location": "Roof 1", "orientation": 2}, {"name": "Opening 5", "type": "Half Glazed Door", "width": 900, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 6", "type": "Window", "width": 900, "height": 1200, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 7", "type": "Window", "width": 910, "height": 1200, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.36, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 23.46, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.52, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.32, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37.32, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 6, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.3, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 13.23, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.8, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 29.6, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.4, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.88, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 5.88, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 10.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "B & B Floor", "storey_height": 2.45, "heat_loss_area": 79.86, "total_floor_area": 79.86}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.95, "heat_loss_area": 0, "total_floor_area": 79.86}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 344, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 346, "currency": "GBP"}, "hot_water_cost_current": {"value": 106, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 293, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.1, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5767, "water_heating": 2310}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 37, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094272746, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG7 3NG", "data_type": 2, "hot_water": {"description": {"value": "Gas boiler/circulator", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 0}, "post_town": "NOTTINGHAM", "built_form": 1, "created_at": "2019-11-18 16:04:36", "living_area": 17.09, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_heating_code": 911, "hot_water_store_size": 200, "main_heating_details": [{"main_heating_code": 306, "emitter_temperature": 2, "main_heating_number": 1, "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.87, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 1, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 86.2, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "2-6 Alfreton Road", "assessment_date": "2019-08-15", "assessment_type": "SAP", "completion_date": "2019-11-18", "inspection_date": "2019-08-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 20, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 3, "low_energy_fixed_lighting_outlets_count": 3, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof at joist", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.95}], "sap_walls": [{"name": "External Walls", "u_value": 0.15, "wall_type": 2, "kappa_value": 60, "total_wall_area": 25.09, "is_curtain_walling": "false"}, {"name": "Semi - Exposed", "u_value": 0.32, "wall_type": 2, "kappa_value": 18, "total_wall_area": 7.8, "is_curtain_walling": "false"}, {"name": "Internal stud walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 15.6}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 17.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Semi - Exposed", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.7, "location": "External Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 7.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 9.65, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 2.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6.65, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 108, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 26, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 108, "currency": "GBP"}, "hot_water_cost_current": {"value": 0, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 26, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 0, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 406, "water_heating": 1566}}, "seller_commission_report": "Y", "energy_consumption_current": 53, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 53, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": null, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO19 4DY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHAMPTON", "built_form": 1, "created_at": "2019-05-08 15:53:59", "living_area": 20.82, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 10265, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9A Chessel Avenue", "assessment_date": "2018-10-15", "assessment_type": "SAP", "completion_date": "2019-05-08", "inspection_date": "2018-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.31, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 159, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-08", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.92, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (2)", "type": 5, "u_value": 1.2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Joists", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.94}, {"name": "Flat Roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.72}], "sap_walls": [{"name": "Ext wall", "u_value": 0.3, "wall_type": 2, "kappa_value": 70, "total_wall_area": 182.72, "is_curtain_walling": "false"}, {"name": "Internal walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 213.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.92, "height": 2.02, "location": "Ext wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 0.92, "height": 2.02, "location": "Ext wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 2.62, "height": 1.23, "location": "Ext wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 2.62, "height": 1.23, "location": "Ext wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.83, "height": 1.2, "location": "Ext wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 0.71, "height": 1.17, "location": "Ext wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.71, "height": 1.17, "location": "Ext wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 0.71, "height": 1.17, "location": "Ext wall", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 0.71, "height": 1.17, "location": "Ext wall", "orientation": 7}, {"name": 10, "type": "Windows (1)", "width": 1.28, "height": 1.73, "location": "Ext wall", "orientation": 7}, {"name": 11, "type": "Windows (1)", "width": 0.62, "height": 0.95, "location": "Ext wall", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 1.28, "height": 1.09, "location": "Ext wall", "orientation": 7}, {"name": 13, "type": "Windows (2)", "width": 3.57, "height": 1.81, "location": "Ext wall", "orientation": 5}, {"name": 14, "type": "Windows (1)", "width": 1.27, "height": 1.11, "location": "Ext wall", "orientation": 5}, {"name": 15, "type": "Windows (1)", "width": 0.84, "height": 1.11, "location": "Ext wall", "orientation": 5}, {"name": 16, "type": "Windows (1)", "width": 1.78, "height": 1.11, "location": "Ext wall", "orientation": 5}, {"name": 17, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "Flat Roof", "orientation": 5}, {"name": 18, "type": "Roof windows (2)", "pitch": 30, "width": 0.001, "height": 0, "location": "Flat Roof", "orientation": 5}, {"name": 19, "type": "Roof windows (2)", "pitch": 30, "width": 0.001, "height": 0, "location": "Flat Roof", "orientation": 5}, {"name": 20, "type": "Roof windows (2)", "pitch": 30, "width": 0.001, "height": 0, "location": "Flat Roof", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.39, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.55, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 42.58, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 41.98, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 35.47, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.66, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 5.39, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 35.47, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.62, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 30.71, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 11.75, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.27, "heat_loss_area": 89.3, "total_floor_area": 89.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 69.94, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 327, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 327, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 103, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4869, "water_heating": 2231}}, "seller_commission_report": "Y", "energy_consumption_current": 39, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 39, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094029821, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S3 8FB", "data_type": 2, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "SHEFFIELD", "built_form": 1, "created_at": "2019-10-15 14:30:54", "living_area": 21.46, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 303 Sanderson's Dun Works", "address_line_2": "29, Acorn Street", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-15", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.11, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 25, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.59}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [14], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 24.95}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 9.72, "is_curtain_walling": "false"}, {"name": "Internal Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 32.4}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 3, "location": "External Wall", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.82, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 1.82, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 6.6, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.08, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.6, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 32.74, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 23, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 26, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 23, "currency": "GBP"}, "hot_water_cost_current": {"value": 141, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 26, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 141, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 85, "water_heating": 803}}, "seller_commission_report": "Y", "energy_consumption_current": 123, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 123, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10007105777, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU10 1FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FARNHAM", "built_form": 2, "created_at": "2019-02-15 10:02:05", "living_area": 15.8, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "41, Yalden Gardens", "address_line_2": "Tongham", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Main Roof", "total_roof_area": 37.9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Brick|Tile|Render|Board", "total_wall_area": 90.05, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 44.66}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 4.51, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 3", "type": "Opening Type 2", "width": 3.38, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 4", "type": "Opening Type 3", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 5", "type": "Opening Type 2", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.16, "psi_value": 0.288, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.14, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.52, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.52, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.94, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.58, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.28, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.28, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.58, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.58, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.58, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Celecta Tetris P/A", "storey_height": 2.46, "heat_loss_area": 37.9, "total_floor_area": 37.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 37.9}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2343, "water_heating": 1736}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": 3, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094121005, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU30 7WN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIPHOOK", "built_form": 2, "created_at": "2019-03-15 13:27:47", "living_area": 14.9, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "24, Lowsley Farm Drive", "assessment_date": "2019-03-15", "assessment_type": "SAP", "completion_date": "2019-03-15", "inspection_date": "2019-03-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.87}, {"name": "Warm Roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.76}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 96.69, "is_curtain_walling": "false"}, {"name": "Dormer", "u_value": 0.27, "wall_type": 2, "kappa_value": 18, "total_wall_area": 5.65, "is_curtain_walling": "false"}, {"name": "RoomIn Roof", "u_value": 0.39, "wall_type": 2, "kappa_value": 18, "total_wall_area": 11.59, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 72.4464}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 73.53}, {"name": "2F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 22.212}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 50.48}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "external", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.76, "location": "external", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.76, "location": "external", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Dormer", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "external", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.27, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.25, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.9, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.82, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.76, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 22.94, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.72, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 13.87, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.27, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.66, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.96, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 7.82, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.76, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 5.72, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 2.96, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.11, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.11, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.41, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.57, "heat_loss_area": 35.19, "total_floor_area": 35.19}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 35.19, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 1.8, "heat_loss_area": 0, "total_floor_area": 23.55, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 229, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 229, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2741, "water_heating": 1704}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10010242574, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9EA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-19 09:11:17", "living_area": 26.3, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.3, "heat_source_type": 1, "power_efficiency": 30.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 94, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "23 Dundas Court", "address_line_2": "29, Dowells Street", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "wet_rooms_count": 3, "air_permeability": 3.88, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.55, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Ext Brick", "u_value": 0.27, "wall_type": 2, "total_wall_area": 38.5, "is_curtain_walling": "false"}, {"name": "Int Corridor", "u_value": 0.29, "wall_type": 2, "total_wall_area": 14.2, "is_curtain_walling": "false"}, {"name": "Ext Column", "u_value": 0.48, "wall_type": 2, "total_wall_area": 2.6, "is_curtain_walling": "true"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.05, "location": "Int Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 2.22, "location": "Ext Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.91, "height": 2.22, "location": "Ext Brick", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 2.73, "height": 2.57, "location": "Ext Brick", "orientation": 7}, {"name": 5, "type": "Windows (2)", "width": 0.88, "height": 2.57, "location": "Ext Brick", "orientation": 5}, {"name": 6, "type": "Windows (2)", "width": 1.8, "height": 1.18, "location": "Ext Brick", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 910, "water_heating": 2001}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 69, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10023093205, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SG9 9SX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BUNTINGFORD", "built_form": 4, "created_at": "2019-10-30 14:37:29", "living_area": 16.46, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15293, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "40, Hummerston Close", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.6, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Roof windows", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "front door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold roof", "kappa_value": 9, "total_roof_area": 39.79}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "render and brick", "kappa_value": 0, "total_wall_area": 55.63, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 88.82}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 143.69}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front windows", "type": "Opening Type 1", "width": 4.96, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear windows", "type": "Opening Type 1", "width": 8.3, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Front door", "type": "front door", "width": 2.11, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.46, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.67, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.12, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 11.12, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 15.96, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.96, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 15.96, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 18, "storey_height": 2.5, "heat_loss_area": 39.79, "total_floor_area": 39.79, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3.06, "heat_loss_area": 0, "total_floor_area": 39.79}]}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2070, "water_heating": 2039}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 1, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094275227, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG1 1HN", "data_type": 4, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NOTTINGHAM", "built_form": 4, "created_at": "2019-11-15 08:01:14", "living_area": 19.68, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_heating_code": 950, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2309, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 1, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 350, "heat_source_type": 3}], "community_heating_distribution_type": 4}, {"community_heating_use": 2, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 90.1, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Basement flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment H", "address_line_2": "4-8 Heritage Mews", "address_line_3": "High Pavement", "assessment_date": "2019-10-01", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 0}, "total_floor_area": 23, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 2", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 22.88}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "South wall", "total_wall_area": 13.16, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Basement wall", "total_wall_area": 13.16, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 18.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 3.8, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 4, "storey_height": 2.2, "heat_loss_area": 0, "total_floor_area": 22.88}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 115, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 23, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 115, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 23, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 88, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 509, "water_heating": 1585}}, "seller_commission_report": "Y", "energy_consumption_current": 151, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 151, "environmental_impact_current": 87, "current_energy_efficiency_band": "C", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10094915789, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 1.43 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU1 3AX", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "HULL", "built_form": 4, "created_at": "2019-12-04 13:04:43", "living_area": 31.12, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 39, "hot_water_store_size": 90, "main_heating_details": [{"main_fuel_type": 39, "storage_heaters": [{"index_number": 230024, "number_of_heaters": 1, "high_heat_retention": "true"}], "main_heating_code": 409, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2404, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "secondary_heating_code": 691, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.07, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Electric storage heaters", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 410 Tivoli House", "address_line_2": "South Street", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_system_make_model": "TBC", "mechanical_vent_specific_fan_power": 0.4, "mechanical_ventilation_data_source": 2, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 36, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "NEW - Curtain Walling", "type": 4, "u_value": 2, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "REFURB - Flat Roof", "kappa_value": 9, "total_roof_area": 35.98}], "sap_walls": [{"name": "External Wall 1", "u_value": 2, "wall_type": 2, "description": "EXIST - Curtain Walling", "kappa_value": 0, "total_wall_area": 14.18, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.57, "wall_type": 2, "description": "NEW - Wall to Corridor (Red)", "kappa_value": 14, "total_wall_area": 2.88, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 1.15, "wall_type": 2, "description": "EXIST - External Wall (Cavity)", "kappa_value": 0, "total_wall_area": 11.11, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 47.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 28.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door to Corridor", "width": 0.91, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 3", "type": "NEW - Curtain Walling", "width": 3.09, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 3", "type": "NEW - Curtain Walling", "width": 4.08, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 35.98}]}], "heating_cost_current": {"value": 590, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 53, "lighting_cost_current": {"value": 31, "currency": "GBP"}, "main_heating_controls": [{"description": "Controls for high heat retention storage heaters", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 590, "currency": "GBP"}, "hot_water_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 53, "lighting_cost_potential": {"value": 31, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 221, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3304, "water_heating": 1260}}, "seller_commission_report": "Y", "energy_consumption_current": 409, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 409, "environmental_impact_current": 58, "current_energy_efficiency_band": "E", "environmental_impact_potential": 58, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 69} +{"uprn": 766355668, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP22 5ZF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 1, "created_at": "2019-11-15 10:14:12", "living_area": 16.35, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.75, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Appletree Close", "address_line_2": "Aston Clinton", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.79, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.45}, {"name": "Roof windows", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Patio doors", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 64.13}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Bay roof", "kappa_value": 9, "total_roof_area": 3.95}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall Brick/Clad", "kappa_value": 55.92, "total_wall_area": 167.28, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 36, "total_wall_area": 88.76}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 144.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 1005, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Windows", "width": 6.78, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 3", "type": "Windows", "width": 4.14, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 4", "type": "Patio doors", "width": 3000, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 5", "type": "Windows", "width": 3.99, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 7", "type": "Windows", "width": 900, "height": 2100, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.87, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.8, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.86, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.6, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.14, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.47, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.9, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 15.57, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20.12, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.18, "psi_value": -0.068, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 68.08, "total_floor_area": 68.08, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 64.13}]}], "heating_cost_current": {"value": 291, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 293, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4063, "water_heating": 2241}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 26, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 45159077, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SR1 1HR", "data_type": 4, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "SUNDERLAND", "built_form": 1, "created_at": "2019-11-18 11:28:42", "living_area": 13.36, "orientation": 7, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 203 Horizon House", "address_line_2": "Borough Road", "assessment_date": "2019-11-18", "assessment_type": "SAP", "completion_date": "2019-11-18", "inspection_date": "2019-11-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 17, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.628}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.589, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.31, "wall_type": 2, "kappa_value": 18, "total_wall_area": 11.321, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 12.4236}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.7346, "location": "Corridor Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.6952, "location": "External Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 19, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 137, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 19, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 137, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1087, "water_heating": 778}}, "seller_commission_report": "Y", "energy_consumption_current": 365, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 365, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 78, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 62} +{"uprn": 10093264102, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU51 5DG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FLEET", "built_form": 1, "created_at": "2019-10-18 10:33:56", "living_area": 21, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16394, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.85, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "42, Emerald Avenue", "assessment_date": "2019-10-18", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 6, "air_permeability": 4.02, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 232, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Plane Roof", "total_roof_area": 103.39}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 8.98}, {"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Main Sloping Roof", "total_roof_area": 29.48}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Brick|Clad|Render|Tile Faced", "total_wall_area": 224.52, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 13.1, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 3, "description": "Timber Stud A", "total_wall_area": 10.34, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.3, "wall_type": 3, "description": "Timber Stud B", "total_wall_area": 1.72, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 955, "height": 2125, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 460, "height": 1125, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 3", "type": "Opening Type 2", "width": 4.25, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "Opening 4", "type": "Opening Type 2", "width": 21.46, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 5", "type": "Opening Type 2", "width": 12.22, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 6", "type": "Opening Type 2", "width": 6.79, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 7", "type": "Opening Type 2", "width": 1770, "height": 1200, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 8", "type": "Opening Type 3", "pitch": 35, "width": 780, "height": 1180, "location": "Roof 3", "orientation": 6}, {"name": "Opening 9", "type": "Opening Type 1", "width": 932, "height": 2175, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 33.355, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 25.914, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 62.34, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 44.03, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 57.29, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.46, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 15.83, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.74, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 21.08, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.75, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.52, "heat_loss_area": 62.84, "total_floor_area": 100.69}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Exposed Floor master Bedroom", "storey_height": 2.75, "heat_loss_area": 37.85, "total_floor_area": 131.11}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 478, "currency": "GBP"}, "co2_emissions_current": 2.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 111, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 478, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 331, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.9, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 111, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 107, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7753, "water_heating": 2314}}, "seller_commission_report": "Y", "energy_consumption_current": 72, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 47, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 38333045, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L27 4AF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 4, "created_at": "2019-10-31 08:05:04", "living_area": 12.51, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16839, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.7 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "6, Wheatfield Close", "assessment_date": "2018-04-04", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.66, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "glazed door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 35.9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 64.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 63.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "door", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "front windows", "type": "windows", "width": 8.68, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "glazed door", "type": "glazed door", "width": 1.47, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "back windows", "type": "windows", "width": 3.14, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "side windows", "type": "windows", "width": 0.91, "height": 1.89, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.85, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.36, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 29.34, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 13.01, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 2.1, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 2.1, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 12.23, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 3.45, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.56, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.16, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.42, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 12.58, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 12.16, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 12.95, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.95, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.42, "heat_loss_area": 34.33, "total_floor_area": 34.33}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "description": "Heat Loss Floor 2", "storey_height": 2.66, "heat_loss_area": 1.57, "total_floor_area": 35.9}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 226, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 226, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2863, "water_heating": 1716}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 14, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10007272368, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE9 3DG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STAMFORD", "built_form": 3, "created_at": "2019-12-09 09:28:13", "living_area": 18.1, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Evans Court", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.54, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.4}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 89.18, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 136.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 43.12}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.7, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.4, "location": "external", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.7, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.1, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.4, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.2, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.2, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.4, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.8, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.8, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.8, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 41.4, "total_floor_area": 41.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 41.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2125, "water_heating": 1643}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091527441, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH21 2FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIMBORNE", "built_form": 1, "created_at": "2019-10-30 09:21:06", "living_area": 26.5, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17833, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Constance Road", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.63, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 136, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 68}], "sap_walls": [{"name": "external", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 166.5, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.2}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 32.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "external", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.9, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.15, "location": "external", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 10, "location": "external", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.1, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.3, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.3, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.142, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 20, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 68, "total_floor_area": 68}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 68, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 87, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 346, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 87, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3662, "water_heating": 2141}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 17, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE28 7LE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WALLSEND", "built_form": 1, "created_at": "2019-10-28 22:17:15", "living_area": 20.68, "orientation": 0, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18251, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 7", "address_line_2": "New Winning Tavern", "address_line_3": "Church Bank", "assessment_date": "2019-10-27", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 2.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "roof", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 43.95}], "sap_walls": [{"name": "front se to corridor", "u_value": 0.22, "wall_type": 2, "kappa_value": 190, "total_wall_area": 4.48, "is_curtain_walling": "false"}, {"name": "existing rear", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 27.84, "is_curtain_walling": "false"}, {"name": "existing right", "u_value": 0.27, "wall_type": 2, "kappa_value": 190, "total_wall_area": 16, "is_curtain_walling": "false"}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 22.4}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "front se to corridor", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.72, "location": "existing rear", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.96, "location": "existing right", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2397, "water_heating": 1275}}, "seller_commission_report": "Y", "energy_consumption_current": 134, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 134, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10093136704, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST16 2EJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STAFFORD", "built_form": 3, "created_at": "2019-10-04 13:09:23", "living_area": 14.63, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17862, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "10, Landons Way", "assessment_date": "2019-10-04", "assessment_type": "SAP", "completion_date": "2019-10-04", "inspection_date": "2019-10-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.06, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.37, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 11", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 44.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Wall 1", "total_wall_area": 98.42, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "upvc windows", "type": "Opening Type 1", "width": 1.36, "height": 1.5, "location": "External Wall 1", "orientation": 6}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.69, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "upvc windows", "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "upvc windows", "type": "Opening Type 1", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.69, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "upvc windows", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "Front Door", "type": "Opening Type 11", "width": 1.02, "height": 2.33, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.25, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.23, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.16, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.11, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.94, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.17, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.17, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.17, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.31, "heat_loss_area": 44.69, "total_floor_area": 44.69}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.84, "heat_loss_area": 0, "total_floor_area": 44.69}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 228, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 228, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2892, "water_heating": 1729}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10070926230, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BL4 9RD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOLTON", "built_form": 2, "created_at": "2019-10-23 08:44:45", "living_area": 14.6, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "62, Blindsill Road", "address_line_2": "Farnworth", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.28}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 81.14, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.72}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.14, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.65, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.51, "location": "External Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.89, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.46, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.8, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 16.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.4, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 9.66, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.66, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.4, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 8.4, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 8.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 35.28, "total_floor_area": 35.28}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 35.28, "kappa_value_from_below": 9}], "thermal_mass_parameter": 174.76}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 283, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2245, "water_heating": 1554}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093699842, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB3 0RZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-12-19 17:27:23", "living_area": 30.45, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "21, Randal Way", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.453, "orientation": 6, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 5", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 70.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "External", "total_wall_area": 58.39, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Wall to stairwell", "total_wall_area": 25.46, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.69, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.69, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 1.36, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "W4", "type": "Opening Type 1", "width": 1.36, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "D1", "type": "Opening Type 5", "width": 1.02, "height": 2.25, "location": "External Wall 1", "orientation": 0}, {"name": "DL-5", "type": "Opening Type 1", "width": 1.36, "height": 2.25, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 1", "width": 1.36, "height": 1.5, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.84, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.82, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.49, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10.24, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.49, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 10.24, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 7.2, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "GF 200mm", "storey_height": 2.4, "heat_loss_area": 70.65, "total_floor_area": 70.65}], "thermal_mass_parameter": 180.14}], "heating_cost_current": {"value": 195, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 195, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2169, "water_heating": 1548}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 73, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 72763326, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS11 9ED", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 4, "created_at": "2019-12-19 11:35:26", "living_area": 26.13, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "219 Burton House", "address_line_2": "Ingram Row", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 1.43, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.28, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.49}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Wall 1", "total_wall_area": 23.08, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w1 bed 1", "type": "Opening Type 1", "width": 0.91, "height": 2.22, "location": "External Wall 1", "orientation": 7}, {"name": "w2 living", "type": "Opening Type 1", "width": 2.02, "height": 2.22, "location": "External Wall 1", "orientation": 7}, {"name": "w3 bed 1", "type": "Opening Type 1", "width": 0.91, "height": 2.22, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 59.68}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 75, "currency": "GBP"}, "hot_water_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 264, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 387, "water_heating": 1505}}, "seller_commission_report": "Y", "energy_consumption_current": 114, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 114, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094353960, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE6 0DN", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "PETERBOROUGH", "built_form": 1, "created_at": "2019-12-09 08:22:26", "living_area": 19.35, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "17, Fincham Drive", "address_line_2": "Crowland", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.24, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Door (2)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.47}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins Joist", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.21}], "sap_walls": [{"name": "Brick", "u_value": 0.25, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 145.47, "is_curtain_walling": "false"}, {"name": "Ground Floor Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 64.76}, {"name": "Ground Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 18.78}, {"name": "1st Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 3.15, "location": "Brick", "orientation": 5}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.13, "location": "Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.12, "location": "Brick", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "Brick", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 7.42, "location": "Brick", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 16.7, "psi_value": 0.279, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.18, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.9, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.04, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.04, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 17.67, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.37, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 20.04, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.094, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 50.21, "total_floor_area": 50.21}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 50.21, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 271, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3629, "water_heating": 1729}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 22, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10092753603, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP11 2FQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HIGH WYCOMBE", "built_form": 1, "created_at": "2019-10-01 16:20:08", "living_area": 25.38, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17960, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "13 Suffield Lodge", "address_line_2": "Suffield Road", "assessment_date": "2019-10-01", "assessment_type": "SAP", "completion_date": "2019-10-01", "inspection_date": "2019-10-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.71, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500387, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 52.71}], "sap_walls": [{"name": "Brick", "u_value": 0.17, "wall_type": 2, "kappa_value": 93.8, "total_wall_area": 20.61, "is_curtain_walling": "false"}, {"name": "Communal", "u_value": 0.26, "wall_type": 2, "kappa_value": 89.6, "total_wall_area": 28.77, "is_curtain_walling": "false"}, {"name": "Metal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 87.62}, {"name": "Block Wall", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 18.84}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 23.49}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Communal", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.15, "location": "Brick", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.62, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.15, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.15, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 7.35, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.45, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.9, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 9.59, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.59, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.45, "heat_loss_area": 52.71, "total_floor_area": 52.71}]}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1043, "water_heating": 1507}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 88, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094712250, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE3 0AE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-11-14 16:06:43", "living_area": 21.14, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "37, Harper Drive", "address_line_2": "Mickleover", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 143, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D3", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 69.16}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 4.68}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 172, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 3.37, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 0.9, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 3, "width": 0.58, "height": 1.5, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 3, "width": 0.58, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 9, "type": 3, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 11, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 12, "type": 3, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 13, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 14, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 15, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 16, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 17, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 18, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 19, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 20, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.51, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.12, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.68, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 55.36, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 4.2, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.76, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.01, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.46, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.55, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 24.43, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.89, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm Platinum", "storey_height": 2.33, "heat_loss_area": 73.85, "total_floor_area": 73.85}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 69.16}], "thermal_mass_parameter": 152.345}], "heating_cost_current": {"value": 308, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 310, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4930, "water_heating": 2196}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 31, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": null, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.36 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE29 6EG", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "NORTH SHIELDS", "built_form": 4, "created_at": "2019-12-04 15:42:17", "living_area": 22.55, "orientation": 3, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 130, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.91, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 14", "address_line_2": "Norway House", "address_line_3": "Colbe Dene Road", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 2.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 42.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.36, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 24.97, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "S Windows", "type": "Window", "width": 9.38, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.38, "heat_loss_area": 0, "total_floor_area": 42.05}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 382, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 382, "currency": "GBP"}, "hot_water_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 225, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2177, "water_heating": 1284}}, "seller_commission_report": "Y", "energy_consumption_current": 267, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 267, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 72, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10093383523, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SL5 8FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASCOT", "built_form": 2, "created_at": "2019-10-24 09:11:51", "living_area": 40.81, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.7 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "16, Boleyn Mews", "assessment_date": "2018-07-20", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.72, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Bifold", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Roof void over", "kappa_value": 9, "total_roof_area": 16.22}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 92.7}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Cavity wall 7N", "kappa_value": 60, "total_wall_area": 70, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.35, "wall_type": 2, "description": "Party wall to lobby", "kappa_value": 150, "total_wall_area": 4.35, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 49.81}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 150}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Front door", "width": 1010, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "South", "type": "Windows", "width": 10.59, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "West", "type": "Windows", "width": 1.5, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "North", "type": "Windows", "width": 460, "height": 1050, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.86, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.36, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.6, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 53.44, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 15.72, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.48, "psi_value": -0.08, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.24, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 38.02, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 108.92}]}], "heating_cost_current": {"value": 183, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 183, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1875, "water_heating": 1898}}, "seller_commission_report": "Y", "energy_consumption_current": 63, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 63, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10012141781, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO15 5FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FAREHAM", "built_form": 1, "created_at": "2019-10-15 09:28:04", "living_area": 28.262, "orientation": 2, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16922, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "18, Friary Meadow", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-15", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.08, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500298, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched roof (joists)", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 73.7701}], "sap_walls": [{"name": "GF external walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 111.2396, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.108, "location": "GF external walls", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "GF external walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.1475, "location": "GF external walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.47302, "location": "GF external walls", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 7.981298, "location": "GF external walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.467, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.002, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.745, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.81, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 8.71, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 14.98, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 22.936, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 11.468, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 15.12, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 110, "storey_height": 2.55, "heat_loss_area": 73.7701, "total_floor_area": 73.7701}]}], "heating_cost_current": {"value": 239, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 239, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 345, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.2, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2685, "water_heating": 1863}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 10, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093752500, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY11 4AW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OSWESTRY", "built_form": 1, "created_at": "2019-10-03 15:40:43", "living_area": 19.701, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Larkhill Road", "address_line_2": "Park Hall", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.44, "open_flues_count": 1, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.837}, {"name": "Slope", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.18}], "sap_walls": [{"name": "Cavity Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 78, "total_wall_area": 126.514, "is_curtain_walling": "false"}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 189.286}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.135, "height": 2.1, "location": "Cavity Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.025, "height": 1.05, "location": "Cavity Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 0.46, "height": 1.35, "location": "Cavity Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.46, "height": 1.35, "location": "Cavity Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 2.62, "height": 2.1, "location": "Cavity Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.135, "height": 1.05, "location": "Cavity Wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.135, "height": 1.05, "location": "Cavity Wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1.02, "height": 1.35, "location": "Cavity Wall", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 1.02, "height": 1.35, "location": "Cavity Wall", "orientation": 5}, {"name": 10, "type": "Roof windows (1)", "pitch": 40, "width": 0.55, "height": 0.78, "location": "Slope", "orientation": 3}, {"name": 11, "type": "Roof windows (1)", "pitch": 40, "width": 0.55, "height": 0.78, "location": "Slope", "orientation": 3}, {"name": 12, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.98, "location": "Slope", "orientation": 3}, {"name": 13, "type": "Roof windows (1)", "pitch": 40, "width": 0.78, "height": 0.98, "location": "Slope", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.01, "psi_value": 0.257, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.225, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.5, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.8, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.8, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 18.7, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.81, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.5, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.105, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": -0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 2.72, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.72, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.04, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.34, "heat_loss_area": 51.893, "total_floor_area": 51.893}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.315, "heat_loss_area": 0, "total_floor_area": 51.893, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 257, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 257, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3106, "water_heating": 2002}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10090858534, "roofs": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA5 2SB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRIDGWATER", "built_form": 1, "created_at": "2019-11-21 12:10:24", "living_area": 21, "orientation": 8, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.85, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Azalea Drive", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 6, "air_permeability": 4.98, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 162, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.09, "data_source": 4, "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation st Rafter", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 86.92}, {"name": "Dormer", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 4.14}, {"name": "Insulation at rafter rear slope", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.28}, {"name": "Ashlar ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.56}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 201.23, "is_curtain_walling": "false"}, {"name": "Ashlar stud", "u_value": 0.15, "wall_type": 2, "kappa_value": 9, "total_wall_area": 22.08, "is_curtain_walling": "false"}, {"name": "Spandrell wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 21.91, "is_curtain_walling": "false"}, {"name": "Dormer Cheek", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 13.71, "is_curtain_walling": "false"}, {"name": "GF Block", "u_value": 0, "wall_type": 5, "kappa_value": 49.5, "total_wall_area": 62.75}, {"name": "1st F Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 144.99}, {"name": "2nd Fl Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 59.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.8, "location": "Brick", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.51, "location": "Brick", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 13.03, "location": "Brick", "orientation": 4}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.54, "location": "Insulation st Rafter", "orientation": 9}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 2.92, "location": "Insulation at rafter rear slope", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 18.66, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.95, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 61.5, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 27.75, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 23.69, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.41, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.3, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 3.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.41, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 3.21, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 3.21, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 10.6, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 9.25, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 10.22, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 6.91, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.52, "heat_loss_area": 64.18, "total_floor_area": 64.18}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 57.58, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 40.03, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 367, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 368, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 340, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.0, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5884, "water_heating": 2280}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 35, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094944318, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.44 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W4 4JD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-12 09:27:00", "living_area": 19.185, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 1, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 2, "has_separate_delayed_start": "false", "main_heating_declared_values": {"efficiency": 100, "make_model": "Electromax"}, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 60", "address_line_2": "5, Devonhurst Place", "address_line_3": "Heathfield Terrace", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 41.648}], "sap_walls": [{"name": "Existing External Wall", "u_value": 0.47, "wall_type": 2, "kappa_value": 9, "total_wall_area": 32.275, "is_curtain_walling": "false"}, {"name": "Wall to Corridor", "u_value": 0.36, "wall_type": 2, "kappa_value": 14, "total_wall_area": 10.975, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 27.893}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.905, "height": 2.1, "location": "Wall to Corridor", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.1, "height": 1.5, "location": "Existing External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1.1, "height": 1.5, "location": "Existing External Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.1, "height": 1.5, "location": "Existing External Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.1, "height": 1.5, "location": "Existing External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 275, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 275, "currency": "GBP"}, "hot_water_cost_current": {"value": 257, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 257, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1538, "water_heating": 1465}}, "seller_commission_report": "Y", "energy_consumption_current": 239, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 239, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 40} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.33 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME15 6LA", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MAIDSTONE", "built_form": 1, "created_at": "2019-10-09 12:11:36", "living_area": 24.8, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 425, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2704, "main_heating_category": 8, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric underfloor heating", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 316", "address_line_2": "Kent House", "address_line_3": "Romney Place", "assessment_date": "2018-11-09", "assessment_type": "SAP", "completion_date": "2019-10-09", "inspection_date": "2018-11-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 49, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-10-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 3, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "mid", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 48.7}], "sap_walls": [{"name": "OLD WALL", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 32.328, "is_curtain_walling": "false"}, {"name": "CORRIDOR WALL", "u_value": 0.4, "wall_type": 2, "kappa_value": 9, "total_wall_area": 26.4, "is_curtain_walling": "false"}, {"name": "mid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "CORRIDOR WALL", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 13, "location": "OLD WALL", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 413, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostat", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 413, "currency": "GBP"}, "hot_water_cost_current": {"value": 259, "currency": "GBP"}, "co2_emissions_potential": 2.1, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 259, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2353, "water_heating": 1477}}, "seller_commission_report": "Y", "energy_consumption_current": 256, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 256, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10070460298, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WA14 1EB", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "ALTRINCHAM", "built_form": 4, "created_at": "2019-11-12 13:50:50", "living_area": 29.42, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2106, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "Apartment 3", "address_line_2": "29a, Stamford New Road", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "W", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "RL", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "R roof", "total_roof_area": 23.63}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "J roof", "total_roof_area": 17.84}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "E wall", "total_wall_area": 41.54, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.32, "wall_type": 2, "description": "Dw wall", "total_wall_area": 17.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 55.95}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 15.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "W", "width": 2.03, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 2", "type": "W", "width": 1.93, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 3", "type": "RL", "pitch": 30, "width": 2.54, "height": 1, "location": "Roof 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 37.88}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.97, "heat_loss_area": 0, "total_floor_area": 20.04}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 440, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 63, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 440, "currency": "GBP"}, "hot_water_cost_current": {"value": 296, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 63, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 296, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2474, "water_heating": 1683}}, "seller_commission_report": "Y", "energy_consumption_current": 237, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 237, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 40} +{"uprn": 10094491060, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR2 7AL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTH CROYDON", "built_form": 1, "created_at": "2019-10-02 12:40:36", "living_area": 32.3, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18233, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "Flat 2 Woodhill Apartments", "address_line_2": "7, Harewood Road", "assessment_date": "2019-10-02", "assessment_type": "SAP", "completion_date": "2019-10-02", "inspection_date": "2019-10-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.81, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.31, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "bay window", "u_value": 0.16, "roof_type": 2, "total_roof_area": 4.1}, {"name": "terrace", "u_value": 0.16, "roof_type": 2, "total_roof_area": 10.6}, {"name": "stair", "u_value": 0.14, "roof_type": 2, "total_roof_area": 2.1}, {"name": "flat roof", "u_value": 0.16, "roof_type": 2, "total_roof_area": 12.8}], "sap_walls": [{"name": "exposed", "u_value": 0.3, "wall_type": 2, "total_wall_area": 56.7, "is_curtain_walling": "false"}, {"name": "stair", "u_value": 0.26, "wall_type": 2, "total_wall_area": 46.2, "is_curtain_walling": "false"}, {"name": "basement", "u_value": 0.12, "wall_type": 1, "total_wall_area": 27.195}, {"name": "exposed new", "u_value": 0.27, "wall_type": 2, "total_wall_area": 50.96, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.994, "height": 2.1, "location": "stair", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 0.94, "height": 2.2, "location": "exposed", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 0.94, "height": 2.2, "location": "exposed", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 0.94, "height": 2.2, "location": "exposed", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 0.6, "height": 2.2, "location": "exposed", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 0.6, "height": 2.2, "location": "exposed", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 2.66, "height": 2.12, "location": "exposed new", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1.02, "height": 1.63, "location": "exposed new", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1.02, "height": 1.63, "location": "exposed new", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 2.73, "height": 2.01, "location": "exposed new", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.13, "floor_type": 2, "storey_height": 2.45, "heat_loss_area": 29.9, "total_floor_area": 27.5}, {"storey": 0, "u_value": 0.14, "floor_type": 3, "storey_height": 3.5, "heat_loss_area": 3, "total_floor_area": 60.4}]}], "heating_cost_current": {"value": 368, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 368, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 95, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6137, "water_heating": 2076}}, "seller_commission_report": "Y", "energy_consumption_current": 143, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 143, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 74, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10094135007, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE55 4DX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALFRETON", "built_form": 2, "created_at": "2019-11-04 10:18:49", "living_area": 18.3, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "29, Saxelby Close", "address_line_2": "Riddings", "assessment_date": "2019-11-04", "assessment_type": "SAP", "completion_date": "2019-11-04", "inspection_date": "2019-11-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.38, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-11-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.6}], "sap_walls": [{"name": "external", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 90.4, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 123.6}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 41.92}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.85, "location": "external", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.9, "location": "external", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.85, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.05, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.6, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.8, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.4, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.8, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 40.6, "total_floor_area": 40.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 38.6, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 301, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2646, "water_heating": 1618}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 13, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 43176135, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP11 6EX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWPORT", "built_form": 2, "created_at": "2019-10-17 15:18:55", "living_area": 28.08, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat F", "address_line_2": "9, Gardd y Meddyg", "address_line_3": "Risca", "assessment_date": "2019-10-17", "assessment_type": "SAP", "completion_date": "2019-10-17", "inspection_date": "2019-10-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.97, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.42}, {"name": "Opening Type 2", "type": 1, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 72.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "EW-1", "total_wall_area": 46.9, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.16, "wall_type": 2, "description": "SW-1", "total_wall_area": 18.77, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "EW_4 Bay window", "total_wall_area": 6.48, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 8.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W103", "type": "Opening Type 1", "width": 1.62, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "Entrance", "type": "Opening Type 2", "width": 0.94, "height": 2.03, "location": "External Wall 2", "orientation": 0}, {"name": "W102", "type": "Opening Type 1", "width": 1.59, "height": 2.05, "location": "External Wall 3", "orientation": 3}, {"name": "W101", "type": "Opening Type 1", "width": 1.28, "height": 1.65, "location": "External Wall 1", "orientation": 3}, {"name": "W115", "type": "Opening Type 1", "width": 1.37, "height": 1.65, "location": "External Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.86, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0.94, "psi_value": 0.71, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.86, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.06, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.68, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.66, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 36.8, "psi_value": 0.0353, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 15.64, "psi_value": 0.099, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 14.4, "psi_value": 0.0179, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.1278, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 2.4, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.22, "floor_type": 3, "description": "Floor 2", "storey_height": 2.4, "heat_loss_area": 0.53, "total_floor_area": 72.63}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1939, "water_heating": 1572}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 86, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093782044, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW3 0FJ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "CREWE", "built_form": 1, "created_at": "2019-12-16 11:31:21", "living_area": 21.246, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 2, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17514, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, LPG", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.3 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "86, McKelvey Way", "address_line_2": "Audlem", "assessment_date": "2019-12-16", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 145, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 31, "low_energy_fixed_lighting_outlets_count": 31, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.36, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.71}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 71.363}, {"name": "Slope", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 6.423}], "sap_walls": [{"name": "Cavity", "u_value": 0.2, "wall_type": 2, "kappa_value": 54, "total_wall_area": 189.014, "is_curtain_walling": "false"}, {"name": "Plinth", "u_value": 0.2, "wall_type": 2, "kappa_value": 54, "total_wall_area": 5.252, "is_curtain_walling": "false"}, {"name": "Garage", "u_value": 0.19, "wall_type": 2, "kappa_value": 54, "total_wall_area": 9.396, "is_curtain_walling": "false"}, {"name": "Internal Block", "u_value": 0, "wall_type": 5, "kappa_value": 40, "total_wall_area": 81.171}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 206.645}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "Cavity", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 0.93, "height": 0.6, "location": "Cavity", "orientation": 4}, {"name": 3, "type": "Door (1)", "width": 0.935, "height": 2.1, "location": "Cavity", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 0.33, "height": 1.5, "location": "Cavity", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 0.33, "height": 0.6, "location": "Plinth", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 0.63, "height": 1.5, "location": "Cavity", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 2.369, "height": 1.5, "location": "Cavity", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1.81, "height": 1.5, "location": "Cavity", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Cavity", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.81, "height": 1.05, "location": "Cavity", "orientation": 6}, {"name": 11, "type": "Windows (1)", "width": 3.567, "height": 2.1, "location": "Cavity", "orientation": 8}, {"name": 12, "type": "Windows (1)", "width": 2.4, "height": 2.1, "location": "Cavity", "orientation": 8}, {"name": 13, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "Cavity", "orientation": 4}, {"name": 14, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Cavity", "orientation": 4}, {"name": 15, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "Cavity", "orientation": 2}, {"name": 16, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "Cavity", "orientation": 6}, {"name": 17, "type": "Windows (1)", "width": 1.81, "height": 1.2, "location": "Cavity", "orientation": 8}, {"name": 18, "type": "Windows (1)", "width": 0.915, "height": 1.05, "location": "Cavity", "orientation": 8}, {"name": 19, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Cavity", "orientation": 8}, {"name": 20, "type": "Roof windows (1)", "pitch": 30, "width": 0.55, "height": 0.78, "location": "Slope", "orientation": 8}, {"name": 21, "type": "Roof windows (1)", "pitch": 30, "width": 0.55, "height": 0.78, "location": "Slope", "orientation": 8}, {"name": 22, "type": "Roof windows (1)", "pitch": 30, "width": 0.55, "height": 0.78, "location": "Slope", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.264, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.102, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.236, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 28.532, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 22.881, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.778, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 3.801, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 18.74, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 31.77, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.53, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.65, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.65, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.68, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 108, "storey_height": 2.618, "heat_loss_area": 76.833, "total_floor_area": 76.833}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 67.787, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 485, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 87, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 485, "currency": "GBP"}, "hot_water_cost_current": {"value": 152, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 57, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.2, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 87, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 95, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5730, "water_heating": 2075}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 33, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093059163, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.49 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW9 0FL", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-22 13:59:47", "living_area": 23.1, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 88, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 212", "address_line_2": "139, Clapham Road", "assessment_date": "2019-11-22", "assessment_type": "SAP", "completion_date": "2019-11-22", "inspection_date": "2019-11-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 27, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceilings", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 27.3}], "sap_walls": [{"name": "External Walls", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 12.8, "is_curtain_walling": "false"}, {"name": "Corr Block", "u_value": 0.53, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.2, "is_curtain_walling": "false"}, {"name": "Corr Solid", "u_value": 1.31, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.5, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 55.3}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 23.5}, {"name": "Party Solid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 23.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Corr Block", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 2.4, "height": 2.4, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 141, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 25, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 141, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 25, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 970, "water_heating": 1609}}, "seller_commission_report": "Y", "energy_consumption_current": 159, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 159, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 28} +{"uprn": 10093944000, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M28 1NR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-10-31 09:44:51", "living_area": 15.45, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18204, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 8.3 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Oak Lea Gardens", "address_line_2": "Worsley", "assessment_date": "2018-12-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 6.29, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "glazed door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 44.41}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 136.3, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "door", "width": 1.59, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "front windows", "type": "windows", "width": 8.18, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "glazed door", "type": "glazed door", "width": 2.26, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "back window", "type": "windows", "width": 5.77, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "side windows", "type": "windows", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.72, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.61, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 25.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 26.99, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.99, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 15.63, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.36, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.37, "heat_loss_area": 44.41, "total_floor_area": 44.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 44.41}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 272, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 284, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3909, "water_heating": 1712}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 35, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093331543, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B1 3BE", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 2, "created_at": "2019-11-11 18:05:21", "living_area": 22.16, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.44, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 404 Moreton House", "address_line_2": "10, Moreton Street", "assessment_date": "2019-11-11", "assessment_type": "SAP", "completion_date": "2019-11-11", "inspection_date": "2019-11-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.5, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_count": 22, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 60.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Ext Wall SFS Type A", "total_wall_area": 37.68, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "B2 -", "type": "Opening Type 1", "width": 1.7, "height": 2.19, "location": "External Wall 1", "orientation": 8}, {"name": "B2 -", "type": "Opening Type 1", "width": 0.9, "height": 2.19, "location": "External Wall 1", "orientation": 8}, {"name": "B2 -", "type": "Opening Type 1", "width": 0.9, "height": 2.19, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.5, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.5, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.14, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.7, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 15.7, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 2.4, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 15.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 15.7, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 60.3}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 138, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 138, "currency": "GBP"}, "hot_water_cost_current": {"value": 280, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 280, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 675, "water_heating": 1597}}, "seller_commission_report": "Y", "energy_consumption_current": 136, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 136, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 23} +{"uprn": 72773097, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS18 4GT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEEDS", "built_form": 2, "created_at": "2019-12-10 14:24:50", "living_area": 24.23, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "10 Cherrywood Apartments", "address_line_2": "6, Catherines Walk", "address_line_3": "Horsforth", "assessment_date": "2018-05-02", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.99, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "solid door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 57.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "kappa_value": 90, "total_wall_area": 47.62, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Sheltered Wall", "kappa_value": 90, "total_wall_area": 16.95, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 72.19, "total_wall_area": 21.06}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 100.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "solid door", "width": 2.1, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "windows", "width": 6.58, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 3", "type": "windows", "width": 3.76, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.28, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.75, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 16.44, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 44.8, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5.7, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 14.78, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.85, "heat_loss_area": 0, "total_floor_area": 57.61}]}], "heating_cost_current": {"value": 170, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 170, "currency": "GBP"}, "hot_water_cost_current": {"value": 58, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1286, "water_heating": 1313}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 84, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10013956839, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "KT17 1FF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EPSOM", "built_form": 1, "created_at": "2019-12-10 09:40:37", "living_area": 25.94, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17632, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1 Fauna House", "address_line_2": "15, Ceres Crescent", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.05, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "New Build Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 51.84}], "sap_walls": [{"name": "New Build External Wall - Brick", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 40.11, "is_curtain_walling": "false"}, {"name": "New Build External Wall - Corridor", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.43, "is_curtain_walling": "false"}, {"name": "New Build Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 16.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.09, "location": "New Build External Wall - Corridor", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.98, "location": "New Build External Wall - Brick", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.99, "location": "New Build External Wall - Brick", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.42, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.42, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.95, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 21.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.88, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 6.89, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 6.89, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "kappa_value": 110, "storey_height": 2.44, "heat_loss_area": 51.84, "total_floor_area": 51.84}]}], "heating_cost_current": {"value": 151, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 151, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1021, "water_heating": 1434}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 87, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093738140, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB10 9EW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "UXBRIDGE", "built_form": 4, "created_at": "2019-11-29 15:50:19", "living_area": 25.98, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16212, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 22, Westgate Court", "address_line_2": "297 Long Lane", "address_line_3": "Hillingdon", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-11-29", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.73, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-11-29", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.69, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Roof", "total_roof_area": 12.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "EW", "total_wall_area": 18.77, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.32}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "Door_", "type": "Opening Type 1", "width": 2.41, "height": 2.23, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.32, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 1.35, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 7.16, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.94, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 8.13, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 4.86, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5.44, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 40.54, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 2.6, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 50.61}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 114, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 114, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 305, "water_heating": 1719}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 41, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094145955, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH12 5AT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HORSHAM", "built_form": 3, "created_at": "2019-10-16 15:52:36", "living_area": 18.74, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "33, Tern Avenue", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.85, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins Joist", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.6648674}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 91.22, "is_curtain_walling": "false"}, {"name": "gf stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 49.19}, {"name": "1f stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 76.76}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 46}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.953, "location": "External Wall 1", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.32, "location": "External Wall 1", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.03, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.94, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.33, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.3, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.89, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.89, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.37, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.52, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.8, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.8, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 8.52, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.52, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.52, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 35.6648674, "total_floor_area": 35.66}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 35.66, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2124, "water_heating": 1560}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10007781912, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV10 0FE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NUNEATON", "built_form": 1, "created_at": "2019-11-28 09:31:15", "living_area": 28.1, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.43, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.3 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "13, Reapers Close", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 6, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 5, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 153, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 78.5}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 191.34, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 56.5}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 162.4}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.3, "location": "external", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 12.4, "location": "external", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.8, "location": "external", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 0.6, "location": "external", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 0.6, "location": "external", "orientation": 8}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.75, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 18.75, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.3, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 38.2, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 39.8, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 20.6, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 19.2, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 29.4, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.2, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 78.5, "total_floor_area": 78.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 74.7, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 341, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 342, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.0, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5109, "water_heating": 2192}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 34, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094768460, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.38 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Full secondary glazing", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO10 8NY", "data_type": 2, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "SUDBURY", "built_form": 1, "created_at": "2019-12-03 15:57:13", "living_area": 23.9, "orientation": 5, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Cadge Cottage, Half Moon House", "address_line_2": "2 High Street", "address_line_3": "Clare", "assessment_date": "2019-12-03", "assessment_type": "SAP", "completion_date": "2019-12-03", "inspection_date": "2019-12-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 13, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 41.81}], "sap_walls": [{"name": "Upgraded External Wall - Render", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 34.23, "is_curtain_walling": "false"}, {"name": "Party Wall Between Flats", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 22.37}, {"name": "Party Wall Between Buildings", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 11.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Upgraded External Wall - Render", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.66, "location": "Upgraded External Wall - Render", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 110, "storey_height": 2.34, "heat_loss_area": 17.93, "total_floor_area": 41.81}]}], "heating_cost_current": {"value": 448, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 448, "currency": "GBP"}, "hot_water_cost_current": {"value": 161, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 161, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2549, "water_heating": 920}}, "seller_commission_report": "Y", "energy_consumption_current": 271, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 271, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 46} +{"uprn": 6711184, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 9QF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-16 12:37:11", "living_area": 51.64, "orientation": 5, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 91.3, "cooling_system_type": 1, "cooling_system_class": "B", "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.693, "heat_efficiency": 37.8, "heat_source_type": 1, "power_efficiency": 34.7}, {"fuel_type": 51, "heat_fraction": 0.307, "heat_efficiency": 95.9, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1301 Sirocco Tower", "address_line_2": "32, Harbour Way", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-16", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.62, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.4}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 98.4}], "sap_walls": [{"name": "Ext Curtain", "u_value": 0.8, "wall_type": 2, "kappa_value": 14, "total_wall_area": 70.46, "is_curtain_walling": "true"}, {"name": "Int Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.7}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 53.87}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2.85, "height": 2.66, "location": "Ext Curtain", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 2.66, "location": "Ext Curtain", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 2.66, "location": "Ext Curtain", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 3.02, "height": 2.66, "location": "Ext Curtain", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 3.57, "height": 2.66, "location": "Ext Curtain", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 2.58, "height": 2.66, "location": "Ext Curtain", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 38.34, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 14.64, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7.98, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.66, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.66, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.66, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 35.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 171, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 171, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 88, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1347, "water_heating": 2207}}, "seller_commission_report": "Y", "energy_consumption_current": 50, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 50, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10093767287, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW3 1BG", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "HOUNSLOW", "built_form": 4, "created_at": "2019-08-16 14:36:07", "living_area": 34.4, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 6, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.39, "heat_efficiency": 63.4, "heat_source_type": 1, "power_efficiency": 32.7}, {"fuel_type": 51, "heat_fraction": 0.37, "heat_efficiency": 91.8, "heat_source_type": 2}, {"fuel_type": 41, "heat_fraction": 0.24, "heat_efficiency": 387, "heat_source_type": 3}], "community_heating_distribution_type": 5, "is_community_heating_cylinder_in_dwelling": "true", "community_heating_distribution_loss_factor": 1.05}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 38}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "21, White Bear Lane", "assessment_date": "2019-08-16", "assessment_type": "SAP", "completion_date": "2019-08-16", "inspection_date": "2019-08-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.73, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500471, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-16", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.09, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.28, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.28}, {"name": "Opening Type 5", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 9", "type": 5, "u_value": 1.28, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.28}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11, 13], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Roof", "total_roof_area": 47.92}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "Roof Terrace", "total_roof_area": 8.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.145, "wall_type": 2, "description": "EW", "total_wall_area": 135.25, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 2, "description": "SW", "total_wall_area": 8.93, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door_", "type": "Opening Type 1", "width": 1.91, "height": 2.25, "location": "External Wall 1", "orientation": 4}, {"name": "Window _", "type": "Opening Type 1", "width": 0.89, "height": 2.19, "location": "External Wall 1", "orientation": 4}, {"name": "Window _ |", "type": "Opening Type 1", "width": 0.36, "height": 2.25, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 2.37, "height": 2.32, "location": "External Wall 1", "orientation": 4}, {"name": "Door |", "type": "Opening Type 5", "width": 1, "height": 2.26, "location": "External Wall 1", "orientation": 0}, {"name": "Window", "type": "Opening Type 1", "width": 0.91, "height": 1.36, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.12, "height": 2.19, "location": "External Wall 1", "orientation": 6}, {"name": "Door_", "type": "Opening Type 1", "width": 1.91, "height": 2.25, "location": "External Wall 1", "orientation": 6}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 20, "width": 0.54, "height": 0.71, "location": "Roof 1", "orientation": 8}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 20, "width": 0.78, "height": 0.92, "location": "Roof 1", "orientation": 8}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 20, "width": 0.94, "height": 1.1, "location": "Roof 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.47, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.4, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.64, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 25.18, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.69, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.69, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 14.07, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 6.7, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 13.23, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 7.24, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 5.3, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 22.31, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.59, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.06, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.06, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6.7, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 6.7, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 2.26, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.26, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.46, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "description": "Floor", "storey_height": 2.53, "heat_loss_area": 48.59, "total_floor_area": 48.59}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "description": "Upper Exposed", "storey_height": 3.62, "heat_loss_area": 3.87, "total_floor_area": 43.74}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 240, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 240, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2484, "water_heating": 1869}}, "seller_commission_report": "Y", "energy_consumption_current": 60, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 60, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10091548130, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA1 9AY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BATH", "built_form": 1, "created_at": "2019-05-16 15:49:57", "living_area": 31.18, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18049, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.76, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, The Furlong", "address_line_2": "Lansdown", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-16", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.58}, {"name": "Front Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "French Doors", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.58}, {"name": "Rooflight", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.58}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 28.87}, {"name": "Roof 2", "u_value": 0.24, "roof_type": 2, "description": "Sloping Ceiling", "kappa_value": 9, "total_roof_area": 17.94}, {"name": "Roof 3", "u_value": 0.11, "roof_type": 2, "description": "Ceiling to Void", "kappa_value": 9, "total_roof_area": 28.52}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Stone PF 100mm cavity", "kappa_value": 60, "total_wall_area": 236.22, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.11, "wall_type": 2, "description": "Rooflight", "kappa_value": 9, "total_wall_area": 5.86, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 2, "description": "Wall to Void", "kappa_value": 9, "total_wall_area": 34.81, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 61.57}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.82}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.37}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 42.49}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 9.66}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 2.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Front Door", "width": 1001, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 14.04, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "French Doors", "width": 11.39, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear", "type": "Window", "width": 4.25, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "RHS", "type": "Window", "width": 3.44, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "LHS", "type": "Window", "width": 1.32, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Front Roof", "type": "Rooflight", "pitch": 35, "width": 0.86, "height": 1, "location": "Roof 2", "orientation": 6}, {"name": "Rear Roof", "type": "Rooflight", "pitch": 35, "width": 0.86, "height": 1, "location": "Roof 2", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.67, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.82, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 50.89, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.64, "psi_value": 0.129, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.66, "psi_value": 0.129, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 50.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.14, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 13.45, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 5.58, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 16.64, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 5.55, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.46, "psi_value": 0.48, "psi_value_source": 4, "thermal_bridge_type": "E12"}, {"length": 3.76, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 29.92, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.28, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 6.67, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 7.37, "psi_value": -0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.02, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Beamshield", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 75.33, "total_floor_area": 75.33, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.67, "heat_loss_area": 0, "total_floor_area": 75.33, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 46.81}]}], "heating_cost_current": {"value": 414, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 100, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 414, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.7, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 100, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7252, "water_heating": 2279}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 47, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 2007021806, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S72 8FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BARNSLEY", "built_form": 1, "created_at": "2019-07-16 15:11:38", "living_area": 24.85, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18250, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Poplar House Farm Close", "address_line_2": "Cudworth", "assessment_date": "2019-07-16", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-07-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 147, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 73.32}], "sap_walls": [{"name": "External walls", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 184.65, "is_curtain_walling": "false"}, {"name": "Solid walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 77.78}, {"name": "Timber studs", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 146.67}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External walls", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.1125, "location": "External walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.365, "location": "External walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 12.8425, "location": "External walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.75, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.45, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.26, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.84, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.84, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.87, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 21.97, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 73.32, "total_floor_area": 73.32}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 73.32, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 341, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 341, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5483, "water_heating": 1831}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 45, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093503664, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM17 5FG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRAYS", "built_form": 3, "created_at": "2019-04-16 10:07:32", "living_area": 19.69, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "163, Malthouse Drive", "assessment_date": "2019-04-16", "assessment_type": "SAP", "completion_date": "2019-04-16", "inspection_date": "2019-04-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.16, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-16", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.39, "orientation": 5, "overshading": 1, "pv_connection": 1}, {"pitch": 3, "peak_power": 0.62, "orientation": 3, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Flat door - corrected U", "type": 1, "u_value": 0.81, "data_source": 2, "glazing_type": 1}, {"name": "Door - part glazed", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 6}, {"name": "Roof window", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 57.73}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Main walls", "kappa_value": 60, "total_wall_area": 59.91, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "Stairwell", "kappa_value": 140, "total_wall_area": 4.73, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 8.37}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 104.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 3.55, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 2", "type": "Windows", "width": 8.67, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 3", "type": "Flat door - corrected U", "width": 980, "height": 2100, "location": "External Wall 2", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.12, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.98, "psi_value": 0.213, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.57, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.2, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 4.2, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 48.24, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.08, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 3.4, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 6.96, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.32, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.32, "psi_value": -0.078, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.64, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 7.22, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 70, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 57.73}]}], "heating_cost_current": {"value": 152, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 152, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1177, "water_heating": 1419}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 36, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094290428, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.47 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B24 9EQ", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 4, "created_at": "2019-09-16 16:23:42", "living_area": 16.11, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 303 Nexus Point", "address_line_2": "10, Edwards Road", "assessment_date": "2019-09-16", "assessment_type": "SAP", "completion_date": "2019-09-16", "inspection_date": "2019-09-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500473, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 33, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.43}, {"name": "Solid Door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "kappa_value": 100, "total_roof_area": 33.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.44, "wall_type": 2, "description": "Exist Type A", "kappa_value": 8.8, "total_wall_area": 8.64, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Spandrel", "kappa_value": 8.2, "total_wall_area": 3.6, "is_curtain_walling": "true"}, {"name": "External Wall 3", "u_value": 0.59, "wall_type": 2, "description": "Wall Type C to corridor", "kappa_value": 2.34, "total_wall_area": 12.24, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.72}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 20, "total_wall_area": 57.12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance", "type": "Solid Door", "width": 1.2, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "Lounge", "type": "Opening Type 1", "width": 2.3, "height": 1.6, "location": "External Wall 1", "orientation": 7}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.2, "height": 1.6, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 33.2}]}], "heating_cost_current": {"value": 289, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 68, "lighting_cost_current": {"value": 30, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 289, "currency": "GBP"}, "hot_water_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 68, "lighting_cost_potential": {"value": 30, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 217, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1620, "water_heating": 1233}}, "seller_commission_report": "Y", "energy_consumption_current": 282, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 282, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 71, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 48} +{"uprn": 72081268, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "Average thermal transmittance 1.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7LW", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-09-12 10:09:31", "living_area": 18.84, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2402, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "32, Granville Road", "assessment_date": "2018-10-16", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2018-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 77, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 38.72}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 17, "total_wall_area": 48.9, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.5, "wall_type": 4, "kappa_value": 180, "total_wall_area": 82.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.85, "height": 1.13, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 2.01, "height": 1.13, "location": "External Wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 0.93, "height": 1.13, "location": "External Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.9, "height": 1.13, "location": "External Wall", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 0.55, "height": 1.13, "location": "External Wall", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.53, "height": 1.13, "location": "External Wall", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 1.95, "height": 1.13, "location": "External Wall", "orientation": 1}, {"name": 10, "type": "Windows (1)", "width": 1.79, "height": 1.13, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.27, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 12.51, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 26.08, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 14.37, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 20.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 9.58, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 4.79, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 16.42, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 16.42, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.42, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 1.2, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 38.72, "total_floor_area": 38.72}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 38.72}]}], "heating_cost_current": {"value": 1090, "currency": "GBP"}, "co2_emissions_current": 9.8, "energy_rating_average": 60, "energy_rating_current": 35, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Automatic charge control", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1090, "currency": "GBP"}, "hot_water_cost_current": {"value": 757, "currency": "GBP"}, "co2_emissions_potential": 9.8, "energy_rating_potential": 35, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 757, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 5251, "space_heating_existing_dwelling": 13271}}, "seller_commission_report": "Y", "energy_consumption_current": 751, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 751, "environmental_impact_current": 18, "current_energy_efficiency_band": "F", "environmental_impact_potential": 18, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "F", "co2_emissions_current_per_floor_area": 127} +{"uprn": 10093579972, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TF4 3FW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TELFORD", "built_form": 2, "created_at": "2019-11-22 09:24:51", "living_area": 16.02, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "47, Monksmoor Road", "address_line_2": "Lightmoor Village", "assessment_date": "2019-11-22", "assessment_type": "SAP", "completion_date": "2019-11-22", "inspection_date": "2019-11-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.76, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.65}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 78, "total_wall_area": 83.85, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 56.0868}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92.6112}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 38.61}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.81, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.99, "location": "external", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "external", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.45, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.69, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.89, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.89, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.04, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.85, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.84, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.84, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": -0.117, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E14"}, {"length": 7.85, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.85, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.85, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 35.65, "total_floor_area": 35.65}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 35.65, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 211, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 211, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2427, "water_heating": 1554}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 3, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 83247585, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HD3 3GG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HUDDERSFIELD", "built_form": 1, "created_at": "2019-10-21 12:12:09", "living_area": 19.05, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "40, Farriers Way", "assessment_date": "2019-10-21", "assessment_type": "SAP", "completion_date": "2019-10-21", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 7.35, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_vent_ducts_index_number": 520001, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 124, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Glazed door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 68.85}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 149.6, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.29, "wall_type": 2, "description": "External Wall 2", "total_wall_area": 17.97, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 7.03, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 3", "type": "Window", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 4", "type": "Door", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 5", "type": "Window", "width": 5.15, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 6", "type": "Glazed door", "width": 6.93, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.28, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.97, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 36, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.99, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.56, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 7.56, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 26.43, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.41, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.58, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 26.96, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.55, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Suspended floor", "storey_height": 2.31, "heat_loss_area": 55.08, "total_floor_area": 55.08}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 68.85}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 341, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 342, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.0, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5226, "water_heating": 2147}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 46, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093759334, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR3 5BP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 1, "created_at": "2019-12-14 14:58:51", "living_area": 16.48, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16396, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "46, The Sidings", "address_line_2": "Barton", "assessment_date": "2019-12-14", "assessment_type": "SAP", "completion_date": "2019-12-14", "inspection_date": "2019-12-14", "sap_ventilation": {"psv_count": 2, "pressure_test": 1, "air_permeability": 5.64, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 121, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-14", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.95, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 12", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 70.52}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Front Elevation", "total_wall_area": 40.52, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Left Side Elevation", "total_wall_area": 44.77, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Rear Elevation", "total_wall_area": 46.46, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.25, "wall_type": 2, "description": "Right Side Elevation", "total_wall_area": 44.77, "is_curtain_walling": "false"}, {"name": "External Wall 5", "u_value": 0.32, "wall_type": 2, "description": "Semi Exp to Garage", "total_wall_area": 12.48, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 2", "orientation": 2}, {"name": "W3", "type": "Opening Type 1", "width": 2.44, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 1", "width": 1.77, "height": 1.05, "location": "External Wall 3", "orientation": 4}, {"name": "W5", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W7", "type": "Opening Type 1", "width": 2.34, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W8", "type": "Opening Type 1", "width": 0.49, "height": 1.05, "location": "External Wall 4", "orientation": 6}, {"name": "W9", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 3", "orientation": 4}, {"name": "W10", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 3", "orientation": 4}, {"name": "W11", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 3", "orientation": 4}, {"name": "D2", "type": "Opening Type 12", "width": 0.92, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 12", "width": 0.92, "height": 2.1, "location": "External Wall 4", "orientation": 0}, {"name": "D4", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 3", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.66, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 16.82, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.1, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.85, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 25.65, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 31.97, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.3, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25.13, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.03, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 51.52, "total_floor_area": 51.52}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 69.56}], "thermal_mass_parameter": 191.3}], "heating_cost_current": {"value": 298, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 299, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.3, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4663, "water_heating": 2163}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 59, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10091685459, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT10 1AQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BROADSTAIRS", "built_form": 1, "created_at": "2019-12-03 09:45:52", "living_area": 45.53, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18498, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 9.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "51a, Carlton Avenue", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-03", "inspection_date": "2019-12-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 9.11, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 131, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 15", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Pitched Joists", "total_roof_area": 39.79}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "Pitched Rafters", "total_roof_area": 20.27}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 9.39, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "Externall wall", "total_wall_area": 155.17, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 3, "description": "Shalr wall", "total_wall_area": 28.31, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 0.6, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.6, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.6, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.77, "height": 1.05, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.51, "height": 1.05, "location": "External Wall 2", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 0.51, "height": 1.05, "location": "External Wall 2", "orientation": 5}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.8, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 0.6, "height": 0.75, "location": "External Wall 2", "orientation": 8}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 0.45, "location": "External Wall 2", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 3, "height": 2.1, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 1.8, "height": 1.2, "location": "External Wall 2", "orientation": 2}, {"name": "Door", "type": "Opening Type 15", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.49, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.59, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.2, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.47, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.43, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 57.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 20.11, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.8, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.39, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 55.49, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 21.33, "psi_value": -0.08, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.42, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 5.47, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 17.45, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 2.77, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.3, "heat_loss_area": 55.32, "total_floor_area": 55.32}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 55.32}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.22, "heat_loss_area": 0, "total_floor_area": 20.37}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 336, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 87, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 336, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 352, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.1, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 87, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 93, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5409, "water_heating": 2108}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 44, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091589632, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.48 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IG11 8NW", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BARKING", "built_form": 3, "created_at": "2019-10-16 13:29:17", "living_area": 37.64, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 1, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.45, "heat_efficiency": 88.6, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.55, "heat_efficiency": 63.01, "heat_source_type": 1, "power_efficiency": 32.99}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2601", "address_line_2": "Oculus House", "address_line_3": "16-48 Cambridge Road", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.9, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500341, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.09, "orientation": 7, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 0.9, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 50.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.9, "wall_type": 2, "description": "External Wall", "total_wall_area": 36.75, "is_curtain_walling": "true"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 3, "description": "Sheltered Walls", "total_wall_area": 35.25, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 12.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.97, "height": 2.03, "location": "External Wall 2", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 2.32, "height": 2.5, "location": "External Wall 1", "orientation": 6}, {"name": "W2", "type": "Opening Type 2", "width": 1.16, "height": 2.5, "location": "External Wall 1", "orientation": 6}, {"name": "W3", "type": "Opening Type 2", "width": 8.9, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.45, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.48, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.06, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 49.16, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 5, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 10.16, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 50.63}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 139, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 139, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 729, "water_heating": 1476}}, "seller_commission_report": "Y", "energy_consumption_current": 55, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 55, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 100080963418, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "AL10 8SP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HATFIELD", "built_form": 2, "created_at": "2019-09-16 09:02:22", "living_area": 19.14, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18122, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "106, Northdown Road", "assessment_date": "2019-09-16", "assessment_type": "SAP", "completion_date": "2019-09-16", "inspection_date": "2019-09-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 6.12, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.37, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 41.98}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External", "total_wall_area": 55.54, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 4.94}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.03, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.68, "height": 1.95, "location": "External Wall 1", "orientation": 5}, {"name": 3, "type": "Opening Type 2", "width": 2.71, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": 4, "type": "Opening Type 2", "width": 0.91, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": 5, "type": "Opening Type 2", "width": 0.68, "height": 0.67, "location": "External Wall 1", "orientation": 7}, {"name": 6, "type": "Opening Type 2", "width": 2.71, "height": 0.67, "location": "External Wall 1", "orientation": 7}, {"name": 7, "type": "Opening Type 2", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.63, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.6, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.78, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.94, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.94, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.96, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.32, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.13, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 2.13, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.32, "heat_loss_area": 41.98, "total_floor_area": 41.98}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 50, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1094, "water_heating": 1116}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 94, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091662357, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "FY8 3FT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LYTHAM ST. ANNES", "built_form": 3, "created_at": "2019-07-16 14:34:52", "living_area": 20.35, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18118, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "8 Church View", "address_line_2": "St. Albans Road", "assessment_date": "2019-07-16", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-07-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.55, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "glazed door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 42.25}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 50.07, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "door", "width": 1.25, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "front window", "type": "windows", "width": 3.95, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "side windows", "type": "windows", "width": 5.27, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "se windows", "type": "windows", "width": 4.77, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "sw windows", "type": "windows", "width": 4.36, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.77, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.52, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.52, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.52, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.88, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.44, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.32, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.95, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.95, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.44, "heat_loss_area": 42.25, "total_floor_area": 42.25}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 180, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 180, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1802, "water_heating": 1365}}, "seller_commission_report": "Y", "energy_consumption_current": 122, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 122, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10091110391, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU6 8GH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRANLEIGH", "built_form": 1, "created_at": "2019-11-12 09:55:11", "living_area": 22.66, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16394, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.85, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Leith Way", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 7, "air_permeability": 3.05, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 271, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Opening Type 3", "type": 2, "u_value": 1.4, "data_source": 4, "glazing_type": 7}, {"name": "Opening Type 4", "type": 5, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.08, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 94.06}, {"name": "Roof 2", "u_value": 0.13, "roof_type": 2, "description": "External Roof 2", "kappa_value": 9, "total_roof_area": 46.1}, {"name": "Roof 3", "u_value": 0.08, "roof_type": 2, "description": "External Roof 3", "kappa_value": 9, "total_roof_area": 12.91}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 294.31, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.14, "wall_type": 2, "description": "External Wall 2", "kappa_value": 9, "total_wall_area": 16.07, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 272.05}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 170.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1.01, "height": 2.12, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 1.32, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Opening Type 2", "width": 7.02, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 4", "type": "Opening Type 2", "width": 5.88, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 5", "type": "Opening Type 2", "width": 2.34, "height": 1.2, "location": "External Wall 2", "orientation": 1}, {"name": "Opening 6", "type": "Opening Type 2", "width": 5.6, "height": 2.18, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 7", "type": "Opening Type 2", "width": 2.34, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 8", "type": "Opening Type 2", "width": 4.11, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 9", "type": "Opening Type 2", "width": 1.83, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 10", "type": "Opening Type 4", "pitch": 45, "width": 1.53, "height": 1, "location": "Roof 2", "orientation": 5}, {"name": "Opening 11", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 29.97, "psi_value": 0.207, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 28.96, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 49.78, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.9, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.1, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 53.48, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.4, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 34.8, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.76, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.92, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 36.16, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15.12, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 5.91, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 2.42, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 5.91, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 2.42, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 118.14, "total_floor_area": 118.14, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "description": "Heat Loss Floor 2", "kappa_value": 20, "storey_height": 2.71, "heat_loss_area": 47.83, "total_floor_area": 153.07}]}], "heating_cost_current": {"value": 569, "currency": "GBP"}, "co2_emissions_current": 3.4, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 124, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 569, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 89}], "co2_emissions_potential": 2.5, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 124, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 107, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9667, "water_heating": 2333}}, "seller_commission_report": "Y", "energy_consumption_current": 72, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 51, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093976314, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS8 9FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MIDDLESBROUGH", "built_form": 1, "created_at": "2019-10-17 11:06:16", "living_area": 19.34, "orientation": 5, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "45, Sunflower Lane", "address_line_2": "Stainton", "assessment_date": "2019-10-17", "assessment_type": "SAP", "completion_date": "2019-10-17", "inspection_date": "2019-10-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 131, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 72.5}], "sap_walls": [{"name": "Ext Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 95, "total_wall_area": 140.04, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 95, "total_wall_area": 18.16, "is_curtain_walling": "false"}, {"name": "Ground Floor", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.54}, {"name": "First Floor", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 183.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Ext Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.56, "location": "Ext Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.13, "location": "Ext Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.67, "location": "Ext Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.67, "location": "Ext Wall", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.24, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.19, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.4, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.32, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.94, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.49, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.45, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 31.58, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 11.9, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 59.03, "total_floor_area": 59.03}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "kappa_value": 20, "storey_height": 2.34, "heat_loss_area": 13.47, "total_floor_area": 71.71}]}], "heating_cost_current": {"value": 305, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 306, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4386, "water_heating": 2137}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 32, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10090773963, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 75% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ST10 1RE", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "STOKE-ON-TRENT", "built_form": 1, "created_at": "2019-11-25 15:56:17", "living_area": 32, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 10, "water_heating_code": 901, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 10, "boiler_fuel_feed": 4, "heat_emitter_type": 1, "main_heating_code": 158, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2107, "main_heating_category": 2, "main_heating_fraction": 1, "solid_fuel_boiler_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_main_heating_hetas_approved": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "is_immersion_for_summer_use": "true", "primary_pipework_insulation": 3, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 38}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, dual fuel (mineral and wood)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "The Dairy, Hulme Farm", "address_line_2": "Dale Bank Road", "address_line_3": "Cheadle", "assessment_date": "2019-11-25", "assessment_type": "SAP", "completion_date": "2019-11-25", "inspection_date": "2019-11-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Door -Solid", "type": 1, "u_value": 2.2, "data_source": 2, "glazing_type": 1}, {"name": "Door Half glazed", "type": 2, "u_value": 2.2, "data_source": 2, "glazing_type": 3}, {"name": "RL", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Slope roof", "total_roof_area": 54}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Loft", "total_roof_area": 29.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 100.48, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Windows", "type": "Windows", "width": 4.87, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Door", "type": "Door -Solid", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows (N)", "type": "Windows", "width": 2.74, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Windows (W)", "type": "Windows", "width": 1.66, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Windows (E)", "type": "Windows", "width": 1090, "height": 1160, "location": "External Wall 1", "orientation": 3}, {"name": "Door", "type": "Door -Solid", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "RL", "type": "RL", "pitch": 35, "width": 0.45, "height": 1, "location": "Roof 1", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.71, "heat_loss_area": 74, "total_floor_area": 74}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 600, "currency": "GBP"}, "co2_emissions_current": 4.0, "energy_rating_average": 60, "energy_rating_current": 65, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, TRVs and bypass", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 601, "currency": "GBP"}, "hot_water_cost_current": {"value": 199, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 101, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 69, "environmental_impact_rating": 62}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 72}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 104, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.9, "energy_rating_potential": 104, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 97, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8771, "water_heating": 2108}}, "seller_commission_report": "Y", "energy_consumption_current": 254, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 7, "environmental_impact_current": 57, "current_energy_efficiency_band": "D", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 54} +{"uprn": 10093716072, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA3 4FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RADSTOCK", "built_form": 2, "created_at": "2019-11-06 11:38:06", "living_area": 16.39, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "15, Quantock Close", "address_line_2": "Midsomer Norton", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.64, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": "Opening Type 10", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 38.71}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 86.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.55}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "W3", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "D2", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "W7", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W8", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "D1", "type": "Opening Type 10", "width": 0.92, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.81, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.39, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.78, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.3, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.63, "psi_value": 0.131, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.63, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.31, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.76, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.76, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.31, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.31, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.31, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "300mm Beamshield", "storey_height": 2.33, "heat_loss_area": 38.71, "total_floor_area": 38.71}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 38.71}], "thermal_mass_parameter": 173.39}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2304, "water_heating": 1605}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094744725, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE15 2BP", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-12 14:42:32", "living_area": 23.68, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.44, "heat_efficiency": 54.1, "heat_source_type": 1, "power_efficiency": 34.4}, {"fuel_type": 51, "heat_fraction": 0.56, "heat_efficiency": 93.19, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 76 Leonard Court", "address_line_2": "Cobden Walk", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.93, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.73, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.66}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 17.62, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 14, "total_wall_area": 15.75, "is_curtain_walling": "false"}, {"name": "Concrete Columns", "u_value": 0.26, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.5, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 94.2}, {"name": "Party Walls - Stud", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 35.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "Corridor Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.67, "location": "External Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.75, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 1.25, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 11.84, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 14.75, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 12.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 7.75, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 14.25, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 146, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 146, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1051, "water_heating": 1828}}, "seller_commission_report": "Y", "energy_consumption_current": 37, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 37, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093445101, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT2 9DW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CANTERBURY", "built_form": 1, "created_at": "2019-03-13 13:07:18", "living_area": 15.66, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "22, Limes Place", "address_line_2": "Upper Harbledown", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Main Plane Roof", "total_roof_area": 46.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Space 4 Brick Clad", "total_wall_area": 113.77, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Space 4 Tile Hung", "total_wall_area": 22.7, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 930, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 3.75, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Window", "width": 3.84, "height": 1, "location": "External Wall 2", "orientation": 1}, {"name": "Opening 4", "type": "Window", "width": 9.48, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 5", "type": "Window", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.65, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 33.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.24, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.24, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 14.16, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 13.08, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.04, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.46, "heat_loss_area": 46.54, "total_floor_area": 46.54}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 46.54}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 238, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 238, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3175, "water_heating": 1700}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": 11, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094645303, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-12-16 13:13:31", "living_area": 28.48, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 208 Leader House", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.64, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 24.51, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 39.34}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 24.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 13.74, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.43, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.15, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 15.84, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 48.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 127, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 127, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 225, "water_heating": 2019}}, "seller_commission_report": "Y", "energy_consumption_current": 43, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 43, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093496971, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE1 4FT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERBOROUGH", "built_form": 2, "created_at": "2019-09-13 10:54:32", "living_area": 14.8, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "60, Damson Drive", "assessment_date": "2019-09-13", "assessment_type": "SAP", "completion_date": "2019-09-13", "inspection_date": "2019-09-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.84, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.74}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "COLD", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.89}], "sap_walls": [{"name": "BRICK", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 107.66, "is_curtain_walling": "false"}, {"name": "Internal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 165.34}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "BRICK", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.74, "location": "BRICK", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.66, "location": "BRICK", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.17, "location": "BRICK", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 11.33, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.17, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 21.59, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.59, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.15, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.44, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.95, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.97, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 9.97, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 4.56, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 4.56, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 4.56, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 38.89, "total_floor_area": 38.89}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 38.89, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 213, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 213, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2684, "water_heating": 1607}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.13", "energy_consumption_potential": 4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 63194089, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF10 5WL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CASTLEFORD", "built_form": 3, "created_at": "2019-11-13 15:32:38", "living_area": 21.36, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "35, Bellamy Street", "assessment_date": "2019-11-13", "assessment_type": "SAP", "completion_date": "2019-11-13", "inspection_date": "2019-11-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.6, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-13", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.68, "orientation": 2, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.11, "roof_type": 2, "total_roof_area": 30.28}], "sap_walls": [{"name": "External wall", "u_value": 0.26, "wall_type": 2, "total_wall_area": 80.419, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "total_wall_area": 36.58}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "External wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.105, "location": "External wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.961, "location": "External wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.26, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.5, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.63, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.63, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.52, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.11, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.29, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.29, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.11, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.11, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "storey_height": 2.385, "heat_loss_area": 30.28, "total_floor_area": 30.28}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 30.28}]}], "heating_cost_current": {"value": 191, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 191, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2131, "water_heating": 1449}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 30, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10094257028, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB24 1BU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-12-13 15:41:38", "living_area": 18.22, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 9895, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "22, Villa Road", "address_line_2": "Northstowe", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.06, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 181, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 9}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof Hrz", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 28.71}, {"name": "Roof Dor", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3.04}, {"name": "Roof S", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.1}, {"name": "Roof D", "u_value": 0.115, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.12}], "sap_walls": [{"name": "Wall Ext", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 188.19, "is_curtain_walling": "false"}, {"name": "Wall Dor", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 7.95, "is_curtain_walling": "false"}, {"name": "Wall Dw", "u_value": 0.115, "wall_type": 2, "kappa_value": 9, "total_wall_area": 22.07, "is_curtain_walling": "false"}, {"name": "Int Wall G", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 99.56}, {"name": "Int Wall F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 139.83}, {"name": "Int Wall S", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 52.69}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.98, "height": 2.08, "location": "Wall Ext", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "Wall Ext", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Wall Ext", "orientation": 8}, {"name": 9, "type": "Windows (1)", "width": 0.925, "height": 1.05, "location": "Wall Ext", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Dor", "orientation": 8}, {"name": 11, "type": "Windows (1)", "width": 0.925, "height": 1.2, "location": "Wall Dor", "orientation": 8}, {"name": 12, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Wall Ext", "orientation": 4}, {"name": 13, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Wall Ext", "orientation": 4}, {"name": 14, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Wall Ext", "orientation": 4}, {"name": 15, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Wall Ext", "orientation": 4}, {"name": 16, "type": "Windows (1)", "width": 1.21, "height": 1.2, "location": "Wall Ext", "orientation": 4}, {"name": 17, "type": "Windows (1)", "width": 0.92, "height": 1.05, "location": "Wall Ext", "orientation": 4}, {"name": 18, "type": "Windows (1)", "width": 0.92, "height": 1.2, "location": "Wall Ext", "orientation": 6}, {"name": 19, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Roof S", "orientation": 4}, {"name": 20, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Roof S", "orientation": 4}, {"name": 21, "type": "Roof windows (1)", "width": 0.78, "height": 0.98, "location": "Roof S", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.52, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.52, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 44.7, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.34, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.34, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.68, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.68, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.54, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.84, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 8.44, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 4.19, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.19, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 10.68, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 17.68, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 69.19, "total_floor_area": 69.19}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 69.19, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.34, "heat_loss_area": 0, "total_floor_area": 43.07}]}], "heating_cost_current": {"value": 335, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 103, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 337, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.4, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 103, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4997, "water_heating": 2185}}, "seller_commission_report": "Y", "energy_consumption_current": 53, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 45, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10011975061, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP25 6NX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "THETFORD", "built_form": 2, "created_at": "2019-06-18 11:49:24", "living_area": 13.65, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16137, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Adcock Road", "address_line_2": "Watton", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.71, "glazing_type": 6, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 2, "u_value": 2.4, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "roof", "total_roof_area": 40.27}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Wall 1", "total_wall_area": 89.51, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "front", "type": "Opening Type 1", "width": 0.63, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "front", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "front", "type": "Opening Type 1", "width": 0.63, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "front", "type": "Opening Type 9", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "front", "type": "Opening Type 9", "width": 0.85, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.82, "psi_value": 0.17, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.82, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.2, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.2, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.82, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 9.88, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.82, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.82, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.82, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 40.27, "total_floor_area": 35.58}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 35.58}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2661, "water_heating": 1916}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 12, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 100011397101, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M28 2JP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-10-18 21:19:12", "living_area": 91.54, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 292, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17566, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.82, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Woodlands Close", "address_line_2": "Worsley", "assessment_date": "2019-10-18", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.55, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 7, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 432, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Composite door", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Glazed doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.9, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Solid door", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Velux", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Kitchen", "total_roof_area": 38.95}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "Side living", "total_roof_area": 40.27}, {"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "description": "Top 52 deg", "total_roof_area": 43.19}, {"name": "Roof 4", "u_value": 0.18, "roof_type": 2, "description": "Top 44 deg", "total_roof_area": 122.1}, {"name": "Roof 5", "u_value": 0.18, "roof_type": 2, "description": "Top flat", "total_roof_area": 9.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Rendered cavity", "total_wall_area": 368.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "Garage", "total_wall_area": 17.83, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front doors", "type": "Composite door", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Windows", "width": 19.98, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "S side window", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "S side doors", "type": "Glazed doors", "width": 11.28, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "N side window", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Garage door", "type": "Solid door", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Rear windows", "type": "Windows", "width": 44.31, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear doors", "type": "Glazed doors", "width": 18.42, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Front rooflights", "type": "Velux", "pitch": 45, "width": 3.27, "height": 1, "location": "Roof 4", "orientation": 3}, {"name": "N rooflights", "type": "Velux", "pitch": 50, "width": 2.18, "height": 1, "location": "Roof 3", "orientation": 1}, {"name": "S rooflights", "type": "Velux", "pitch": 50, "width": 2.18, "height": 1, "location": "Roof 3", "orientation": 5}, {"name": "Kitchen rooflights", "type": "Velux", "pitch": 15, "width": 4.36, "height": 1, "location": "Roof 1", "orientation": 5}, {"name": "Living rooflights", "type": "Velux", "pitch": 20, "width": 4.36, "height": 1, "location": "Roof 2", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 46.72, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 39.93, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 82.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 70.24, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 83.49, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 28.67, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 68.61, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 6.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 31.91, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 13.52, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.14, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 10.14, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 36.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 40.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 58.54, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 6.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground", "storey_height": 2.4, "heat_loss_area": 193.99, "total_floor_area": 193.99}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.84, "heat_loss_area": 0, "total_floor_area": 118.8}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.96, "heat_loss_area": 0, "total_floor_area": 118.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 938, "currency": "GBP"}, "co2_emissions_current": 5.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 154, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 938, "currency": "GBP"}, "hot_water_cost_current": {"value": 110, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 284, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 86}], "co2_emissions_potential": 4.9, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 154, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 110, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 19198, "water_heating": 2405}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 63, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093335420, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.44 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN40 2HT", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 4}, "post_town": "BEXHILL-ON-SEA", "built_form": 4, "created_at": "2019-06-18 08:38:46", "living_area": 21.7, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18157, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "128 Dorset Road", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.44, "wall_type": 2, "description": "Wall 1", "total_wall_area": 53.68, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 16.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.71, "height": 2.21, "location": "External Wall 1", "orientation": 3}, {"name": 2, "type": "Opening Type 1", "width": 0.83, "height": 1.85, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 1", "width": 0.74, "height": 0.84, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 1", "width": 2.15, "height": 2.01, "location": "External Wall 1", "orientation": 1}, {"name": 5, "type": "Opening Type 1", "width": 2.15, "height": 2.01, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Floor 1", "storey_height": 3.18, "heat_loss_area": 59.01, "total_floor_area": 59.01}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3251, "water_heating": 1805}}, "seller_commission_report": "Y", "energy_consumption_current": 133, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 133, "environmental_impact_current": 80, "current_energy_efficiency_band": "C", "environmental_impact_potential": 80, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 23} +{"uprn": 10010242711, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9FF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-19 10:43:23", "living_area": 27.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.3, "heat_source_type": 1, "power_efficiency": 30.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 94, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 73 Gladstone House", "address_line_2": "31, Dowells Street", "assessment_date": "2019-02-18", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "wet_rooms_count": 2, "air_permeability": 4.65, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.6, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.58, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Adj Corridor", "u_value": 0.29, "wall_type": 3, "total_wall_area": 25.7, "is_curtain_walling": "false"}, {"name": "Ext Brick", "u_value": 0.22, "wall_type": 2, "total_wall_area": 5.3, "is_curtain_walling": "false"}, {"name": "Ext Clad", "u_value": 0.22, "wall_type": 2, "total_wall_area": 20.4, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.01, "location": "Adj Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.84, "height": 2.25, "location": "Ext Brick", "orientation": 7}, {"name": 3, "type": "Windows (2)", "width": 0.86, "height": 2.2, "location": "Ext Brick", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 0.86, "height": 2.2, "location": "Ext Brick", "orientation": 7}, {"name": 5, "type": "Windows (2)", "width": 0.86, "height": 2.2, "location": "Ext Brick", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 141, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 141, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 745, "water_heating": 2142}}, "seller_commission_report": "Y", "energy_consumption_current": 60, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 60, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10093248311, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX23 8FS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BUDE", "built_form": 3, "created_at": "2019-11-18 17:15:14", "living_area": 31.41, "orientation": 2, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18204, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "32, Wigeon Road", "assessment_date": "2019-11-18", "assessment_type": "SAP", "completion_date": "2019-11-18", "inspection_date": "2019-11-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "kitchen_duct_fans_specific_power": 0, "kitchen_room_fans_specific_power": 0.17, "kitchen_wall_fans_specific_power": 0, "mechanical_vent_system_make_model": "Vent Axia 1x125 + 1xResponse", "mechanical_ventilation_data_source": 2, "non_kitchen_duct_fans_specific_power": 0, "non_kitchen_room_fans_specific_power": 0.19, "non_kitchen_wall_fans_specific_power": 0, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Front Door", "type": 1, "u_value": 0.9, "data_source": 2, "glazing_type": 1}, {"name": "Half-Glazed Door", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "Plane Ceiling-350mm Loft Roll", "kappa_value": 9, "total_roof_area": 63.81}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "100mm Knauf Supafil 34", "kappa_value": 60, "total_wall_area": 64.36, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.47, "wall_type": 2, "description": "Wall to Garage", "kappa_value": 9, "total_wall_area": 13.6, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 23.8}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 99.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 6.21, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Windows", "type": "Window", "width": 3.62, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.07, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.05, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.6, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 1.35, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.26, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 18.44, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.25, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 1.35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.96, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.09, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.5, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.59, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.18, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.59, "psi_value": -0.08, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.09, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 2.59, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 3.9, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 2.19, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 6.09, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Jet Floor - White", "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 4.01, "total_floor_area": 4.01, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.19, "floor_type": 3, "description": "Exposed Floor Over Garage", "kappa_value": 18, "storey_height": 2.25, "heat_loss_area": 22.19, "total_floor_area": 63.81}]}], "heating_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2637, "water_heating": 1556}}, "seller_commission_report": "Y", "energy_consumption_current": 104, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 104, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093766273, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW14 8FN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FELTHAM", "built_form": 3, "created_at": "2019-10-11 10:41:01", "living_area": 27.7, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 7 Longview Court", "address_line_2": "61, Southville Road", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.2, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 85.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 47.5, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.15, "wall_type": 3, "description": "plant", "total_wall_area": 18.13, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.15, "wall_type": 3, "description": "stairwell", "total_wall_area": 6.75, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 22.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "door", "type": "door", "width": 0.9, "height": 2.4, "location": "External Wall 1", "orientation": 0}, {"name": "window NW", "type": "window", "width": 8.11, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "window NE", "type": "window", "width": 8.64, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.5, "heat_loss_area": 85.2, "total_floor_area": 85.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 212, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2556, "water_heating": 1921}}, "seller_commission_report": "Y", "energy_consumption_current": 49, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 49, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 72121020, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7PB", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-03-14 13:26:29", "living_area": 15.03, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 12}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "48 Boston Towers", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-03-14", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 45.22}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 47.63, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 2, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1.6, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.275, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.06, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 20.75, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 19.44, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 4.31, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.76, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 16.32, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 13.79, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 654, "currency": "GBP"}, "co2_emissions_current": 6.0, "energy_rating_average": 60, "energy_rating_current": 52, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 654, "currency": "GBP"}, "hot_water_cost_current": {"value": 294, "currency": "GBP"}, "co2_emissions_potential": 6.0, "energy_rating_potential": 52, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 294, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 3173, "space_heating_existing_dwelling": 8216}}, "seller_commission_report": "Y", "energy_consumption_current": 791, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 791, "environmental_impact_current": 26, "current_energy_efficiency_band": "E", "environmental_impact_potential": 26, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 134} +{"uprn": 10024048771, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG45 6GU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CROWTHORNE", "built_form": 2, "created_at": "2019-02-11 10:49:49", "living_area": 17.53, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "49, Charity Way", "assessment_date": "2019-02-11", "assessment_type": "SAP", "completion_date": "2019-02-11", "inspection_date": "2019-02-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.37, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.64}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.29}], "sap_walls": [{"name": "External Walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 100.7, "is_curtain_walling": "false"}, {"name": "Gf", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 87.873}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 107.0082}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 47}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.38, "location": "External Walls", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.87, "location": "External Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.79, "location": "External Walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.55, "location": "External Walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.8, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.09, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.77, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 19.15, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.37, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.25, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 24.52, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9.25, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 9.25, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.55, "heat_loss_area": 47.29, "total_floor_area": 47.29}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 45.79, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 216, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 216, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2404, "water_heating": 1844}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 6, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 766355650, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP22 6EF", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "AYLESBURY", "built_form": 3, "created_at": "2019-11-15 15:41:35", "living_area": 14.41, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18122, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18122, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "23, South Street", "address_line_2": "Wendover", "assessment_date": "2019-01-11", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-01-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.22}], "sap_walls": [{"name": "Exposed GF", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 46.15, "is_curtain_walling": "false"}, {"name": "Exposed 1F", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 43.93, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 140, "total_wall_area": 49.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Exposed GF", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.77, "height": 1.35, "location": "Exposed GF", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 1.35, "location": "Exposed GF", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Exposed GF", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.63, "height": 0.9, "location": "Exposed 1F", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 0.675, "location": "Exposed 1F", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.88, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.37, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.85, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.76, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.86, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.06, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 12.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.46, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.44, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.06, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.06, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 9.96, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.46, "heat_loss_area": 42.22, "total_floor_area": 42.22}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 42.22}]}], "heating_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 231, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2795, "water_heating": 1520}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.20", "energy_consumption_potential": 9, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093393657, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE13 5SU", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-15 18:03:04", "living_area": 23.27, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 18224, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "87, Old Road", "assessment_date": "2019-04-11", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 11, "solar_transmittance": 0.57}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 53.33, "is_curtain_walling": "false"}, {"name": "Wall to corridor", "u_value": 0.18, "wall_type": 2, "kappa_value": 70, "total_wall_area": 22.41, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 11.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.02, "height": 2.1, "location": "Wall to corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 2.901, "height": 2.4, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.549, "height": 2.4, "location": "External Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 110, "storey_height": 2.93, "heat_loss_area": 48.38, "total_floor_area": 48.38}]}], "heating_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 221, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2416, "water_heating": 1591}}, "seller_commission_report": "Y", "energy_consumption_current": 140, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 140, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10091686755, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT10 3BX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BROADSTAIRS", "built_form": 1, "created_at": "2019-10-11 13:35:36", "living_area": 60.03, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18053, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "3 Sea Breeze", "address_line_2": "Ocean Drive", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 166, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 75.01}, {"name": "PR", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 91.05}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 101.62, "is_curtain_walling": "false"}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 282.9}, {"name": "PW", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 51.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "External Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.52, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 19.7, "location": "External Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 11.26, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.01, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.82, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.28, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 60.17, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 49.55, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 37.51, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 10.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.1, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.1, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0.01, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.55, "heat_loss_area": 166.06, "total_floor_area": 166.06}]}], "heating_cost_current": {"value": 348, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 348, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5673, "water_heating": 2246}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 77, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10091595630, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.42 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE8 6SE", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "PETERBOROUGH", "built_form": 1, "created_at": "2019-06-11 20:24:01", "living_area": 46.22, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 4, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15011, "has_separate_delayed_start": "true", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "secondary_heating_declared_values": {"efficiency": 80, "make_model": "Morso", "test_method": "BS EN 1266"}, "is_secondary_heating_hetas_approved": "true", "hot_water_store_insulation_thickness": 100}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, oil", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "The Threshing Barn", "address_line_2": "Oundle Road", "address_line_3": "Elton", "assessment_date": "2019-06-11", "assessment_type": "SAP", "completion_date": "2019-06-11", "inspection_date": "2019-06-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 171, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Roof type E", "total_roof_area": 42.24}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Roof Type F", "total_roof_area": 25.33}, {"name": "Roof 3", "u_value": 0.11, "roof_type": 2, "description": "Roof Type D", "total_roof_area": 33.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.58, "wall_type": 2, "description": "Wall Type A", "total_wall_area": 115.78, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Wall Type B", "total_wall_area": 50.52, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 2, "description": "Wall Type C", "total_wall_area": 18.3, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W2 inc Glazed door", "type": "Window", "width": 13.87, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W5", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 3", "orientation": 3}, {"name": "W6", "type": "Window", "width": 0.12, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "W7", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "W8", "type": "Window", "width": 0.23, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "W9", "type": "Window", "width": 13.87, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "W10", "type": "Window", "width": 0.89, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "W11", "type": "Window", "width": 2, "height": 1, "location": "External Wall 3", "orientation": 5}, {"name": "W12", "type": "Window", "width": 0.89, "height": 1, "location": "External Wall 3", "orientation": 5}, {"name": "RL1", "type": "Rooflight", "pitch": 35, "width": 0.99, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "RL2", "type": "Rooflight", "pitch": 35, "width": 0.99, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "RL3", "type": "Rooflight", "pitch": 35, "width": 0.99, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "RL4", "type": "Rooflight", "pitch": 35, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "RL5", "type": "Rooflight", "pitch": 35, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor with 150 Xtratherm", "storey_height": 2.35, "heat_loss_area": 27.35, "total_floor_area": 89.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.23, "heat_loss_area": 0, "total_floor_area": 80.88}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 536, "currency": "GBP"}, "co2_emissions_current": 4.4, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 91, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 537, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 77, "environmental_impact_rating": 74}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 80}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 91, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 11585, "water_heating": 2238}}, "seller_commission_report": "Y", "energy_consumption_current": 108, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 3, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10007271040, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG31 8WJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRANTHAM", "built_form": 2, "created_at": "2019-04-11 11:00:21", "living_area": 13.8, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17863, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200028, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "22, Ludlow Gardens", "assessment_date": "2019-04-11", "assessment_type": "SAP", "completion_date": "2019-04-11", "inspection_date": "2019-04-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.8, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.2, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.69}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 34.9}], "sap_walls": [{"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "total_wall_area": 82.66, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 37.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.35, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 2, "width": 1.35, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 2, "width": 1.2, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 2, "width": 1.05, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.64, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.7, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.8, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.15, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.65, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.84, "psi_value": 0.046, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.84, "psi_value": 0.0375, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.65, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.65, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.3, "heat_loss_area": 34.9, "total_floor_area": 34.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 34.9}], "thermal_mass_parameter": 181}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2111, "water_heating": 1600}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": -4, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10008345488, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 1.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EC2A 2FF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-12 16:13:50", "living_area": 43.69, "orientation": 5, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 57.7, "cooling_system_eer": 4.57, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.871, "heat_efficiency": 49.27, "heat_source_type": 1, "power_efficiency": 31.58}, {"fuel_type": 51, "heat_fraction": 0.129, "heat_efficiency": 95.75, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3704", "address_line_2": "2, Principal Place", "address_line_3": "Worship Street", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-12", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.41, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-12", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.055, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.45}, {"name": "Windows (2)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.49}, {"name": "Windows (3)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Curtain wall", "u_value": 1.09, "wall_type": 2, "total_wall_area": 43.368, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.6, "location": "Curtain wall", "orientation": 7}, {"name": 2, "type": "Windows (2)", "width": 1, "height": 8.7, "location": "Curtain wall", "orientation": 1}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 5.1, "location": "Curtain wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.45, "location": "Curtain wall", "orientation": 1}, {"name": 5, "type": "Windows (3)", "width": 1, "height": 5.8, "location": "Curtain wall", "orientation": 1}, {"name": 6, "type": "Windows (3)", "width": 1, "height": 3.7, "location": "Curtain wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 888, "water_heating": 2031}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 679467, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL9 1BH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "BADMINTON", "built_form": 1, "created_at": "2019-01-11 16:38:36", "living_area": 47.98, "orientation": 2, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "main_heating_data_source": 1, "main_heating_index_number": 102607, "underfloor_heat_emitter_type": 1, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.22, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 0.7, "is_heat_pump_assisted_by_immersion": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "45, Birgage Road", "address_line_2": "Hawkesbury Upton", "assessment_date": "2019-01-11", "assessment_type": "SAP", "completion_date": "2019-01-11", "inspection_date": "2019-01-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.28, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 150, "transaction_type": 11, "conservatory_type": 1, "registration_date": "2019-01-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "External door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Glazed doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof lights", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "kappa_value": 13.37, "total_roof_area": 82.74}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "External Roof 2", "kappa_value": 9, "total_roof_area": 24.48}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External wall", "kappa_value": 10.37, "total_wall_area": 116.16, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.29, "wall_type": 3, "description": "Stud to eaves", "kappa_value": 9, "total_wall_area": 30.24, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.29, "wall_type": 2, "description": "Dormer", "kappa_value": 9, "total_wall_area": 4.2, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 201.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "External door", "width": 950, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Glazed doors", "width": 2400, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 3", "type": "Windows", "width": 5.75, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "Windows", "width": 1200, "height": 1050, "location": "External Wall 3", "orientation": 4}, {"name": "Opening 5", "type": "Windows", "width": 4.8, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 6", "type": "Roof lights", "pitch": 35, "width": 0.86, "height": 1, "location": "Roof 2", "orientation": 4}, {"name": "Opening 7", "type": "Windows", "width": 400, "height": 400, "location": "External Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.86, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.51, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 42.64, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 34.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 21.78, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 16.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.65, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 21.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 3.9, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.12, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 24, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 21.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75.6, "storey_height": 2.3, "heat_loss_area": 100.88, "total_floor_area": 100.88, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.29, "heat_loss_area": 0, "total_floor_area": 49.34}]}], "heating_cost_current": {"value": 384, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 95, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 384, "currency": "GBP"}, "hot_water_cost_current": {"value": 140, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 54, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 95, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6365, "water_heating": 2149}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 30, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 33052675, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW18 4EQ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "STAINES-UPON-THAMES", "built_form": 3, "created_at": "2019-07-10 16:27:19", "living_area": 35.94, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 5, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.42, "heat_efficiency": 54.77, "heat_source_type": 1, "power_efficiency": 34.23}, {"fuel_type": 51, "heat_fraction": 0.58, "heat_efficiency": 92, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 60 Kempton House", "address_line_2": "122, High Street", "assessment_date": "2019-07-10", "assessment_type": "SAP", "completion_date": "2019-07-10", "inspection_date": "2019-07-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.12, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.33, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.6}, {"name": "Opening Type 7", "type": 3, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "Roof 1", "total_roof_area": 95.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Brick", "total_wall_area": 61.32, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Corridor/circulation", "total_wall_area": 19.43, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W-A1", "type": "Opening Type 1", "width": 1.24, "height": 2.45, "location": "External Wall 1", "orientation": 7}, {"name": "W-A1", "type": "Opening Type 1", "width": 1.24, "height": 2.45, "location": "External Wall 1", "orientation": 7}, {"name": "W-B1", "type": "Opening Type 1", "width": 3.04, "height": 2.45, "location": "External Wall 1", "orientation": 7}, {"name": "W-B2", "type": "Opening Type 1", "width": 4.62, "height": 2.45, "location": "External Wall 1", "orientation": 7}, {"name": "W-X1", "type": "Opening Type 1", "width": 1.59, "height": 2.06, "location": "External Wall 1", "orientation": 1}, {"name": "W-X1B", "type": "Opening Type 1", "width": 0.85, "height": 2.06, "location": "External Wall 1", "orientation": 3}, {"name": "Dr", "type": "Opening Type 7", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Corridor", "storey_height": 2.45, "heat_loss_area": 4.35, "total_floor_area": 95.4}], "thermal_mass_parameter": 450}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1838, "water_heating": 1894}}, "seller_commission_report": "Y", "energy_consumption_current": 57, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 57, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 202227585, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW10 7GZ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-10 13:50:19", "living_area": 25.18, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 54.6, "heat_source_type": 1, "power_efficiency": 35.6}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 39 Marquess House", "address_line_2": "7, Lakeside Drive", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.46, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.1307, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.16, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.41}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 63.03}], "sap_walls": [{"name": "ext 1", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 21.12, "is_curtain_walling": "false"}, {"name": "Ext col", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 10.7, "is_curtain_walling": "false"}, {"name": "Metal stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 115.91}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 8.45}, {"name": "Pw1", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 40.57}, {"name": "L2", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 16.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 11.04, "location": "ext 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.88, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 9.86, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.54, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 45.43, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 117, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 117, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 76, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 556, "water_heating": 1961}}, "seller_commission_report": "Y", "energy_consumption_current": 33, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 33, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10093930830, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO41 9NZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LYMINGTON", "built_form": 2, "created_at": "2019-01-10 11:07:53", "living_area": 21.95, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10265, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "43, Knight Gardens", "assessment_date": "2019-01-10", "assessment_type": "SAP", "completion_date": "2019-01-10", "inspection_date": "2019-01-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.82, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Main Roof", "total_roof_area": 31.08}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall", "total_wall_area": 78.69, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "ED1", "type": "Opening Type 1", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "W2", "type": "Opening Type 2", "width": 0.46, "height": 0.9, "location": "External Wall 1", "orientation": 6}, {"name": "W5", "type": "Opening Type 2", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W6", "type": "Opening Type 2", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "ED2", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W3", "type": "Opening Type 2", "width": 0.61, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W4", "type": "Opening Type 2", "width": 0.61, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 2", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 2", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.64, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 30.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 15.77, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.77, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 15.56, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.98, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.98, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.78, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.78, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.78, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Ground", "storey_height": 2.38, "heat_loss_area": 31.08, "total_floor_area": 31.08}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 31.08}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 348, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.3, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1342, "water_heating": 1797}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -30, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093143985, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TQ4 7TG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "PAIGNTON", "built_form": 2, "created_at": "2019-06-10 20:56:07", "living_area": 14.64, "orientation": 7, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 2, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18060, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, LPG", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "24, Foxglove Way", "assessment_date": "2019-06-10", "assessment_type": "SAP", "completion_date": "2019-06-10", "inspection_date": "2019-06-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 44.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 96.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 39.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DE01", "type": "Opening Type 1", "width": 1.01, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": "WG01 WC", "type": "Opening Type 2", "width": 0.48, "height": 1.06, "location": "External Wall 1", "orientation": 6}, {"name": "WG02 Bay", "type": "Opening Type 2", "width": 0.28, "height": 1.75, "location": "External Wall 1", "orientation": 4}, {"name": "WG03 Lounge", "type": "Opening Type 2", "width": 2.75, "height": 1.75, "location": "External Wall 1", "orientation": 6}, {"name": "WG04 bay", "type": "Opening Type 2", "width": 0.28, "height": 1.75, "location": "External Wall 1", "orientation": 8}, {"name": "WF01 Bed 3", "type": "Opening Type 2", "width": 1.2, "height": 1.21, "location": "External Wall 1", "orientation": 6}, {"name": "WF02 Bed 1", "type": "Opening Type 2", "width": 1.77, "height": 1.21, "location": "External Wall 1", "orientation": 6}, {"name": "DE02 Dining", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "WG05 Kitchen", "type": "Opening Type 2", "width": 1.2, "height": 1.06, "location": "External Wall 1", "orientation": 2}, {"name": "WF04 Bath", "type": "Opening Type 2", "width": 0.63, "height": 1.06, "location": "External Wall 1", "orientation": 2}, {"name": "WF03 Bed 2", "type": "Opening Type 2", "width": 1.2, "height": 1.06, "location": "External Wall 1", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.3, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.3, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.24, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.5, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.5, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.5, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.1, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.1, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.35, "heat_loss_area": 44.54, "total_floor_area": 44.54}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 44.05}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 159, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 62, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 338, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.1, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 97, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1982, "water_heating": 2081}}, "seller_commission_report": "Y", "energy_consumption_current": 72, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -8, "environmental_impact_current": 85, "current_energy_efficiency_band": "C", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093060208, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE1 7GT", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-10 09:17:11", "living_area": 40.1, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.72, "heat_efficiency": 40.9923477, "heat_source_type": 1, "power_efficiency": 37.60765}, {"fuel_type": 51, "heat_fraction": 0.28, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 905", "address_line_2": "1 Casson Square", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.05, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.0406, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 94.39}], "sap_walls": [{"name": "Curtain Wall", "u_value": 1.2, "wall_type": 2, "kappa_value": 14, "total_wall_area": 39.08, "is_curtain_walling": "true"}, {"name": "Column Wall", "u_value": 0.201, "wall_type": 2, "kappa_value": 14, "total_wall_area": 19.58, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 58.67}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 7.5, "height": 1, "location": "Curtain Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 6.68, "height": 1, "location": "Curtain Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 6.75, "height": 1, "location": "Curtain Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 6.08, "height": 1, "location": "Curtain Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 7.53, "height": 1, "location": "Curtain Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 916, "water_heating": 2191}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 36, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 4510751824, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE13 9EP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWCASTLE UPON TYNE", "built_form": 1, "created_at": "2019-05-10 12:05:10", "living_area": 43.31, "orientation": 6, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 8.3 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "61, Willowbay Drive", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 6.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.72}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 86.91, "is_curtain_walling": "false"}, {"name": "Sheltered Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 150, "total_wall_area": 22.62, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 112.7768}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.07, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.28, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.87, "location": "External Wall", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.39, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.76, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.65, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.68, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.19, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 28.72, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 16.08, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.44, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 265, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 265, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3440, "water_heating": 1540}}, "seller_commission_report": "Y", "energy_consumption_current": 118, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 118, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10094370469, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2YG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-10 16:43:11", "living_area": 33.24, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 47.8, "heat_source_type": 1, "power_efficiency": 31.5}, {"fuel_type": 51, "heat_fraction": 0.34, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 1.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 115 Adlay Apartments", "address_line_2": "3, Millet Place", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 1.13, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.48}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 55.1}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 20.9}], "sap_walls": [{"name": "External Wall", "u_value": 0.19, "wall_type": 2, "kappa_value": 150, "total_wall_area": 39.3, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 31.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 7.8, "location": "External Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.3, "location": "External Wall", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.97, "psi_value": 0.1985, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.97, "psi_value": 0.1985, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.3, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 2.16, "psi_value": 0.1735, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.3, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": 0.0205, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.125, "psi_value": 0.1735, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 7.65, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 29.67, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 7.65, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 123, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 123, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 149, "water_heating": 2080}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 45, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093357375, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX28 6NP", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WITNEY", "built_form": 1, "created_at": "2019-10-10 17:04:01", "living_area": 21.14, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Heron Drive", "assessment_date": "2019-10-10", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 143, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D3", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 69.16}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 4.68}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 172, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 3.37, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 3, "width": 0.9, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 3, "width": 0.58, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 8, "type": 3, "width": 0.58, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 9, "type": 3, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 3, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 13, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 14, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 15, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 6}, {"name": 16, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 17, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 18, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 19, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 20, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.51, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.12, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.68, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 59.56, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.76, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.01, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.46, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.55, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 28.63, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.09, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm Platinum", "storey_height": 2.33, "heat_loss_area": 73.85, "total_floor_area": 73.85}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 69.16}], "thermal_mass_parameter": 194.5}], "heating_cost_current": {"value": 301, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 302, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 39, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4599, "water_heating": 2196}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 25, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 63197547, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF1 3FH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WAKEFIELD", "built_form": 2, "created_at": "2019-10-10 16:28:17", "living_area": 16.64, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18040, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "18, Hepworth Gardens", "assessment_date": "2019-10-10", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.36, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 4}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 7, "type": 5, "u_value": 1.7, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 8, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Dormer flat", "total_roof_area": 1.92}, {"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Slope (SIP)", "total_roof_area": 32.62}, {"name": "Roof 2", "u_value": 0.144, "roof_type": 2, "description": "Void", "total_roof_area": 15.03}], "sap_walls": [{"name": "Wall 5", "u_value": 0.2, "wall_type": 2, "description": "Dormer Cheek", "total_wall_area": 4.18, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.29, "wall_type": 2, "description": "Ext wall 7N", "total_wall_area": 46.79, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 71.69, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 60.96}, {"name": "Wall 4", "u_value": 0.144, "wall_type": 3, "description": "RiR stud", "total_wall_area": 17.25, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 3", "orientation": 0}, {"name": 2, "type": 2, "width": 1.02, "height": 1.65, "location": "Wall 3", "orientation": 6}, {"name": 3, "type": 2, "width": 0.46, "height": 0.75, "location": "Wall 3", "orientation": 6}, {"name": 4, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 1.25, "height": 1.05, "location": "Wall 5", "orientation": 6}, {"name": 7, "type": 7, "pitch": 40, "width": 0.55, "height": 0.98, "location": "Roof 1", "orientation": 2}, {"name": 8, "type": 8, "width": 3.39, "height": 2.25, "location": "Wall 3", "orientation": 2}, {"name": 9, "type": 2, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.13, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 11.22, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.1, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.42, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 36.84, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.18, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.18, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 11.3, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 11.3, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.24, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 10.84, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 1.96, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 5.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 41.94, "total_floor_area": 41.94}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 41.94}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 26.91}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 259, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 260, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3627, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 27, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10014357987, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR10 3FZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-10-10 14:32:42", "living_area": 16.87, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "44, Flag Cutters Way", "address_line_2": "Horsford", "assessment_date": "2019-10-10", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.93, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 4, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 28.86}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 74.31, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 35.49}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 4, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 4, "width": 0.49, "height": 0.9, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 4, "width": 0.49, "height": 0.9, "location": "Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.3, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.66, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.98, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.21, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.21, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.95, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.27, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.27, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.27, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 28.86, "total_floor_area": 28.86}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 28.86}], "thermal_mass_parameter": 210.08}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2023, "water_heating": 1419}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -15, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093070549, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "AL7 1GS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "WELWYN GARDEN CITY", "built_form": 1, "created_at": "2019-11-19 13:49:52", "living_area": 17.634, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 191, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.95, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 88 Chrysler House", "address_line_2": "Bessemer Road", "assessment_date": "2019-11-19", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.29, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 76, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.545}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 70, "total_wall_area": 31.37, "is_curtain_walling": "false"}, {"name": "Wall to Corridor", "u_value": 0.22, "wall_type": 2, "kappa_value": 70, "total_wall_area": 33.04, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 45, "total_wall_area": 87.434}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.938, "height": 2.1, "location": "Wall to Corridor", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.2, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 0.938, "height": 2.1, "location": "External Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 2.8, "height": 2.1, "location": "External Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 2.437, "height": 2.4, "location": "External Wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 0.993, "height": 2.4, "location": "External Wall", "orientation": 7}, {"name": 7, "type": "Windows (1)", "width": 1.6, "height": 1.05, "location": "External Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.5, "heat_loss_area": 7.29, "total_floor_area": 34.255}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 41.545}]}], "heating_cost_current": {"value": 622, "currency": "GBP"}, "co2_emissions_current": 2.9, "energy_rating_average": 60, "energy_rating_current": 62, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 622, "currency": "GBP"}, "hot_water_cost_current": {"value": 318, "currency": "GBP"}, "co2_emissions_potential": 2.9, "energy_rating_potential": 62, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 318, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3455, "water_heating": 1811}}, "seller_commission_report": "Y", "energy_consumption_current": 230, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 230, "environmental_impact_current": 66, "current_energy_efficiency_band": "D", "environmental_impact_potential": 66, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 39} +{"uprn": 10093445391, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT2 0FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CANTERBURY", "built_form": 1, "created_at": "2019-03-19 11:09:46", "living_area": 59, "orientation": 7, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16393, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.22, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Orchard View", "address_line_2": "Broad Oak", "assessment_date": "2019-03-19", "assessment_type": "SAP", "completion_date": "2019-03-19", "inspection_date": "2019-03-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.84, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 178, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Entrance Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Plain Roof", "total_roof_area": 95.62}, {"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "Plain Roof", "total_roof_area": 3.73}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Pitched Roof", "total_roof_area": 7.95}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall Brickwork", "total_wall_area": 145.14, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 3, "description": "Garage Wall", "total_wall_area": 16.08, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.19, "wall_type": 2, "description": "External Wall Blockwork", "total_wall_area": 11.53, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.21, "wall_type": 2, "description": "Ashlar", "total_wall_area": 13.1, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "West Windows Brick", "type": "Window", "width": 11.5, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "West Entrance Brick", "type": "Entrance Door", "width": 1022, "height": 2110, "location": "External Wall 1", "orientation": 0}, {"name": "West Windows Block", "type": "Window", "width": 3.24, "height": 1, "location": "External Wall 3", "orientation": 7}, {"name": "South Windows Brick", "type": "Window", "width": 2.68, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "East Windows Brick", "type": "Window", "width": 12.03, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "North Windows Brick", "type": "Window", "width": 5.44, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "East Windows OH", "type": "Window", "width": 3610, "height": 2110, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.92, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 24.9, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 58.89, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.48, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.79, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.6, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 48.68, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 24.14, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 15.5, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 2.86, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 12.15, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.43, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 13.88, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.72, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 8.33, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.17, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 5.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.43, "heat_loss_area": 77.29, "total_floor_area": 77.29}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Floor Over Garage 1", "storey_height": 2.76, "heat_loss_area": 27.5, "total_floor_area": 101.09}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 364, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 366, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.1, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6292, "water_heating": 2164}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 33, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094029706, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S11 8BP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SHEFFIELD", "built_form": 4, "created_at": "2019-09-19 09:50:39", "living_area": 22.15, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 5.1 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "55 Ecco", "address_line_2": "1, Harrow Street", "assessment_date": "2019-09-19", "assessment_type": "SAP", "completion_date": "2019-09-19", "inspection_date": "2019-09-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 3.12, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500296, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazing", "type": 4, "u_value": 1.36, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 63.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "0.14 External Walls", "total_wall_area": 37.1, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W", "type": "Glazing", "width": 10.73, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "S", "type": "Glazing", "width": 0.91, "height": 2.25, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.68, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 18, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.46, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 15.46, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 2.4, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 27.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.29, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 63.68}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 229, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 229, "currency": "GBP"}, "hot_water_cost_current": {"value": 285, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 285, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1267, "water_heating": 1623}}, "seller_commission_report": "Y", "energy_consumption_current": 142, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 142, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10093317046, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP2 5HQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEMEL HEMPSTEAD", "built_form": 3, "created_at": "2019-07-19 13:31:49", "living_area": 19.24, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17986, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "1 Figtree Hill", "assessment_date": "2019-07-19", "assessment_type": "SAP", "completion_date": "2019-07-19", "inspection_date": "2019-07-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.8, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "window", "type": 4, "u_value": 1.39, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "door", "type": 2, "u_value": 1.39, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "joists", "total_roof_area": 33.45}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "external wall", "total_wall_area": 93.15, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 28.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "window", "type": "window", "width": 1.36, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": "window", "type": "window", "width": 1.36, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "door", "type": "door", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "door", "type": "door", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "window", "type": "window", "width": 1.36, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "window", "type": "window", "width": 1.36, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "window", "type": "window", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.98, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.12, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.22, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.37, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.2, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.3, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 17.3, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.3, "psi_value": -0.059, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6.33, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 6.33, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "ground", "storey_height": 2.3, "heat_loss_area": 33.45, "total_floor_area": 33.45}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 32.2}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2194, "water_heating": 1846}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 2, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094703524, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 6BQ", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-06-19 08:36:39", "living_area": 22.8, "orientation": 8, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.3, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 17 Popworks Building", "address_line_2": "164, Oldham Road", "assessment_date": "2019-06-19", "assessment_type": "SAP", "completion_date": "2019-06-19", "inspection_date": "2019-06-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.58, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500298, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-19", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.5, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 61.7}], "sap_walls": [{"name": "Brickwork", "u_value": 0.16, "wall_type": 2, "total_wall_area": 54.6, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "total_wall_area": 33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 11.9, "location": "Brickwork", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.8, "location": "Brickwork", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 96, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 96, "currency": "GBP"}, "hot_water_cost_current": {"value": 268, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 268, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 458, "water_heating": 1581}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 101, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094317859, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN8 6DW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EDENBRIDGE", "built_form": 2, "created_at": "2019-02-19 11:38:08", "living_area": 18.1, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Donnington Park Close", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.37}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.63}], "sap_walls": [{"name": "Masonary", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 71.39, "is_curtain_walling": "false"}, {"name": "Tile Hung", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.26, "is_curtain_walling": "false"}, {"name": "Timber Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 155.94}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 140, "total_wall_area": 41.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Masonary", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.47, "location": "Masonary", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.76, "location": "Masonary", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "Masonary", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.74, "location": "Tile Hung", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.4, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.98, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.24, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.65, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 16.65, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 12.41, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.24, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10.17, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.17, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 8.17, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.17, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.17, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "kappa_value": 75, "storey_height": 2.385, "heat_loss_area": 34.63, "total_floor_area": 34.63}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 34.63, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1823, "water_heating": 1536}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -12, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093551695, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE16 9FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARKET HARBOROUGH", "built_form": 1, "created_at": "2019-09-12 10:06:26", "living_area": 22.59, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "34, Steeplechase Way", "assessment_date": "2019-09-12", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2019-09-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 138, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 65.98}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "Flat Roof", "kappa_value": 9, "total_roof_area": 8.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 198.12, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 95.88}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 166.9}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 30.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.94, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 11.75, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "LH Glazing", "type": "Glazing", "width": 2.57, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Glazing", "type": "Glazing", "width": 8.02, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Patio Doors", "type": "Patio Doors", "width": 3.8, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "RH Glazing", "type": "Glazing", "width": 1.67, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "LH Patio Doors", "type": "Patio Doors", "width": 5.09, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "LH Bay Windows", "type": "Glazing", "width": 2.33, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "RH Bay Windows", "type": "Glazing", "width": 2.33, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.71, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 18.95, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 50.6, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.05, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.71, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 21.87, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.72, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 19.61, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 25.88, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 25.88, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.55, "heat_loss_area": 74.52, "total_floor_area": 74.52, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 63.67}]}], "heating_cost_current": {"value": 362, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 362, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.2, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5607, "water_heating": 1874}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 48, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094704123, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 2, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M11 2PA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 4, "created_at": "2019-06-12 11:54:07", "living_area": 30, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16839, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.1 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace bungalow", "language_code": 1, "property_type": 1, "address_line_1": "12, Greenside Street", "assessment_date": "2018-07-24", "assessment_type": "SAP", "completion_date": "2019-06-12", "inspection_date": "2019-06-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 54, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-06-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DG units", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Main door", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 54.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 50.26, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 33.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DG units", "type": "DG units", "width": 5.64, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "DG units", "type": "DG units", "width": 5.35, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Main door", "type": "Main door", "width": 2.14, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "DG units", "type": "DG units", "width": 3.33, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.72, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.7, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.35, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.42, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 13.34, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 13.34, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.47, "heat_loss_area": 54.04, "total_floor_area": 54.04}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 197, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 197, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 25, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 275, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2220, "water_heating": 1550}}, "seller_commission_report": "Y", "energy_consumption_current": 113, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 5, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093926527, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM1 7FQ", "data_type": 2, "hot_water": {"description": {"value": "From main system, waste water heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "CHELMSFORD", "built_form": 2, "created_at": "2019-09-12 10:13:21", "living_area": 37.62, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80003, "wwhrs_index_number2": 80004, "rooms_with_bath_and_or_shower": 3, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system2_with_bath": 0, "mixer_showers_with_system1_without_bath": 0, "mixer_showers_with_system2_without_bath": 1}, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17745, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.03, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "93, Petty Croft", "address_line_2": "Broomfield", "assessment_date": "2019-09-12", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2019-09-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 117, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 68.31}, {"name": "Pitched Roof", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.51}, {"name": "Dormer Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.75}], "sap_walls": [{"name": "External Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 94.03, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 18.9, "is_curtain_walling": "false"}, {"name": "Dormer Cheeks", "u_value": 0.26, "wall_type": 2, "kappa_value": 9, "total_wall_area": 0.72, "is_curtain_walling": "false"}, {"name": "Stud Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 203.688}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 48.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.03, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 11.62, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.49, "location": "Dormer Cheeks", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.81, "psi_value": 0.313, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.65, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.92, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.3, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 12.22, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 18.92, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.96, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.11, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0.72, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 2.02, "psi_value": -0.067, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.16, "psi_value": 0.0275, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 9.46, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.46, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": -0.031, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 2.45, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.43, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.67, "heat_loss_area": 46.54, "total_floor_area": 46.54}, {"storey": 1, "u_value": 0.25, "floor_type": 3, "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 23.79, "total_floor_area": 70.33}]}], "heating_cost_current": {"value": 254, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 39, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 111, "environmental_impact_rating": 111}], "co2_emissions_potential": -1.5, "energy_rating_potential": 111, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3252, "water_heating": 2277}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -76, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 111, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093689223, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 6GB", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 4, "created_at": "2019-06-12 14:40:58", "living_area": 31.82, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.27, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 1.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 120 Weavers Quay", "address_line_2": "51, Old Mill Street", "assessment_date": "2018-04-12", "assessment_type": "SAP", "completion_date": "2019-06-12", "inspection_date": "2019-06-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 1.71, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_ducts_index_number": 520006, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DG units", "type": 4, "u_value": 1.2, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 71.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 25.58, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 65.81}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DG units", "type": "DG units", "width": 9.26, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.14, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 10.07, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.54, "heat_loss_area": 0, "total_floor_area": 73.94}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 51, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 51, "currency": "GBP"}, "hot_water_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 287, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9, "water_heating": 1690}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 97, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093966958, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B36 0QJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BIRMINGHAM", "built_form": 1, "created_at": "2019-04-12 12:40:26", "living_area": 25.27, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200003, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "4 Jura Way", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.16, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "Front", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 5, "type": 5, "u_value": 1.7, "data_source": 2, "description": "W4", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 40.78}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 18.14}], "sap_walls": [{"name": "Wall 1", "u_value": 0.29, "wall_type": 2, "description": "External", "total_wall_area": 73.92, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.29, "wall_type": 3, "description": "Garage Wall", "total_wall_area": 13.8, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1, "height": 2.1, "location": "Wall", "orientation": 0}, {"name": 2, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall", "orientation": 8}, {"name": 3, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall", "orientation": 8}, {"name": 4, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall", "orientation": 8}, {"name": 5, "type": 5, "pitch": 45, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 6, "type": 5, "pitch": 45, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": 7, "type": 5, "pitch": 45, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.6, "psi_value": 0.209, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.6, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 11.4, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10.83, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 25.08, "psi_value": 0.29, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 5.41, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.31, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.92, "psi_value": 0.109, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.24, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.34, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.34, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.88, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground", "storey_height": 2.55, "heat_loss_area": 4.61, "total_floor_area": 4.61}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "description": "FOG", "storey_height": 2.26, "heat_loss_area": 50.55, "total_floor_area": 55.16}], "thermal_mass_parameter": 206}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 38, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2791, "water_heating": 1441}}, "seller_commission_report": "Y", "energy_consumption_current": 113, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 9, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093060383, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE1 7GU", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-12 14:38:37", "living_area": 22, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.72, "heat_efficiency": 40.9923477, "heat_source_type": 1, "power_efficiency": 37.60765}, {"fuel_type": 51, "heat_fraction": 0.28, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1211", "address_line_2": "8 Casson Square", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.47, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Dormer Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.33}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 58.58}], "sap_walls": [{"name": "Column", "u_value": 0.201, "wall_type": 2, "kappa_value": 14, "total_wall_area": 4.12, "is_curtain_walling": "false"}, {"name": "Curtain Wall", "u_value": 1.3, "wall_type": 2, "kappa_value": 14, "total_wall_area": 22.27, "is_curtain_walling": "true"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 67.26}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2.87, "height": 1, "location": "Curtain Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.96, "height": 1, "location": "Curtain Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 3.07, "height": 1, "location": "Curtain Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1.96, "height": 1, "location": "Curtain Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 3.07, "height": 1, "location": "Curtain Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 0.92, "height": 1, "location": "Curtain Wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.92, "height": 1, "location": "Curtain Wall", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 2.82, "height": 1, "location": "Curtain Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 135, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 135, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 602, "water_heating": 1914}}, "seller_commission_report": "Y", "energy_consumption_current": 44, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 44, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 202227600, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW10 7GZ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-12 15:55:32", "living_area": 25.18, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 54.6, "heat_source_type": 1, "power_efficiency": 35.6}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 54 Marquess House", "address_line_2": "7, Lakeside Drive", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.38, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.1307, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.16, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.41}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 63.03}], "sap_walls": [{"name": "ext 1", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 21.12, "is_curtain_walling": "false"}, {"name": "Ext col", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 10.7, "is_curtain_walling": "false"}, {"name": "Metal stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 115.91}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 8.45}, {"name": "Pw1", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 40.57}, {"name": "L2", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 16.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 11.04, "location": "ext 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.88, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 9.86, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.54, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 45.43, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 117, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 117, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 76, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 556, "water_heating": 1961}}, "seller_commission_report": "Y", "energy_consumption_current": 33, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 33, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10093536046, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX17 4BL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "CREDITON", "built_form": 2, "created_at": "2019-12-12 12:48:58", "living_area": 20.3, "orientation": 4, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 2, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17512, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, LPG", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "17, Sanders Lea", "address_line_2": "Cheriton Fitzpaine", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Roof Windows", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Doors", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof - Plane", "kappa_value": 9, "total_roof_area": 39.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 90.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 41}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 71.05}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 58.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Front Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Windows", "width": 4.36, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Left", "type": "Windows", "width": 1.32, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "Windows", "width": 4.05, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear French", "type": "French Doors", "width": 1923, "height": 2100, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.75, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.82, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.87, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.87, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.57, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.16, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.16, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.07, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.07, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 39.54, "total_floor_area": 39.54, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 39.54}]}], "heating_cost_current": {"value": 219, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 219, "currency": "GBP"}, "hot_water_cost_current": {"value": 138, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 55, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 80, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2045, "water_heating": 1886}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -7, "environmental_impact_current": 85, "current_energy_efficiency_band": "C", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10024172300, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR4 0ER", "data_type": 2, "hot_water": {"description": "From main system, flue gas heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "PRESTON", "built_form": 2, "created_at": "2019-05-13 19:12:58.000000", "living_area": 15.12, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 24.0, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60015, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17483, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.07, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Greenfield Road", "address_line_2": "Inskip", "assessment_date": "2019-05-12", "assessment_type": "SAP", "completion_date": "2019-05-12", "inspection_date": "2019-05-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 82, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "3 0 w1 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 1 w2 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 2 w4 gab r Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 3 w5 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 4 w6 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 5 w3 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 6 w8 gab R Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 7 w7 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 8 w9 gab left Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 9 ffr dr 1 Brick and block cav wall,", "type": 1, "u_value": 1.0, "data_source": 2, "glazing_type": 1}, {"name": "3 10 dr 2 Brick and block cav wall,", "type": 4, "u_value": 1.2, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "0 Cold pitched roof", "u_value": 0.1, "roof_type": 2, "description": "Cold pitched roof", "kappa_value": 9.0, "total_roof_area": 40.38}, {"name": "1 Warm pitched roof", "u_value": 0.18, "roof_type": 2, "description": "Warm pitched roof", "kappa_value": 9.0, "total_roof_area": 1.18}], "sap_walls": [{"name": "2 Plinth", "u_value": 0.22, "wall_type": 2, "description": "Plinth", "kappa_value": 60.0, "total_wall_area": 9.03, "is_curtain_walling": "false"}, {"name": "3 Brick and block cav wall,", "u_value": 0.25, "wall_type": 2, "description": "Brick and block cav wall,", "kappa_value": 60.0, "total_wall_area": 82.74, "is_curtain_walling": "false"}, {"name": 5, "u_value": 0.0, "wall_type": 4, "kappa_value": 45.0, "total_wall_area": 44.85, "is_curtain_walling": "false"}, {"name": 6, "u_value": 0.0, "wall_type": 5, "kappa_value": 75.0, "total_wall_area": 22.72, "is_curtain_walling": "false"}, {"name": 7, "u_value": 0.0, "wall_type": 5, "kappa_value": 9.0, "total_wall_area": 130.72, "is_curtain_walling": "false"}], "identifier": "EPC Plot 23 - F Catterall - Greenfield Rd Inskip Preston PR4 0ER", "overshading": 2, "sap_openings": [{"name": "3 0 w1 Brick and block cav wall,", "type": "3 0 w1 Brick and block cav wall,", "width": 1.14, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 1 w2 Brick and block cav wall,", "type": "3 1 w2 Brick and block cav wall,", "width": 0.57, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 2 w4 gab r Brick and block cav wall,", "type": "3 2 w4 gab r Brick and block cav wall,", "width": 0.8, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 7}, {"name": "3 3 w5 Brick and block cav wall,", "type": "3 3 w5 Brick and block cav wall,", "width": 1.14, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 4 w6 Brick and block cav wall,", "type": "3 4 w6 Brick and block cav wall,", "width": 0.91, "height": 0.75, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 5 w3 Brick and block cav wall,", "type": "3 5 w3 Brick and block cav wall,", "width": 1.14, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 6 w8 gab R Brick and block cav wall,", "type": "3 6 w8 gab R Brick and block cav wall,", "width": 0.8, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 7}, {"name": "3 7 w7 Brick and block cav wall,", "type": "3 7 w7 Brick and block cav wall,", "width": 1.14, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 8 w9 gab left Brick and block cav wall,", "type": "3 8 w9 gab left Brick and block cav wall,", "width": 0.69, "height": 1.05, "location": "3 Brick and block cav wall,", "orientation": 3}, {"name": "3 9 ffr dr 1 Brick and block cav wall,", "type": "3 9 ffr dr 1 Brick and block cav wall,", "width": 0.91, "height": 2.1, "location": "3 Brick and block cav wall,", "orientation": 5}, {"name": "3 10 dr 2 Brick and block cav wall,", "type": "3 10 dr 2 Brick and block cav wall,", "width": 2.72, "height": 2.1, "location": "3 Brick and block cav wall,", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.53, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 2.0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.83, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.83, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 11.94, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 11.94, "psi_value": 0.03, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.03, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.47, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 8.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "P1"}, {"length": 8.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 110.0, "storey_height": 2.39, "heat_loss_area": 41.22, "total_floor_area": 41.22}, {"storey": 1, "u_value": 0.0, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.62, "heat_loss_area": 0.0, "total_floor_area": 41.22, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 183.05}], "heating_cost_current": 216, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": 59, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": 217, "hot_water_cost_current": 84, "suggested_improvements": [{"sequence": 1, "typical_saving": 37, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": 250, "indicative_cost": "\u00c2\u00a35,000 - \u00c2\u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}, {"sequence": 3, "typical_saving": 517, "indicative_cost": "\u00c2\u00a315,000 - \u00c2\u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 118, "environmental_impact_rating": 118}], "co2_emissions_potential": -1.8, "energy_rating_potential": 118, "lighting_cost_potential": 59, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 47, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2002, "water_heating": 2009}}, "seller_commission_report": "N", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": -129, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 118, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10093034327, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO26 7SD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YORK", "built_form": 2, "created_at": "2019-06-17 16:51:23", "living_area": 10.93, "orientation": 7, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "22, Cowstail Lane", "address_line_2": "Tockwith", "assessment_date": "2019-06-17", "assessment_type": "SAP", "completion_date": "2019-06-17", "inspection_date": "2019-06-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500340, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 11.77}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Sloping", "kappa_value": 9, "total_roof_area": 21.67}, {"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Dormer Plane ceiling", "kappa_value": 9, "total_roof_area": 1.79}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "125mm Cavity", "kappa_value": 52.8, "total_wall_area": 93.98, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Dormer Cheek", "kappa_value": 9, "total_wall_area": 3.68, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.42, "wall_type": 2, "description": "Wall above Wall Plate", "kappa_value": 0, "total_wall_area": 5.97, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 79, "total_wall_area": 52.58}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 61.9}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 58.95}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 35.16}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 942, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 3.96, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear", "type": "Window", "width": 2.4, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "French Door", "width": 1500, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "Left (Optional)", "type": "Window", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 1}, {"name": "Front", "type": "Window", "width": 1200, "height": 1050, "location": "External Wall 2", "orientation": 7}, {"name": "Rear", "type": "Roof Window", "pitch": 40, "width": 550, "height": 978, "location": "Roof 2", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.44, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.05, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.39, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.16, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.94, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.16, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 3.12, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.16, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 2.85, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.2, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 10, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 1.4, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 1.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 7.39, "psi_value": 0.132, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 2.85, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.96, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 8.16, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.15, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 5.23, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 30.16, "total_floor_area": 30.16}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 30.16, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.09, "heat_loss_area": 0, "total_floor_area": 30.16, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2612, "water_heating": 1687}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091032949, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.32 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 25% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "NE63 9HF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHINGTON", "built_form": 1, "created_at": "2019-04-17 15:07:07", "living_area": 15.73, "orientation": 2, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "main_heating_code": 102, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8, Garcia Drive", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 137, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 25}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.8, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.14, "roof_type": 2, "total_roof_area": 76.13}], "sap_walls": [{"name": "External Wall", "u_value": 0.31, "wall_type": 2, "total_wall_area": 158.07, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.46, "wall_type": 2, "total_wall_area": 21.83, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.74, "location": "External Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "External Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.96, "location": "External Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 5.24, "location": "External Wall", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 6.95, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "storey_height": 2.7, "heat_loss_area": 61.03, "total_floor_area": 61.03}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "storey_height": 2.33, "heat_loss_area": 15.1, "total_floor_area": 76.13}]}], "heating_cost_current": {"value": 570, "currency": "GBP"}, "co2_emissions_current": 3.7, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 145, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 628, "currency": "GBP"}, "hot_water_cost_current": {"value": 127, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 55, "currency": "GBP"}, "indicative_cost": "\u00a315", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 73}, {"sequence": 2, "typical_saving": {"value": 50, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 75}, {"sequence": 3, "typical_saving": {"value": 301, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 82}], "co2_emissions_potential": 2.6, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10727, "water_heating": 2571}}, "seller_commission_report": "Y", "energy_consumption_current": 155, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 107, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 27} +{"uprn": 3040080301, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG12 4HL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NOTTINGHAM", "built_form": 4, "created_at": "2019-12-17 13:04:37", "living_area": 14.7, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Bartholomew Close", "address_line_2": "Edwalton", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.6}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 46.06, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 76.44}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.7, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.3, "location": "external", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.3, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.3, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 15.6, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 15.6, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 36.6, "total_floor_area": 36.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 36.6, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 168, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 168, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 91}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 98, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 98, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1362, "water_heating": 1571}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": -14, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093604890, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU13 0GT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HESSLE", "built_form": 1, "created_at": "2019-09-17 13:54:46", "living_area": 18.85, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16398, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.58, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Spicer Croft", "assessment_date": "2019-09-17", "assessment_type": "SAP", "completion_date": "2019-09-17", "inspection_date": "2019-09-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.41, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 214, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 22.07}, {"name": "Plane to FF", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.93}, {"name": "slope", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.64}], "sap_walls": [{"name": "External wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 207.46, "is_curtain_walling": "false"}, {"name": "dormer cheek", "u_value": 0.26, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.1, "is_curtain_walling": "false"}, {"name": "stud wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 9, "total_wall_area": 37.17, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 102.25}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 214.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.97, "location": "External wall", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.97, "location": "External wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.29, "location": "External wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 13.3, "location": "External wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.54, "location": "External wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.5, "location": "External wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.5, "location": "External wall", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 1.89, "location": "dormer cheek", "orientation": 3}, {"name": 9, "type": "Roof windows (1)", "pitch": 30, "width": 0.001, "height": 0, "location": "slope", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.64, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.46, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 46.35, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.97, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 70.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.78, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 28.96, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 8.4, "psi_value": -0.1077, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.62, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 12.68, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 20.55, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 15.101, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 3.45, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.45, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 18.78, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 11.16, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 20.26, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 9, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3794, "heat_loss_area": 82.77, "total_floor_area": 82.77}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.759, "heat_loss_area": 0, "total_floor_area": 81.46, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.37, "heat_loss_area": 0, "total_floor_area": 49.53}]}], "heating_cost_current": {"value": 434, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 112, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 434, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.8, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 112, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 103, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7670, "water_heating": 2252}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 48, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093283693, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH7 2BR", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BUCKLEY", "built_form": 2, "created_at": "2019-01-17 23:54:43", "living_area": 14.17, "orientation": 5, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18122, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18122, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Afallon", "address_line_2": "Nant Mawr Road", "assessment_date": "2019-01-17", "assessment_type": "SAP", "completion_date": "2019-01-17", "inspection_date": "2019-01-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.46, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.44}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat ceiling to pitched roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.898}], "sap_walls": [{"name": "All external walls", "u_value": 0.17, "wall_type": 2, "kappa_value": 150, "total_wall_area": 97.47, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 80.88}, {"name": "FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.66}, {"name": "Between two Semis", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 42.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.364, "height": 2.1, "location": "All external walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 2.1, "location": "All external walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "All external walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 0.9, "height": 1.2, "location": "All external walls", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.607, "height": 2.1, "location": "All external walls", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1, "location": "All external walls", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "All external walls", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 0.63, "height": 1.2, "location": "All external walls", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 0.63, "height": 1.2, "location": "All external walls", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.531, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 9.167, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.3, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.81, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.495, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.1, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.495, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.495, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.495, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 45.898, "total_floor_area": 45.898}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 45.898, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 233, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 233, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3048, "water_heating": 1560}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 15, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 72780720, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS13 4PB", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-08-08 09:02:45", "living_area": 23.67, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 107, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.04, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 17", "address_line_2": "Cubic Apartments", "address_line_3": "533 Stanningly Road", "assessment_date": "2019-06-17", "assessment_type": "SAP", "completion_date": "2019-08-08", "inspection_date": "2019-06-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.35, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500452, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-08", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.85, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "New Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 62.68}], "sap_walls": [{"name": "New Timber Frame Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 9, "total_wall_area": 36.66, "is_curtain_walling": "false"}, {"name": "Separating/Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 31.14}, {"name": "Wall to Heated Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 5.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.81, "location": "New Timber Frame Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.75, "location": "New Timber Frame Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 36.16, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.22, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 16.22, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 2.26, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.52, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.22, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 16.22, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 306, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 306, "currency": "GBP"}, "hot_water_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 269, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1645, "water_heating": 1534}}, "seller_commission_report": "Y", "energy_consumption_current": 144, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 144, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10094327846, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN25 2TN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 3, "created_at": "2019-07-17 09:18:18", "living_area": 13.83, "orientation": 0, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "10, Horta Close", "address_line_2": "Tadpole Garden Village", "assessment_date": "2019-07-17", "assessment_type": "SAP", "completion_date": "2019-07-17", "inspection_date": "2019-07-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.98, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 10, "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Joists", "total_roof_area": 41.61}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Ext wall", "total_wall_area": 91.12, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 43.81}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.25, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 2, "type": 1, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 1, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 1, "width": 1.59, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 1, "width": 1.25, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 1, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 1, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 1, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 10, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.11, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.51, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.1, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.26, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.26, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.78, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.48, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.98, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.98, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.78, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.78, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.39, "heat_loss_area": 41.61, "total_floor_area": 41.61}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 41.61}], "thermal_mass_parameter": 181}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2104, "water_heating": 1646}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": -3, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 100030227151, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S21 2DR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHEFFIELD", "built_form": 1, "created_at": "2019-10-14 14:27:07", "living_area": 33.14, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17933, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.21, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "127, Rotherham Road", "address_line_2": "Killamarsh", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.55, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 280, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 2", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Bay J Roof", "total_roof_area": 1.66}, {"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "Eaves J Roof", "total_roof_area": 35.27}, {"name": "Roof 3", "u_value": 0.1, "roof_type": 2, "description": "Main J Roof", "total_roof_area": 31.27}, {"name": "Roof 4", "u_value": 0.15, "roof_type": 2, "description": "R Roof", "total_roof_area": 45.59}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Do Wall", "total_wall_area": 9.94, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Dw Wall", "total_wall_area": 41.45, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.209, "wall_type": 2, "description": "E Wall", "total_wall_area": 252.47, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.42, "height": 2.13, "location": "External Wall 3", "orientation": 3}, {"name": 2, "type": "Opening Type 2", "width": 0.93, "height": 2.13, "location": "External Wall 3", "orientation": 0}, {"name": 3, "type": "Opening Type 1", "width": 0.42, "height": 2.13, "location": "External Wall 3", "orientation": 3}, {"name": 4, "type": "Opening Type 1", "width": 0.58, "height": 1.25, "location": "External Wall 3", "orientation": 4}, {"name": 5, "type": "Opening Type 1", "width": 1.35, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 6, "type": "Opening Type 1", "width": 0.58, "height": 1.25, "location": "External Wall 3", "orientation": 2}, {"name": 7, "type": "Opening Type 1", "width": 0.58, "height": 1.25, "location": "External Wall 3", "orientation": 4}, {"name": 8, "type": "Opening Type 1", "width": 1.35, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 9, "type": "Opening Type 1", "width": 0.58, "height": 1.25, "location": "External Wall 3", "orientation": 2}, {"name": 10, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 11, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 12, "type": "Opening Type 1", "width": 0.52, "height": 1.2, "location": "External Wall 3", "orientation": 3}, {"name": 13, "type": "Opening Type 1", "width": 0.97, "height": 1.59, "location": "External Wall 3", "orientation": 3}, {"name": 14, "type": "Opening Type 1", "width": 0.52, "height": 1.2, "location": "External Wall 3", "orientation": 3}, {"name": 15, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 16, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 3}, {"name": 17, "type": "Opening Type 1", "width": 1.25, "height": 1.1, "location": "External Wall 1", "orientation": 3}, {"name": 18, "type": "Opening Type 1", "width": 1.25, "height": 1.1, "location": "External Wall 1", "orientation": 3}, {"name": 19, "type": "Opening Type 1", "width": 1.6, "height": 2.1, "location": "External Wall 3", "orientation": 5}, {"name": 20, "type": "Opening Type 1", "width": 0.95, "height": 1.05, "location": "External Wall 3", "orientation": 5}, {"name": 21, "type": "Opening Type 1", "width": 0.95, "height": 1.2, "location": "External Wall 3", "orientation": 5}, {"name": 22, "type": "Opening Type 1", "width": 0.95, "height": 1.2, "location": "External Wall 3", "orientation": 5}, {"name": 23, "type": "Opening Type 1", "width": 0.65, "height": 1.07, "location": "External Wall 3", "orientation": 7}, {"name": 24, "type": "Opening Type 2", "width": 1.03, "height": 2.13, "location": "External Wall 3", "orientation": 0}, {"name": 25, "type": "Opening Type 1", "width": 0.95, "height": 1.1, "location": "External Wall 3", "orientation": 7}, {"name": 26, "type": "Opening Type 1", "width": 0.95, "height": 1.1, "location": "External Wall 3", "orientation": 7}, {"name": 27, "type": "Opening Type 1", "width": 0.65, "height": 1.05, "location": "External Wall 3", "orientation": 7}, {"name": 28, "type": "Opening Type 1", "width": 0.65, "height": 1.05, "location": "External Wall 3", "orientation": 7}, {"name": 29, "type": "Opening Type 1", "width": 0.65, "height": 1.05, "location": "External Wall 3", "orientation": 7}, {"name": 30, "type": "Opening Type 1", "width": 1.2, "height": 1.1, "location": "External Wall 1", "orientation": 7}, {"name": 31, "type": "Opening Type 1", "width": 3.06, "height": 2.1, "location": "External Wall 3", "orientation": 1}, {"name": 32, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 1}, {"name": 33, "type": "Opening Type 1", "width": 0.95, "height": 1.25, "location": "External Wall 3", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 31.24, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 29.28, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 89.76, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 45.9, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 52.45, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 43.92, "psi_value": 0.115, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 37.77, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.59, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.64, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 56.79, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 26.17, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0.43, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 30.97, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 30.49, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "G Floor", "storey_height": 2.4, "heat_loss_area": 106.23, "total_floor_area": 106.23}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 104.58}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.03, "heat_loss_area": 0, "total_floor_area": 69.31}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 548, "currency": "GBP"}, "co2_emissions_current": 3.5, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 131, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 548, "currency": "GBP"}, "hot_water_cost_current": {"value": 111, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 89}], "co2_emissions_potential": 2.6, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 131, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 111, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10256, "water_heating": 2408}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 53, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10090812765, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX11 6GT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DIDCOT", "built_form": 2, "created_at": "2019-11-14 09:48:37", "living_area": 16.71, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "45, Bluebell Lane", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.67, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500416, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 105, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 13.59}, {"name": "Sloping Ceiling", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.17}, {"name": "Exposed Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 10.17}, {"name": "Dormer Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.37}], "sap_walls": [{"name": "Brick", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 102.69, "is_curtain_walling": "false"}, {"name": "Stud Wall to Loft", "u_value": 0.23, "wall_type": 2, "kappa_value": 18, "total_wall_area": 10.12, "is_curtain_walling": "false"}, {"name": "Timber Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 154.98}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 60.47}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Brick", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.35, "location": "Brick", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.55, "location": "Brick", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.22, "location": "Brick", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.63, "location": "Stud Wall to Loft", "orientation": 4}, {"name": 6, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Sloping Ceiling", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.79, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.67, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.98, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 17.98, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 9.58, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.4, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.84, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.84, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 8.4, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.4, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 8.4, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.33, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 1.33, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 3.52, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 38.27, "total_floor_area": 38.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 38.27, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.49, "heat_loss_area": 0, "total_floor_area": 28.1, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 223, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2567, "water_heating": 2110}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 11, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093282690, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH6 5FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FLINT", "built_form": 1, "created_at": "2019-01-14 11:03:46", "living_area": 20.4, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17515, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "23, Rhodfa Caradog", "address_line_2": "Oakenholt", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.81, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 109, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 34, "low_energy_fixed_lighting_outlets_count": 34, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 0.81, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 48.59}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External wall", "total_wall_area": 151, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W3", "type": "Opening Type 2", "width": 2.2, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": "W2", "type": "Opening Type 2", "width": 0.5, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W5", "type": "Opening Type 2", "width": 2.4, "height": 1.4, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 2", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W7", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W8", "type": "Opening Type 2", "width": 0.6, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "W9", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W10", "type": "Opening Type 2", "width": 1.8, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W11", "type": "Opening Type 2", "width": 0.6, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 54.6, "total_floor_area": 54.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 54.6}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 306, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 306, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4739, "water_heating": 1937}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 38, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094168398, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR2 9NG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEREFORD", "built_form": 2, "created_at": "2019-11-14 15:53:47", "living_area": 17.77, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Cheviot Drive", "address_line_2": "Kingstone", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling Level", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.33}], "sap_walls": [{"name": "External Walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 9, "total_wall_area": 127.0836, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 100.7982}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 60.291}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Walls", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.57, "height": 1.3, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (2)", "width": 1.05, "height": 1.22, "location": "External Walls", "orientation": 6}, {"name": 4, "type": "Windows (2)", "width": 1.05, "height": 1.22, "location": "External Walls", "orientation": 6}, {"name": 5, "type": "Windows (2)", "width": 1.02, "height": 1.2, "location": "External Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.58, "height": 2.1, "location": "External Walls", "orientation": 2}, {"name": 7, "type": "Windows (2)", "width": 1.05, "height": 1.15, "location": "External Walls", "orientation": 2}, {"name": 8, "type": "Windows (2)", "width": 1.02, "height": 1.2, "location": "External Walls", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.34, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.76, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.98, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 25.83, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 25.83, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.86, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 9.84, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.84, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 39.33, "total_floor_area": 39.33}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 39.33, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 223, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 223, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2888, "water_heating": 1638}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 8, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093917711, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK11 4DG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-11-14 17:18:24", "living_area": 17.4, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "4, Magnus Grove", "address_line_2": "Fairfields", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 128, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 2.52, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1 Front", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 15, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 16, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D3", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 70.51}, {"name": "Roof 3", "u_value": 0.17, "roof_type": 2, "description": "Grd Flr Bay", "total_roof_area": 4.85}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex", "total_wall_area": 159.13, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.25, "wall_type": 3, "description": "Wall to Garage", "total_wall_area": 21.39, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 2, "type": 1, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 3, "type": 1, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 11, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 12, "type": 1, "width": 3.29, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 13, "type": 1, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 14, "type": 1, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 15, "type": 15, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 16, "type": 16, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.06, "psi_value": 0.137, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.5, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 50.26, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.84, "psi_value": 0.108, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 44.32, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.25, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.87, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.85, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 27.13, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.29, "psi_value": -0.087, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "130mm TE Platinum", "storey_height": 2.33, "heat_loss_area": 57.94, "total_floor_area": 57.94}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Over Garage", "storey_height": 2.64, "heat_loss_area": 19.4, "total_floor_area": 70.51}], "thermal_mass_parameter": 145.2}], "heating_cost_current": {"value": 321, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 93, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 322, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5057, "water_heating": 2129}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 23, "environmental_impact_current": 92, "current_energy_efficiency_band": "A", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10092962876, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW20 0LL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EGHAM", "built_form": 1, "created_at": "2019-11-14 12:18:00", "living_area": 23.22, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16923, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "21 Pembroke Court", "address_line_2": "Marshall Walk", "address_line_3": "Englefield Green", "assessment_date": "2019-11-14", "assessment_type": "SAP", "completion_date": "2019-11-14", "inspection_date": "2019-11-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.44, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500367, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 95.1}], "sap_walls": [{"name": "External walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 150, "total_wall_area": 58.5, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 58.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6.6, "location": "External walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.8, "location": "External walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.2, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 40.9, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 28.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 40.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 180, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 180, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 735, "water_heating": 1975}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 64, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 12191132, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W7 1LR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-02-22 11:36:28", "living_area": 28.6, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "8, Shakespeare Road", "assessment_date": "2019-02-14", "assessment_type": "SAP", "completion_date": "2019-02-22", "inspection_date": "2019-02-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.59, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-22", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.66, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Terrace", "u_value": 0.14, "roof_type": 2, "total_roof_area": 10.2}, {"name": "Exposed", "u_value": 0.11, "roof_type": 2, "total_roof_area": 4.6}], "sap_walls": [{"name": "Ext - 1", "u_value": 0.18, "wall_type": 2, "total_wall_area": 34.7, "is_curtain_walling": "false"}, {"name": "Exp", "u_value": 0.11, "wall_type": 2, "total_wall_area": 16.6, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "total_wall_area": 65.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.022, "height": 2.235, "location": "Ext - 1", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "Ext - 1", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.41, "location": "Ext - 1", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.29, "location": "Ext - 1", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "Ext - 1", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "Ext - 1", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "Ext - 1", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "Ext - 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.74, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.69, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.13, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.81, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.295, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 8.77, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 7.4, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.93, "psi_value": -0.059, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 17.26, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.75, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 26.49, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 21.96, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 4.53, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "storey_height": 2.465, "heat_loss_area": 91.5, "total_floor_area": 91.5}]}], "heating_cost_current": {"value": 176, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 176, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 82, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 928, "water_heating": 1837}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 46, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10035287861, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG14 5HP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NOTTINGHAM", "built_form": 2, "created_at": "2019-06-14 12:18:29", "living_area": 14.81, "orientation": 5, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "79 Kingfisher Road", "address_line_2": "Stoke Bardolph", "address_line_3": "Burton Joyce", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.06, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 36.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 83.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 37.73}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 36.08}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 21.66}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 4.08, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear Glazing", "type": "Glazing", "width": 7.92, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "RH Glazing", "type": "Glazing", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.34, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.61, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.69, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.79, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.71, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.23, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 8.21, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.08, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.75, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.21, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.31, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.21, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 36.66, "total_floor_area": 36.66, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 34.65}]}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 212, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2562, "water_heating": 1554}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 100023120646, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.34 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW8 7AX", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-10-09 16:54:32", "living_area": 13.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 65}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 39 Avenue House", "address_line_2": "Allitsen Road", "assessment_date": "2019-10-09", "assessment_type": "SAP", "completion_date": "2019-10-09", "inspection_date": "2019-10-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 2.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "top floor", "total_roof_area": 52.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.34, "wall_type": 2, "description": "external wall", "total_wall_area": 43.87, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 63.12}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "f1", "type": "Opening Type 1", "width": 1.98, "height": 1.68, "location": "External Wall 1", "orientation": 4}, {"name": "r1", "type": "Opening Type 1", "width": 1.24, "height": 1.76, "location": "External Wall 1", "orientation": 8}, {"name": "s1", "type": "Opening Type 1", "width": 1.16, "height": 1.54, "location": "External Wall 1", "orientation": 2}, {"name": "s2", "type": "Opening Type 1", "width": 0.81, "height": 1.54, "location": "External Wall 1", "orientation": 1}, {"name": "r2", "type": "Opening Type 1", "width": 1.08, "height": 1.54, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 52.4}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 432, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 61, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 432, "currency": "GBP"}, "hot_water_cost_current": {"value": 279, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 61, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 279, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2384, "water_heating": 1592}}, "seller_commission_report": "Y", "energy_consumption_current": 252, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 252, "environmental_impact_current": 65, "current_energy_efficiency_band": "D", "environmental_impact_potential": 65, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10094015455, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE66 3BR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALNWICK", "built_form": 1, "created_at": "2019-07-15 14:21:25", "living_area": 24.28, "orientation": 3, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16187, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.22, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 3, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "26, Townfoot", "address_line_2": "Lesbury", "assessment_date": "2019-07-15", "assessment_type": "SAP", "completion_date": "2019-07-15", "inspection_date": "2019-07-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 1, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 204, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazed Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Solid Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 107.16}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "External Roof 2", "total_roof_area": 23.84}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Main Walls", "total_wall_area": 173.67, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "Sun Room", "total_wall_area": 34.53, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.26, "wall_type": 3, "description": "Sheltered Wall", "total_wall_area": 29.98, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Glazed Door", "width": 1800, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Solid Door", "width": 910, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "D3", "type": "Solid Door", "width": 910, "height": 2100, "location": "External Wall 3", "orientation": 0}, {"name": "East Windows", "type": "Window", "width": 6.32, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "West Windows", "type": "Window", "width": 7.16, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "South Windows", "type": "Window", "width": 1.26, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "North Windows", "type": "Window", "width": 1.37, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "North Glazing", "type": "Window", "width": 14.07, "height": 1, "location": "External Wall 2", "orientation": 1}, {"name": "East Glazing", "type": "Window", "width": 5.63, "height": 1, "location": "External Wall 2", "orientation": 3}, {"name": "South Glazing", "type": "Window", "width": 2.88, "height": 1, "location": "External Wall 2", "orientation": 5}, {"name": "West Glazing", "type": "Window", "width": 11.79, "height": 1, "location": "External Wall 2", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.36, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 13.74, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 54.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 53.46, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 8.39, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.39, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 26.94, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 23.18, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.85, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 9.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 25.85, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 7.85, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 28.18, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.89, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.71, "heat_loss_area": 91.8, "total_floor_area": 107.95}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Heat Loss Floor 2", "storey_height": 2.69, "heat_loss_area": 16.15, "total_floor_area": 95.65}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 623, "currency": "GBP"}, "co2_emissions_current": 3.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 104, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 623, "currency": "GBP"}, "hot_water_cost_current": {"value": 109, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 88}], "co2_emissions_potential": 2.5, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 104, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 109, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 11264, "water_heating": 2373}}, "seller_commission_report": "Y", "energy_consumption_current": 103, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 77, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093487339, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH64 3TU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NESTON", "built_form": 3, "created_at": "2019-05-15 13:15:45", "living_area": 18.15, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "7, George Court", "address_line_2": "Liverpool Road", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.24, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 2, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_count": 27, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 3, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 4, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 5, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 6, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 7, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 8, "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 43.8}], "sap_walls": [{"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main Wall", "total_wall_area": 93.5, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 46.75}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.49, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 3, "width": 1.4, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 4, "width": 1.05, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 5, "width": 1.4, "height": 1.45, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 6, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 7, "width": 1.4, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 8, "width": 1.4, "height": 1.35, "location": "Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.48, "psi_value": 0.43, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.54, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.7, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.125, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.4, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.35, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.35, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 43.8, "total_floor_area": 43.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 43.8}], "thermal_mass_parameter": 201}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2361, "water_heating": 1678}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093569311, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR5 4BS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 4, "created_at": "2019-01-15 23:58:07", "living_area": 15.06, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "3, Rosebay Gardens", "address_line_2": "Higher Walton", "assessment_date": "2019-01-15", "assessment_type": "SAP", "completion_date": "2019-01-15", "inspection_date": "2019-01-15", "sap_ventilation": {"psv_count": 2, "pressure_test": 1, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-15", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.6, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 7", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 35.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Front Elevation", "total_wall_area": 22.28, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Rear Elevation", "total_wall_area": 22.28, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Right Elevation", "total_wall_area": 4.95, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 39.25}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.48, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 2", "orientation": 4}, {"name": "W4", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "D2", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 2", "orientation": 4}, {"name": "D1", "type": "Opening Type 7", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W6", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 2", "orientation": 4}, {"name": "W7", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 2", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.26, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.26, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 9, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0.5, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 4.95, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.95, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.85, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 15.86, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 15.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 35.69, "total_floor_area": 35.69}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 35.69}], "thermal_mass_parameter": 199}], "heating_cost_current": {"value": 179, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 179, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.6, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1856, "water_heating": 1693}}, "seller_commission_report": "Y", "energy_consumption_current": 65, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 51, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 766027980, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP22 6AA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 1, "created_at": "2019-10-16 16:54:35", "living_area": 22.43, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 239, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17485, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.92, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "181a, Aylesbury Road", "address_line_2": "Wendover", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 226, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 0.9, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 0.9, "data_source": 2, "frame_factor": 0.7, "glazing_type": 11, "solar_transmittance": 0.57}, {"name": "Opening Type 9", "type": 5, "u_value": 0.9, "data_source": 2, "frame_factor": 0.7, "glazing_type": 11, "solar_transmittance": 0.57}, {"name": "Opening Type 14", "type": 2, "u_value": 0.9, "data_source": 2, "glazing_type": 11}, {"name": "Opening Type 16", "type": 4, "u_value": 0.9, "data_source": 2, "frame_factor": 0.8, "glazing_type": 8, "solar_transmittance": 0.68}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Roof Dormer", "total_roof_area": 9.97}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Roof Joists", "total_roof_area": 43.09}, {"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "description": "Roof Rafters", "total_roof_area": 50.93}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "DW", "total_wall_area": 9.92, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "EW", "total_wall_area": 235.07, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.28, "wall_type": 2, "description": "PW", "total_wall_area": 18.6, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door |", "type": "Opening Type 1", "width": 1.16, "height": 2.05, "location": "External Wall 2", "orientation": 0}, {"name": "Window |_", "type": "Opening Type 2", "width": 0.58, "height": 2.05, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 0.75, "height": 1.21, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 2.18, "height": 1.28, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 2.18, "height": 1.25, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 0.75, "height": 1.25, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 1.88, "height": 1.25, "location": "External Wall 2", "orientation": 2}, {"name": "Window", "type": "Opening Type 2", "width": 1.15, "height": 1.2, "location": "External Wall 2", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 30, "width": 0.6, "height": 0.9, "location": "Roof 3", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 30, "width": 0.76, "height": 0.76, "location": "Roof 3", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 30, "width": 0.76, "height": 0.76, "location": "Roof 3", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 30, "width": 0.76, "height": 0.76, "location": "Roof 3", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 9", "pitch": 30, "width": 0.6, "height": 0.9, "location": "Roof 3", "orientation": 6}, {"name": "Door", "type": "Opening Type 14", "width": 0.97, "height": 2.14, "location": "External Wall 2", "orientation": 0}, {"name": "Window", "type": "Opening Type 2", "width": 0.71, "height": 1.23, "location": "External Wall 2", "orientation": 8}, {"name": "Door _", "type": "Opening Type 16", "width": 2.65, "height": 2.07, "location": "External Wall 2", "orientation": 8}, {"name": "Door _", "type": "Opening Type 16", "width": 2.78, "height": 2.07, "location": "External Wall 2", "orientation": 6}, {"name": "Door _", "type": "Opening Type 16", "width": 1.09, "height": 2.07, "location": "External Wall 2", "orientation": 6}, {"name": "Door _", "type": "Opening Type 16", "width": 3.63, "height": 2.07, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 2", "width": 1.26, "height": 1.16, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 2", "width": 2.25, "height": 1.2, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 2", "width": 0.76, "height": 1.22, "location": "External Wall 2", "orientation": 6}, {"name": "Window", "type": "Opening Type 2", "width": 1.86, "height": 1.22, "location": "External Wall 2", "orientation": 6}, {"name": "Dormer", "type": "Opening Type 2", "width": 1.59, "height": 1.14, "location": "External Wall 1", "orientation": 6}, {"name": "Dormer", "type": "Opening Type 2", "width": 1.59, "height": 1.14, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 28.59, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.73, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 51.88, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 49.101, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 34.21, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 24.31, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.39, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 5.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 14.11, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 41.74, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 16.52, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 6.66, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 6.66, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 12.72, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 12.37, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 4.27, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 9.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Floor", "storey_height": 2.42, "heat_loss_area": 101.27, "total_floor_area": 101.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 82.62}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.83, "heat_loss_area": 0, "total_floor_area": 42.15}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 424, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 424, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.8, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 110, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 107, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7456, "water_heating": 2325}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 44, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 6729134, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E1 8AS", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-19 17:34:50", "living_area": 28, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 48.2262039, "heat_source_type": 1, "power_efficiency": 30.9737949}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 126", "address_line_2": "85, Royal Mint Street", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.97, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 37, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.26, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 3, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Roof", "u_value": 0, "roof_type": 4, "total_roof_area": 37}], "sap_walls": [{"name": "C.Wall", "u_value": 1.26, "wall_type": 2, "total_wall_area": 12.25, "is_curtain_walling": "true"}, {"name": "Corridor", "u_value": 0.28, "wall_type": 2, "total_wall_area": 15.19, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "total_wall_area": 33.565}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.036, "height": 2.121, "location": "Corridor", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 2.784, "height": 2.45, "location": "C.Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 125, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 32, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 125, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 32, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 561, "water_heating": 1686}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": 84, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093758150, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW16 4DW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-01-15 20:37:41", "living_area": 33.33, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 16", "address_line_2": "1516, London Road", "assessment_date": "2019-01-15", "assessment_type": "SAP", "completion_date": "2019-01-15", "inspection_date": "2019-01-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-15", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.95, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 5", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 82.88}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "Ex Wall", "total_wall_area": 82.96, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.12, "wall_type": 2, "description": "Sh Wall", "total_wall_area": 10.87, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 14.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.47, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": 2, "type": "Opening Type 2", "width": 1.47, "height": 2.5, "location": "External Wall 1", "orientation": 4}, {"name": 3, "type": "Opening Type 1", "width": 1.47, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": 4, "type": "Opening Type 1", "width": 2.03, "height": 2.5, "location": "External Wall 1", "orientation": 2}, {"name": 5, "type": "Opening Type 5", "width": 1.02, "height": 2.16, "location": "External Wall 2", "orientation": 0}, {"name": 6, "type": "Opening Type 2", "width": 1.47, "height": 2.5, "location": "External Wall 1", "orientation": 6}, {"name": 7, "type": "Opening Type 2", "width": 1.02, "height": 2.5, "location": "External Wall 1", "orientation": 6}, {"name": 8, "type": "Opening Type 2", "width": 1.47, "height": 2.5, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.42, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 39.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 60.92, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.06, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 11.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 10.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 82.88}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 181, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 181, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1904, "water_heating": 1788}}, "seller_commission_report": "Y", "energy_consumption_current": 44, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 44, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 2007021956, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S63 0FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROTHERHAM", "built_form": 2, "created_at": "2019-02-15 12:34:35", "living_area": 16.46, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "15, Newland Gardens", "address_line_2": "Thurnscoe", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.7, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.74}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.74}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 10.9}, {"name": "Flat", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.36}, {"name": "Slope", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 17.69}, {"name": "To Stud", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 8.77}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "kappa_value": 76.3, "total_wall_area": 98.25, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0.14, "wall_type": 2, "kappa_value": 9, "total_wall_area": 12.08, "is_curtain_walling": "false"}, {"name": "Dormer", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 6.32, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 56.36}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 93.27}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 39.5}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 52.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.01, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.8, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 5.9, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 1.56, "location": "Dormer", "orientation": 3}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 0.6, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Slope", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.247, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.39, "psi_value": 0.247, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.9, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.91, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.11, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.09, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.79, "psi_value": 0.188, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.08, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.15, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 11.22, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 7.82, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.64, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 2.3, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 7.2, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 5.91, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 1.35, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 9.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 4.85, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 35.58, "total_floor_area": 35.57}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 9, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 35.57, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 9, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 26.48, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 234, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 234, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 278, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3173, "water_heating": 1719}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093716044, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS39 4AR", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 2, "created_at": "2019-04-15 14:25:11", "living_area": 18.3, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5 Kings Court Cottages", "address_line_2": "New Road", "address_line_3": "Pensford", "assessment_date": "2019-04-15", "assessment_type": "SAP", "completion_date": "2019-04-15", "inspection_date": "2019-04-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 96, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-15", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 2.16, "orientation": 3, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.44}, {"name": "Opening Type 9", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.46}, {"name": "Opening Type 10", "type": 1, "u_value": 1.4, "data_source": 4, "glazing_type": 1}, {"name": "Glazed Door", "type": 4, "u_value": 1.6, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.44}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Roof 1", "total_roof_area": 49.88}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Wall 1 External", "total_wall_area": 97.89, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Wall 3 Dormer", "total_wall_area": 3.39, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.37}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.35, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W2", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Opening Type 1", "width": 0.62, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Opening Type 1", "width": 1.2, "height": 1.15, "location": "External Wall 2", "orientation": 3}, {"name": "W5", "type": "Opening Type 1", "width": 0.9, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W6", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W7", "type": "Opening Type 1", "width": 0.9, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "GD1", "type": "Glazed Door", "width": 1.8, "height": 2, "location": "External Wall 1", "orientation": 7}, {"name": "RL1", "type": "Opening Type 9", "pitch": 40, "width": 0.55, "height": 0.98, "location": "Roof 1", "orientation": 3}, {"name": "ED1", "type": "Opening Type 10", "width": 1, "height": 2.05, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.17, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.17, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.2, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.03, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.48, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 11.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 12.43, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.93, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 7.45, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 10.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.96, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 6.28, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 5.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Floor 1", "storey_height": 2.39, "heat_loss_area": 35.67, "total_floor_area": 35.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.58, "heat_loss_area": 0, "total_floor_area": 35.67}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.9, "heat_loss_area": 0, "total_floor_area": 24.4}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 488, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 492, "currency": "GBP"}, "hot_water_cost_current": {"value": 150, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 62, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}], "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 84, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2403, "water_heating": 1756}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 66, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10008351910, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E9 6FU", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-18 10:56:10", "living_area": 23.1, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 62.0, "heat_source_type": 1, "power_efficiency": 30.0}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 90, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}], "hot_water_store_insulation_type": 1, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "22 Wintergreen Court", "address_line_2": "Homerton High Street", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 6, "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External", "total_wall_area": 34.66, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 22.39}, {"name": "Wall 2", "u_value": 0.18, "wall_type": 3, "description": "Stairwell Wall", "total_wall_area": 20.93, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.58, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 2, "type": 1, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 1, "width": 1.58, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 6, "width": 1.02, "height": 2.1, "location": "Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.08, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.06, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 4.7, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 5.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.6, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 5.2, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 50.23}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 122, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 122, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 346, "water_heating": 1555}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 56, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093942103, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WN6 7TD", "data_type": 2, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "WIGAN", "built_form": 2, "created_at": "2019-03-15 11:37:52", "living_area": 32.7, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 4", "address_line_2": "279, Woodhouse Lane", "assessment_date": "2019-03-15", "assessment_type": "SAP", "completion_date": "2019-03-15", "inspection_date": "2019-03-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.85, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 52.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "external cavity", "total_wall_area": 46.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 4.1}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "win", "type": "Opening Type 1", "width": 1.81, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": "win", "type": "Opening Type 1", "width": 1.36, "height": 2.4, "location": "External Wall 1", "orientation": 4}, {"name": "win", "type": "Opening Type 1", "width": 0.7, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.87, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 11.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.3, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.3, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.1, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 10.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 52.6, "total_floor_area": 52.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 173, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1100, "water_heating": 1019}}, "seller_commission_report": "Y", "energy_consumption_current": 140, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 140, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10007272793, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE10 0ZD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNE", "built_form": 3, "created_at": "2019-11-15 14:49:19", "living_area": 32.4, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "69, Lingfield Park", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 43.15}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 110.63, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 26.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": 3, "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": 4, "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": 5, "type": "Opening Type 2", "width": 1.35, "height": 2.1, "location": "External Wall 1", "orientation": 6}, {"name": 6, "type": "Opening Type 2", "width": 0.49, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": 7, "type": "Opening Type 2", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": 8, "type": "Opening Type 2", "width": 1.34, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": 9, "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": 10, "type": "Opening Type 2", "width": 1.34, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": 11, "type": "Opening Type 2", "width": 1.35, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": 12, "type": "Opening Type 2", "width": 1.35, "height": 1.2, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.47, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.47, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.3, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 21.95, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.95, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.75, "psi_value": 0.117, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.2, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15.12, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.04, "psi_value": -0.078, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.08, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 5.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.109, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 43.15, "total_floor_area": 43.15}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 43.15}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3000, "water_heating": 1809}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 14, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 766354930, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP22 4FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 2, "created_at": "2019-10-22 13:18:42", "living_area": 34.49, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "19, Elm Leys", "address_line_2": "Wingrave", "assessment_date": "2019-10-22", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.43, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Glazed doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Half glazed doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold roof", "total_roof_area": 44.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Brick wall", "total_wall_area": 94.35, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 46.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Half glazed doors", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Windows", "width": 3.02, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Side window", "type": "Windows", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 8}, {"name": "Rear windows", "type": "Windows", "width": 3.71, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear door", "type": "Glazed doors", "width": 1200, "height": 2100, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.68, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.47, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.87, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.87, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.27, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.27, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.4, "heat_loss_area": 44.5, "total_floor_area": 44.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 44.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2344, "water_heating": 1680}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 4, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091132022, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S3 8AZ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SHEFFIELD", "built_form": 4, "created_at": "2019-10-03 10:15:41", "living_area": 33.75, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 0.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "3, Lizzie Lane", "assessment_date": "2019-02-27", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 0.56, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500480, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 0.8, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 0.85, "data_source": 2, "frame_factor": 0.71, "glazing_type": 11, "solar_transmittance": 0.53}, {"name": "Rooflight", "type": 5, "u_value": 0.85, "data_source": 2, "frame_factor": 0.71, "glazing_type": 11, "solar_transmittance": 0.53}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Slope", "total_roof_area": 45.39}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "Terrace", "total_roof_area": 6.54}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.12, "wall_type": 2, "description": "Brick / SIP", "total_wall_area": 36.21, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.13, "wall_type": 2, "description": "Board & Render/ Cladding", "total_wall_area": 40.39, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.13, "wall_type": 3, "description": "SIP/Garage", "total_wall_area": 27.67, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.12, "wall_type": 3, "description": "Garage/Party", "total_wall_area": 4.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 159.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 2.11, "height": 1, "location": "External Wall 3", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 10.51, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 4", "type": "Window", "width": 14.18, "height": 1, "location": "External Wall 2", "orientation": 3}, {"name": "Opening 4", "type": "Rooflight", "pitch": 40, "width": 0.65, "height": 1, "location": "Roof 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.28, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 4.95, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 35.26, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 11.75, "psi_value": 0.125, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.24, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 9.97, "psi_value": -0.055, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 13.98, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 4.12, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 10.14, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 4.12, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 5.55, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.78, "psi_value": -0.041, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 34.61, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.55, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 4.86, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 41.92, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 13.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 3.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 8.42, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 8.42, "psi_value": -0.021, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 8.42, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "GF", "storey_height": 2.78, "heat_loss_area": 11.53, "total_floor_area": 11.53}, {"storey": 1, "u_value": 0.11, "floor_type": 3, "description": "Floor over garage", "storey_height": 2.46, "heat_loss_area": 29.78, "total_floor_area": 41.31}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 41.31}, {"storey": 3, "u_value": 0, "floor_type": 3, "storey_height": 3.94, "heat_loss_area": 0, "total_floor_area": 34.77}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 416, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 420, "currency": "GBP"}, "hot_water_cost_current": {"value": 341, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 169, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 288, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.1, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 168, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1830, "water_heating": 1943}}, "seller_commission_report": "Y", "energy_consumption_current": 114, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 52, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 72763868, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS11 9EP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 4, "created_at": "2019-10-23 10:47:00", "living_area": 24.67, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "323 Daniels House", "address_line_2": "Sweet Street", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.03, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.28, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.49}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Ext Wall", "total_wall_area": 23.08, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w07 Bed 1", "type": "Opening Type 1", "width": 0.91, "height": 2.22, "location": "External Wall 1", "orientation": 4}, {"name": "w01 Living", "type": "Opening Type 1", "width": 2.02, "height": 2.22, "location": "External Wall 1", "orientation": 4}, {"name": "w07 Bed 2", "type": "Opening Type 1", "width": 1.01, "height": 2.22, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 59.7}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 60, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 60, "currency": "GBP"}, "hot_water_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 264, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 303, "water_heating": 1505}}, "seller_commission_report": "Y", "energy_consumption_current": 109, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 109, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094609263, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N7 6QA", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "created_at": "2019-10-23 16:53:07.000000", "living_area": 27.18, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 145.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 693, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "is_interlocked_system": "false", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1a", "address_line_2": "448 Holloway Road", "assessment_date": "2019-10-22", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15.0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "0 0 As Per Spec Existing Wall", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "0 1 As Per Spec Existing Wall", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "0 2 As per spec Existing Wall", "type": 1, "u_value": 1.8, "data_source": 4, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 3, "u_value": 0.0, "roof_type": 4, "kappa_value": 20.0, "total_roof_area": 75.1}], "sap_walls": [{"name": "0 Existing Wall", "u_value": 0.27, "wall_type": 2, "description": "Existing Wall", "kappa_value": 9.0, "total_wall_area": 49.32, "is_curtain_walling": "false"}, {"name": "1 Party wall", "u_value": 0.0, "wall_type": 4, "description": "Party wall", "kappa_value": 70.0, "total_wall_area": 65.7, "is_curtain_walling": "false"}], "identifier": "Flat 1A", "overshading": 2, "sap_openings": [{"name": "0 0 As Per Spec Existing Wall", "type": "0 0 As Per Spec Existing Wall", "width": 5.8, "height": 1.0, "location": "0 Existing Wall", "orientation": 2}, {"name": "0 1 As Per Spec Existing Wall", "type": "0 1 As Per Spec Existing Wall", "width": 1.2, "height": 1.0, "location": "0 Existing Wall", "orientation": 6}, {"name": "0 2 As per spec Existing Wall", "type": "0 2 As per spec Existing Wall", "width": 2.5, "height": 1.0, "location": "0 Existing Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.0, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.54, "heat_loss_area": 0.0, "total_floor_area": 75.1, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 317, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 71, "lighting_cost_current": 68, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 317, "hot_water_cost_current": 300, "co2_emissions_potential": 2.0, "energy_rating_potential": 71, "lighting_cost_potential": 68, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 300, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1806, "water_heating": 1710}}, "seller_commission_report": "N", "energy_consumption_current": 160, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 160, "environmental_impact_current": 74, "current_energy_efficiency_band": "C", "environmental_impact_potential": 74, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 27, "additional_allowable_electricity_generation": 0.0} +{"uprn": 2630192019, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP20 9FA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLESTON", "built_form": 2, "created_at": "2019-10-24 12:36:23", "living_area": 18.28, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "underfloor_heat_emitter_type": 2, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.15, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "19, Kestrel Close", "assessment_date": "2018-04-18", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 132, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 5}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 50.09}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 150.07, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 43.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 6.27, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 3", "type": "Opening Type 2", "width": 8.36, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 4", "type": "Opening Type 3", "pitch": 40, "width": 1.92, "height": 1, "location": "Roof 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.73, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.58, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 37.21, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11.09, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.03, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 15.62, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 15.62, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.03, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.03, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.03, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 1.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.7, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.52, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.43, "heat_loss_area": 49.02, "total_floor_area": 49.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 50.09}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 32.59}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 284, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 91, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 285, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 91, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4349, "water_heating": 2122}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 26, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094338113, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH13 7HH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "POOLE", "built_form": 2, "created_at": "2019-11-13 10:30:21", "living_area": 55.51, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17762, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 5 The Residence", "address_line_2": "8c, Martello Road South", "assessment_date": "2019-11-13", "assessment_type": "SAP", "completion_date": "2019-11-13", "inspection_date": "2019-11-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.68, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 142, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Sheltered Door", "type": 3, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 73.9}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 67.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Exposed", "total_wall_area": 87.39, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 3, "description": "Sheltered", "total_wall_area": 35.61, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "E Shelt Door", "type": "Sheltered Door", "width": 2, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "W Windows", "type": "Windows", "width": 15.07, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "N Windows", "type": "Windows", "width": 19.02, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.5, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.3, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 41, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 24, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 18, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 12, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 12.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 2.9, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 141.67}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 295, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 295, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4568, "water_heating": 2229}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 77, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10070926468, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BL6 6GJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOLTON", "built_form": 2, "created_at": "2019-12-19 12:02:59", "living_area": 20.9, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "18, Brinscall Close", "address_line_2": "Horwich", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.56, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "main", "total_roof_area": 38.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Wall 1", "total_wall_area": 100, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "door", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "win", "type": "Opening Type 2", "width": 1.6, "height": 1.4, "location": "External Wall 1", "orientation": 7}, {"name": "win", "type": "Opening Type 2", "width": 1.6, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "win", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "win", "type": "Opening Type 2", "width": 0.4, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "rear", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "rear", "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "rear", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "rear", "type": "Opening Type 2", "width": 1.2, "height": 2.1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.5, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.5, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.4, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.8, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.8, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.5, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 10.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 10.5, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 38.3, "total_floor_area": 38.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 38.3}], "thermal_mass_parameter": 187.2}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.3, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2675, "water_heating": 1745}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 17, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094941134, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.60 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW8 9GT", "data_type": 2, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "BRENTFORD", "built_form": 1, "created_at": "2019-12-17 15:18:06", "living_area": 35, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 524, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2506, "main_heating_category": 5, "main_heating_fraction": 1, "central_heating_pump_age": 0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump fan coil units, electric", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 146 Apt Parkview", "address_line_2": "Great West Road", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500502, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 2.8, "frame_type": 7, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Exposed Wall", "u_value": 0.6, "wall_type": 2, "kappa_value": 190, "total_wall_area": 33.64, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 24.7, "location": "Exposed Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 370, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 67, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 370, "currency": "GBP"}, "hot_water_cost_current": {"value": 184, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 67, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 184, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3279, "water_heating": 1047}}, "seller_commission_report": "Y", "energy_consumption_current": 208, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 208, "environmental_impact_current": 70, "current_energy_efficiency_band": "D", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 35} +{"uprn": 40084703, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L33 0YJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 1, "created_at": "2019-12-24 09:43:20", "living_area": 26.78, "orientation": 7, "region_code": 9, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "23 The Maples", "address_line_2": "Ashfield Crescent", "assessment_date": "2019-12-24", "assessment_type": "SAP", "completion_date": "2019-12-24", "inspection_date": "2019-12-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.69, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500401, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 65, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-24", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.015, "orientation": "ND", "overshading": 1, "pv_connection": 1}, {"pitch": 1, "peak_power": 0.015, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.67, "glazing_type": 3, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 64.82}], "sap_walls": [{"name": "Ext. Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 14, "total_wall_area": 34.733, "is_curtain_walling": "false"}, {"name": "Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 147.495}, {"name": "Corridor", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 35.924}, {"name": "Apt", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 41.525}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.81, "height": 2.1, "location": "Ext. Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 2.1, "location": "Ext. Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.36, "height": 2.1, "location": "Ext. Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.27, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 10.79, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 10.79, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.219, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 3.219, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 3.219, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 3.219, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 4.08, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.78, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 11.16, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.12, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 64.82, "total_floor_area": 64.82}]}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 100, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 987, "water_heating": 1979}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 81, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094176121, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR10 2AH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 3}, "post_town": "PERSHORE", "built_form": 1, "created_at": "2019-05-01 14:46:09", "living_area": 158.25, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 220, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "true", "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 100111, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Air source heat pump, Systems with radiators, electric", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "The White Barn", "address_line_2": "Brickyard Lane", "address_line_3": "Drakes Broughton", "assessment_date": "2017-11-21", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2017-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 7, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 331, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "sloping roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 206}, {"name": "semi exp roof to void", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.5}], "sap_walls": [{"name": "Render wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 205.65, "is_curtain_walling": "false"}, {"name": "Slate wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 51.92, "is_curtain_walling": "false"}, {"name": "Stud to loft", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 14.39, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.87, "location": "Slate wall", "orientation": 3}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Render wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.49, "location": "Render wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.3, "location": "Slate wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 41.39, "location": "Render wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 17.51, "location": "Render wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 4.75, "location": "Slate wall", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 5.86, "location": "Render wall", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 6.6, "location": "Slate wall", "orientation": 7}, {"name": 10, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 7}, {"name": 11, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "sloping roof", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.75, "heat_loss_area": 217, "total_floor_area": 217}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.44, "heat_loss_area": 0, "total_floor_area": 114.23}]}], "heating_cost_current": {"value": 1341, "currency": "GBP"}, "co2_emissions_current": 5.6, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 129, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1341, "currency": "GBP"}, "hot_water_cost_current": {"value": 358, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 137, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 78}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 79, "environmental_impact_rating": 81}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}], "co2_emissions_potential": 2.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 129, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 220, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 23847, "water_heating": 2421}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 42, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10012141826, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO15 5FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FAREHAM", "built_form": 1, "created_at": "2019-10-15 12:18:34", "living_area": 31.0376, "orientation": 6, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16922, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "63, Friary Meadow", "assessment_date": "2019-10-15", "assessment_type": "SAP", "completion_date": "2019-10-15", "inspection_date": "2019-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.46, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500298, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched roof (joists)", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 75.4606}, {"name": "Pitched roof (rafters)", "u_value": 0.19, "roof_type": 2, "kappa_value": 9, "total_roof_area": 18.0726}], "sap_walls": [{"name": "External walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 4.6902, "is_curtain_walling": "false"}, {"name": "Roof void wall - External", "u_value": 0.1368, "wall_type": 2, "kappa_value": 9, "total_wall_area": 18.3842, "is_curtain_walling": "false"}, {"name": "Dormer Front", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 20.4604, "is_curtain_walling": "false"}, {"name": "Dormer Cheek", "u_value": 0.28, "wall_type": 2, "kappa_value": 9, "total_wall_area": 19.3739, "is_curtain_walling": "false"}, {"name": "Roof void wall - Dormer", "u_value": 0.1368, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.1653, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 5.072, "location": "Dormer Front", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.179, "location": "Dormer Front", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.064, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 22.128, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 22.852, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 1.606, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.192, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 14.399, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 2.985, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 17.549, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 15.925, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.784, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 1.743, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 10.355, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 31.971, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 25.205, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}, {"length": 6.155, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 6.155, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 12, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 3.565, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 3, "kappa_value": 20, "storey_height": 2.4851, "heat_loss_area": 6.5983, "total_floor_area": 92.9592}]}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1045, "water_heating": 1987}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 67, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 5870128598, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SM1 4AF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SUTTON", "built_form": 2, "created_at": "2019-10-24 13:45:27", "living_area": 20.75, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17973, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 21", "address_line_2": "Windsor House", "address_line_3": "Throwley Way", "assessment_date": "2019-10-24", "assessment_type": "SAP", "completion_date": "2019-10-24", "inspection_date": "2019-10-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-24", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.6, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 51.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall", "total_wall_area": 27.75, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 14.88, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 49.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.98, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.6, "height": 2.2, "location": "External Wall 1", "orientation": 6}, {"name": 3, "type": "Opening Type 2", "width": 1.2, "height": 1.3, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.78, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 11.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 6.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.9, "psi_value": 0.11, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 2.5, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 38.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 51.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 124, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 124, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 517, "water_heating": 1643}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 52, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10091466699, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA9 1FN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWANSEA", "built_form": 2, "created_at": "2019-10-18 14:16:52", "living_area": 14.4, "orientation": 4, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "16, Heol Mai", "address_line_2": "Lower Cwmtwrch", "assessment_date": "2019-10-18", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 1, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.54}], "sap_walls": [{"name": "External Wall", "u_value": 0.17, "wall_type": 2, "kappa_value": 9, "total_wall_area": 100.953, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 52.567}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Door (2)", "width": 1.01, "height": 2.1, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.36, "height": 1.575, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 0.573, "height": 1.05, "location": "External Wall", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1.36, "height": 1.2, "location": "External Wall", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 0.623, "height": 1.05, "location": "External Wall", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 0.623, "height": 1.2, "location": "External Wall", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.36, "height": 1.05, "location": "External Wall", "orientation": 8}, {"name": 9, "type": "Windows (1)", "width": 0.573, "height": 1.05, "location": "External Wall", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 1.36, "height": 1.2, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.329, "psi_value": 0.121, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.309, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.15, "psi_value": 0.0328, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.904, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.904, "psi_value": 0.0574, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.561, "psi_value": 0.0464, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.343, "psi_value": 0.1006, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15.216, "psi_value": 0.0179, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.072, "psi_value": 0.0329, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.364, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.364, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 10.364, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.364, "psi_value": 0.0132, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 47.54, "total_floor_area": 47.54}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.672, "heat_loss_area": 0, "total_floor_area": 47.54}]}], "heating_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3177, "water_heating": 1709}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 19, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093757313, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR5 3JX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COULSDON", "built_form": 1, "created_at": "2019-10-31 14:52:12", "living_area": 19.59, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.9, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Charles Howell Drive", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.1, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.41, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof - Ceiling ins", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 59.78}, {"name": "Flat roof", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.45}], "sap_walls": [{"name": "External Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 208.96, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.43, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 14.17, "location": "External Wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 14.08, "location": "External Wall", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 9.5, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 26.6, "psi_value": 0.195, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 20.78, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 68.92, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 38.45, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.75, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 21.44, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 14.3, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 6.33, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 33.79, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 11.12, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 62.23, "total_floor_area": 62.226}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3.17, "heat_loss_area": 0, "total_floor_area": 59.776}]}], "heating_cost_current": {"value": 331, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 332, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.3, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4908, "water_heating": 2259}}, "seller_commission_report": "Y", "energy_consumption_current": 72, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 59, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093775570, "roofs": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX44 7JP", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OXFORD", "built_form": 1, "created_at": "2019-11-26 09:41:47", "living_area": 39.32, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10320, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "The Old Nursery School", "address_line_2": "Back Way", "address_line_3": "Great Haseley", "assessment_date": "2019-11-26", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 228, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Post 2002 Roof Window", "type": 5, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Post 2002 Window", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 4, "isargonfilled": "true", "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "xtn flat", "total_roof_area": 58.45}, {"name": "Roof 2", "u_value": 0.26, "roof_type": 2, "description": "existing slope", "total_roof_area": 178.15}, {"name": "Roof 3", "u_value": 0.26, "roof_type": 2, "description": "existing flat", "total_roof_area": 43.83}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "Xtn Walls", "total_wall_area": 114.69, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.35, "wall_type": 2, "description": "Existing Walls", "total_wall_area": 209.79, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 1.8, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "Post 2002 Window", "width": 11.21, "height": 1, "location": "External Wall 2", "orientation": 1}, {"name": "Opening 3", "type": "Post 2002 Window", "width": 9.91, "height": 1, "location": "External Wall 2", "orientation": 5}, {"name": "Opening 4", "type": "Post 2002 Window", "width": 13.53, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 5", "type": "Post 2002 Window", "width": 5.29, "height": 1, "location": "External Wall 2", "orientation": 7}, {"name": "Opening 6", "type": "Post 2002 Roof Window", "pitch": 45, "width": 0.79, "height": 1, "location": "Roof 2", "orientation": 7}, {"name": "Opening 7", "type": "Door", "width": 1.8, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 8", "type": "Post 2002 Window", "width": 6.86, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 9", "type": "Door", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 10", "type": "Post 2002 Window", "width": 7.49, "height": 1, "location": "External Wall 2", "orientation": 3}, {"name": "Opening 11", "type": "Post 2002 Window", "width": 4.52, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Existing", "storey_height": 3.75, "heat_loss_area": 169.8, "total_floor_area": 228.25}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 1231, "currency": "GBP"}, "co2_emissions_current": 7.1, "energy_rating_average": 60, "energy_rating_current": 70, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1231, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 66}], "co2_emissions_potential": 6.2, "energy_rating_potential": 75, "lighting_cost_potential": {"value": 110, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 103, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 25869, "water_heating": 2257}}, "seller_commission_report": "Y", "energy_consumption_current": 177, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 152, "environmental_impact_current": 62, "current_energy_efficiency_band": "C", "environmental_impact_potential": 66, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 31} +{"uprn": 10094194905, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M5 5AA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-10-11 11:56:09", "living_area": 24, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16839, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 29 Tenterfields View", "address_line_2": "185, Weaste Lane", "assessment_date": "2019-10-09", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.36, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.67}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 20.5, "is_curtain_walling": "false"}, {"name": "Wall (corridor)", "u_value": 0.32, "wall_type": 2, "kappa_value": 150, "total_wall_area": 20.5, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 33.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Wall (corridor)", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.55, "location": "Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.97, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 33.52, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 27.36, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 129, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 129, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 631, "water_heating": 1582}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 73, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093430824, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS21 2JP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKTON-ON-TEES", "built_form": 1, "created_at": "2019-11-05 09:17:15", "living_area": 18.08, "orientation": 8, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16835, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.8, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.4 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "26, Farrier Close", "address_line_2": "Sedgefield", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-05", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 6, "air_permeability": 4.43, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 5, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 177, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Lights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Garage Door", "type": 1, "u_value": 1.31, "data_source": 2, "glazing_type": 1}, {"name": "Glazed Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Plane", "kappa_value": 9, "total_roof_area": 104.16}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Brick cavity wall", "kappa_value": 65.16, "total_wall_area": 70.33, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Garage", "kappa_value": 69, "total_wall_area": 19.88, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Render", "kappa_value": 65.16, "total_wall_area": 124.7, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 259.16}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 69, "total_wall_area": 49.63}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 63.53, "total_wall_area": 7.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 8.55, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 5", "type": "Window", "width": 16.87, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 6", "type": "Opening Type 1", "width": 0.73, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 7", "type": "Garage Door", "width": 1.94, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 6", "type": "Window", "width": 1.85, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 7", "type": "Glazed Door", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.93, "psi_value": 0.214, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.76, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.59, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.8, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 43.23, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.41, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 9.41, "psi_value": 0.102, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 31.09, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 31.61, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 23.24, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30.39, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.79, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Beam and block", "kappa_value": 18, "storey_height": 2.32, "heat_loss_area": 82.96, "total_floor_area": 82.96, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "description": "Heat Loss Floor 2", "kappa_value": 20, "storey_height": 2.83, "heat_loss_area": 22.96, "total_floor_area": 94.02}]}], "heating_cost_current": {"value": 447, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 101, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 449, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.6, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 101, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7798, "water_heating": 2277}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 51, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094429351, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 7BF", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 4, "created_at": "2019-12-18 09:29:33", "living_area": 22.41, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.03, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 20 Loom Building", "address_line_2": "1, Harrison Street", "assessment_date": "2019-08-12", "assessment_type": "SAP", "completion_date": "2019-12-18", "inspection_date": "2019-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.7, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500499, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-18", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.17, "orientation": 4, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.43, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 44.58}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 18.09, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 18.09}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 43.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "nw windows", "type": "windows", "width": 2.93, "height": 2.4, "location": "External Wall 1", "orientation": 8}, {"name": "nw windows", "type": "windows", "width": 1.14, "height": 1.13, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.07, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.07, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 7.06, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 6.07, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 6.07, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.92, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 20.75, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 20.75, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Heat Loss Floor 1", "storey_height": 2.98, "heat_loss_area": 44.58, "total_floor_area": 44.58}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 139, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 139, "currency": "GBP"}, "hot_water_cost_current": {"value": 235, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 79, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 235, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 684, "water_heating": 1336}}, "seller_commission_report": "Y", "energy_consumption_current": 152, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 152, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE1 7GY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-21 15:51:54", "living_area": 41.6, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.72, "heat_efficiency": 40.9923477, "heat_source_type": 1, "power_efficiency": 37.60765}, {"fuel_type": 51, "heat_fraction": 0.28, "heat_efficiency": 95.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1504", "address_line_2": "30 Casson Square", "assessment_date": "2019-10-21", "assessment_type": "SAP", "completion_date": "2019-10-21", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.63, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-21", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.0491, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 91.49}], "sap_walls": [{"name": "Curtain Wall", "u_value": 1.2, "wall_type": 2, "kappa_value": 14, "total_wall_area": 39.08, "is_curtain_walling": "true"}, {"name": "Column Wall", "u_value": 0.201, "wall_type": 2, "kappa_value": 14, "total_wall_area": 18.45, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 57.53}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 6.08, "height": 1, "location": "Curtain Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 7.53, "height": 1, "location": "Curtain Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 6.68, "height": 1, "location": "Curtain Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 7.5, "height": 1, "location": "Curtain Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 6.75, "height": 1, "location": "Curtain Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 168, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 168, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1074, "water_heating": 2178}}, "seller_commission_report": "Y", "energy_consumption_current": 37, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 37, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093015245, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK7 1GE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKPORT", "built_form": 1, "created_at": "2019-12-06 15:58:04", "living_area": 17.51, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Ringway Avenue", "address_line_2": "Woodford", "assessment_date": "2019-12-06", "assessment_type": "SAP", "completion_date": "2019-12-06", "inspection_date": "2019-12-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.98, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-06", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.1, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Door (2)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.98}, {"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.93}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 161.22, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.36, "wall_type": 2, "kappa_value": 9, "total_wall_area": 22.7, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 190.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.69, "location": "Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.14, "location": "Walls", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.51, "location": "Walls", "orientation": 8}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 6.85, "location": "Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.46, "psi_value": 0.234, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.63, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.44, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.56, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 36.56, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 32.63, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.16, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.45, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 23.21, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.64, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.05, "psi_value": -0.082, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 7.78, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E20"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.82, "heat_loss_area": 51.06, "total_floor_area": 51.06}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "kappa_value": 18, "storey_height": 2.38, "heat_loss_area": 14.49, "total_floor_area": 66.62}]}], "heating_cost_current": {"value": 292, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 293, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.2, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4394, "water_heating": 2127}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 56, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093128676, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX14 3FE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HONITON", "built_form": 1, "created_at": "2019-12-02 17:07:21", "living_area": 20.57, "orientation": 3, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "24, Meadow Acre Road", "address_line_2": "Gittisham", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-02", "inspection_date": "2019-12-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.22, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 56, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door To Corridor", "type": 3, "u_value": 1.31, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 52.58}, {"name": "Roof 2", "u_value": 0.24, "roof_type": 2, "description": "Sloping Ceiling", "kappa_value": 9, "total_roof_area": 4.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm Supafil 034", "kappa_value": 60, "total_wall_area": 57.14, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "E-WM-28 to Corridor", "kappa_value": 110, "total_wall_area": 18.87, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 105.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door To Corridor", "width": 1010, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "RHS", "type": "Window", "width": 1023, "height": 1200, "location": "External Wall 1", "orientation": 1}, {"name": "LHS", "type": "Window", "width": 3.17, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "RHS", "type": "Roof Window", "pitch": 40, "width": 750, "height": 900, "location": "Roof 2", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.01, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.44, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 6.73, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.41, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 8.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 11.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.37, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.1, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0.61, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.66, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.99, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.57, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0.75, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.75, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 15.59, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 3.75, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 70, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 56.14}]}], "heating_cost_current": {"value": 171, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 171, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1603, "water_heating": 1401}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 93, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10012872982, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN24 9FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHFORD", "built_form": 2, "created_at": "2019-10-30 17:29:54", "living_area": 14.9, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Leveret Lane", "address_line_2": "Kennington", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 104, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Plane", "kappa_value": 9, "total_roof_area": 59.74}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Brick", "kappa_value": 9, "total_wall_area": 65.11, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Board", "kappa_value": 9, "total_wall_area": 77.71, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 13.2}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 100}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 2.14, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 2.47, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 6", "type": "Window", "width": 6.53, "height": 1, "location": "External Wall 2", "orientation": 4}, {"name": "Opening 4", "type": "Window", "width": 0.96, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 5", "type": "Window", "width": 4.76, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 6", "type": "Window", "width": 2.59, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "Opening 7", "type": "Window", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 8", "type": "Window", "width": 0.72, "height": 1, "location": "External Wall 2", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.66, "psi_value": 0.147, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.34, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 6.34, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.2, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.13, "psi_value": 0.102, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 6.52, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 4.87, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 22.26, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 18.59, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.19, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 17.7, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.4, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 4.87, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 4.87, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "GF", "kappa_value": 78, "storey_height": 2.4, "heat_loss_area": 43.86, "total_floor_area": 43.86, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 59.74}]}], "heating_cost_current": {"value": 266, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 266, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 335, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3915, "water_heating": 1739}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 20, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094268528, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE4 2SF", "data_type": 4, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-23 17:10:00", "living_area": 20.1251, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17591, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "274, Brockley Road", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof", "u_value": 0.132, "roof_type": 2, "kappa_value": 9, "total_roof_area": 71.57}], "sap_walls": [{"name": "Ext wall", "u_value": 0.285, "wall_type": 2, "kappa_value": 135, "total_wall_area": 76.23, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.916, "height": 2.172, "location": "Ext wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 0.9, "height": 1.46, "location": "Ext wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1.16, "height": 1.609, "location": "Ext wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1.16, "height": 1.609, "location": "Ext wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.093, "height": 1.586, "location": "Ext wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.093, "height": 1.586, "location": "Ext wall", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.7, "height": 1.51, "location": "Ext wall", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.51, "location": "Ext wall", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 2.967, "height": 2.325, "location": "Ext wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 296, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 296, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4500, "water_heating": 1876}}, "seller_commission_report": "Y", "energy_consumption_current": 136, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 136, "environmental_impact_current": 75, "current_energy_efficiency_band": "C", "environmental_impact_potential": 75, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10070019120, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BR2 0BE", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BROMLEY", "built_form": 1, "created_at": "2019-10-30 09:35:45", "living_area": 24.31, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60001, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16684, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 4 Springbank Court", "address_line_2": "2, River Park Gardens", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.92, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500264, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.617, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 50}], "sap_walls": [{"name": "External wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 18, "total_wall_area": 25.88, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 18, "total_wall_area": 19.35, "is_curtain_walling": "false"}, {"name": "Internal Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 72.9}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "Corridor Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.21, "location": "External wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.15, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.32, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.83, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.5, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.81, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 20.62, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 3, "kappa_value": 20, "storey_height": 2.6, "heat_loss_area": 20.03, "total_floor_area": 50}]}], "heating_cost_current": {"value": 164, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 164, "currency": "GBP"}, "hot_water_cost_current": {"value": 55, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1224, "water_heating": 1432}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 54, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091490511, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SS11 7QW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 3}, "post_town": "WICKFORD", "built_form": 1, "created_at": "2019-10-29 16:42:55", "living_area": 28.6, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 10, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 102728, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 83, "make_model": "PA Import", "test_method": "BS EN 13229"}, "hot_water_store_heat_transfer_area": 2.5, "is_secondary_heating_hetas_approved": "false"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 7.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Lilac House", "address_line_2": "Woodham Road", "address_line_3": "Battlesbridge", "assessment_date": "2019-10-29", "assessment_type": "SAP", "completion_date": "2019-10-29", "inspection_date": "2019-10-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.19, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 9", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 19", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "Room heaters, dual fuel (mineral and wood)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "J Roof", "total_roof_area": 60.62}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "R Roof", "total_roof_area": 46.98}, {"name": "Roof 3", "u_value": 0.108, "roof_type": 2, "description": "Sh Roof 0.72", "total_roof_area": 6.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Do Wall", "total_wall_area": 7.49, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.234, "wall_type": 2, "description": "E Wall brick", "total_wall_area": 66.04, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.234, "wall_type": 2, "description": "E Wall rend", "total_wall_area": 149.88, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.32, "wall_type": 2, "description": "Light Tunnels", "total_wall_area": 5.76, "is_curtain_walling": "false"}, {"name": "External Wall 5", "u_value": 0.108, "wall_type": 2, "description": "Sh Dw Wall 0.72", "total_wall_area": 7.28, "is_curtain_walling": "false"}, {"name": "External Wall 6", "u_value": 0.27, "wall_type": 2, "description": "Wall to Loft", "total_wall_area": 4.06, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 2.4, "height": 1.03, "location": "External Wall 3", "orientation": 8}, {"name": 2, "type": "Opening Type 1", "width": 1.8, "height": 1.18, "location": "External Wall 2", "orientation": 8}, {"name": 3, "type": "Opening Type 1", "width": 1.8, "height": 1.18, "location": "External Wall 3", "orientation": 8}, {"name": 4, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 1", "orientation": 8}, {"name": 5, "type": "Opening Type 1", "width": 0.93, "height": 2.1, "location": "External Wall 3", "orientation": 2}, {"name": 6, "type": "Opening Type 1", "width": 0.6, "height": 1.03, "location": "External Wall 3", "orientation": 2}, {"name": 7, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 3", "orientation": 2}, {"name": 8, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 3", "orientation": 2}, {"name": 9, "type": "Opening Type 9", "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 2", "orientation": 2}, {"name": 10, "type": "Opening Type 9", "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 2", "orientation": 2}, {"name": 11, "type": "Opening Type 9", "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 2", "orientation": 2}, {"name": 12, "type": "Opening Type 1", "width": 3.8, "height": 2.1, "location": "External Wall 3", "orientation": 4}, {"name": 13, "type": "Opening Type 1", "width": 2.4, "height": 1.17, "location": "External Wall 2", "orientation": 4}, {"name": 14, "type": "Opening Type 1", "width": 1.8, "height": 1.18, "location": "External Wall 3", "orientation": 4}, {"name": 15, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 1", "orientation": 4}, {"name": 16, "type": "Opening Type 1", "width": 1.6, "height": 2.1, "location": "External Wall 3", "orientation": 6}, {"name": 17, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 2", "orientation": 6}, {"name": 18, "type": "Opening Type 1", "width": 0.6, "height": 2.1, "location": "External Wall 2", "orientation": 6}, {"name": 19, "type": "Opening Type 19", "width": 0.93, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": 20, "type": "Opening Type 1", "width": 1.2, "height": 1.03, "location": "External Wall 3", "orientation": 6}, {"name": 21, "type": "Opening Type 1", "width": 1.2, "height": 1.18, "location": "External Wall 3", "orientation": 6}, {"name": 22, "type": "Opening Type 9", "pitch": 40, "width": 0.78, "height": 1.18, "location": "Roof 2", "orientation": 6}, {"name": 23, "type": "Opening Type 9", "pitch": 40, "width": 0.66, "height": 0.98, "location": "Roof 2", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 27.06, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 26.13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 49.26, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 37.16, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 13.44, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.29, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 16.88, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.52, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 12.08, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 13.04, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 10.3, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 25.26, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.06, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.98, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 3.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.78, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 11.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 7.96, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 4.36, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 7.3, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "G Floor", "storey_height": 2.4, "heat_loss_area": 102, "total_floor_area": 102}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.78, "heat_loss_area": 0, "total_floor_area": 95.44}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 359, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 102, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 360, "currency": "GBP"}, "hot_water_cost_current": {"value": 292, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 113, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.9, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 102, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 179, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7520, "water_heating": 2366}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 27, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10094614051, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN37 6RH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "ST. LEONARDS-ON-SEA", "built_form": 4, "created_at": "2019-12-12 12:16:47", "living_area": 18.5, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 914, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}, {"main_fuel_type": 39, "emitter_temperature": "NA", "main_heating_number": 2, "main_heating_control": 2100, "main_heating_category": 5, "main_heating_fraction": 0, "main_heating_data_source": 1, "main_heating_index_number": 190006}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "main_heating_systems_interaction": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "Flat 4", "address_line_2": "28 Lower South Road", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.09, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Dr-Unshelt U=3.00", "type": 3, "u_value": 0.87, "data_source": 2, "glazing_type": 2}, {"name": "Window1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Flat Rf", "total_roof_area": 55.81}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Wall1", "total_wall_area": 72.88, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 3, "description": "WALL TO STAIRS- Timber frame", "total_wall_area": 11.37, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.61}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 4.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Dr-Unshelt U=3.00", "width": 2, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 2", "type": "Window1", "width": 2.61, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 3", "type": "Window1", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "Window1", "width": 3.12, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 5", "type": "Window1", "width": 1.76, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 6", "type": "Window1", "width": 0.63, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.77, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 6.82, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.68, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.44, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 27.71, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 12.68, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.84, "psi_value": -0.113, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.42, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 11.42, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 16.39, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 4.43}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.42, "heat_loss_area": 0, "total_floor_area": 55.81}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 354, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 354, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1984, "water_heating": 1598}}, "seller_commission_report": "Y", "energy_consumption_current": 141, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 141, "environmental_impact_current": 80, "current_energy_efficiency_band": "C", "environmental_impact_potential": 80, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 24} +{"uprn": 10094279658, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX1 5JP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OXFORD", "built_form": 3, "created_at": "2019-11-21 09:23:43", "living_area": 30.22, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18221, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "4 Rowan Court", "address_line_2": "6, Cumnor Road", "address_line_3": "Boars Hill", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.46, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 4", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Rafter Measure 0.72", "total_roof_area": 28.4}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "Roof Flat", "total_roof_area": 5.35}, {"name": "Roof 3", "u_value": 0.15, "roof_type": 2, "description": "Roof Joists", "total_roof_area": 2.81}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 3, "description": "CW", "total_wall_area": 16.79, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "EW", "total_wall_area": 14.52, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.21, "wall_type": 2, "description": "EW TIMBER", "total_wall_area": 29.12, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.02}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 1.14, "height": 2.28, "location": "External Wall 3", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 3.39, "height": 2.28, "location": "External Wall 3", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 1.7, "height": 1.41, "location": "External Wall 3", "orientation": 6}, {"name": "Door", "type": "Opening Type 4", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.24, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.23, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 16.14, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.26, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 14.796, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 12.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 7.26, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.42, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.84, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.05, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 1.325, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0.85, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.42, "heat_loss_area": 0, "total_floor_area": 69.28}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 153, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 153, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1234, "water_heating": 1893}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 80, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093718635, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN13 3GJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WORTHING", "built_form": 2, "created_at": "2019-10-31 12:18:06", "living_area": 14.98, "orientation": 7, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "30, Snapdragon Lane", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.97, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.32, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflights", "type": 5, "u_value": 1.32, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "kappa_value": 0, "total_roof_area": 37.11}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 85.15, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 38.79}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 66.6846}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.912}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.76, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Windows", "type": "Windows", "width": 5.37, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "RH Windows", "type": "Windows", "width": 1.37, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.66, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.64, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.3, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.3, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.88, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.42, "psi_value": 0.142, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.85, "psi_value": 0.074, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.85, "psi_value": 0.101, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.88, "psi_value": 0.141, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.88, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.88, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 37.11, "total_floor_area": 37.11, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 37.11}]}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 345, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2406, "water_heating": 1718}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": -2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094645308, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-12-16 13:13:39", "living_area": 28.48, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 213 Leader House", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.2, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 24.51, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 39.34}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 24.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 13.74, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.43, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.15, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 15.84, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 48.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 126, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 126, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 197, "water_heating": 2019}}, "seller_commission_report": "Y", "energy_consumption_current": 42, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 42, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10091131958, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S3 8DF", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SHEFFIELD", "built_form": 2, "created_at": "2019-11-26 15:58:55", "living_area": 23.1, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 0.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Ground-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "38, Little Kelham Street", "assessment_date": "2019-02-27", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 0.48, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500336, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 67, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 0.8, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 0.85, "data_source": 2, "frame_factor": 0.71, "glazing_type": 11, "solar_transmittance": 0.53}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 46.03}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "Board /Cladding", "total_wall_area": 77.44, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 48.31}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Window", "width": 3.41, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Window", "width": 5.57, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.76, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 1.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 15.14, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.98, "psi_value": 0.125, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.89, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.98, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 13.08, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.82, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.48, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 9.82, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.82, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.09, "floor_type": 2, "description": "GF", "storey_height": 2.48, "heat_loss_area": 46.03, "total_floor_area": 46.03}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.82, "heat_loss_area": 0, "total_floor_area": 21.1}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 136, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 136, "currency": "GBP"}, "hot_water_cost_current": {"value": 294, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 294, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 538, "water_heating": 1675}}, "seller_commission_report": "Y", "energy_consumption_current": 127, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 127, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10093414643, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH19 1AE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EAST GRINSTEAD", "built_form": 2, "created_at": "2019-10-25 17:15:15", "living_area": 26.76, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18156, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6 The G2 Building", "address_line_2": "Wood Street", "assessment_date": "2019-10-25", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.69, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 69.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "WT6 - Brick", "total_wall_area": 54.74, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "WT7 - Stair", "total_wall_area": 4.37, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "WT9A - Corridor", "total_wall_area": 8.97, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 19.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "FED", "type": "Opening Type 1", "width": 0.85, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "WS12", "type": "Opening Type 2", "width": 1.4, "height": 1.25, "location": "External Wall 1", "orientation": 5}, {"name": "EDS15", "type": "Opening Type 2", "width": 2, "height": 2.15, "location": "External Wall 1", "orientation": 5}, {"name": "WS13", "type": "Opening Type 2", "width": 0.85, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "EDS16", "type": "Opening Type 2", "width": 2, "height": 2.15, "location": "External Wall 1", "orientation": 1}, {"name": "WS14", "type": "Opening Type 2", "width": 1.4, "height": 1.25, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.5, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.65, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 19.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 55.2, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 9.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 69.67}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1203, "water_heating": 1811}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 76, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093784843, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX3 9FQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OXFORD", "built_form": 3, "created_at": "2019-11-06 11:40:45", "living_area": 18.7, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 18404, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "47 Barton Fields Road", "address_line_2": "Headington", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.34, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.14, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.59}], "sap_walls": [{"name": "External Wall Brick", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 164.17, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 90.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.3, "location": "External Wall Brick", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.17, "location": "External Wall Brick", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 11.9, "location": "External Wall Brick", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.43, "location": "External Wall Brick", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.99, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.55, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.54, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37.08, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.38, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.16, "psi_value": 0.48, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 17.76, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 17.76, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.16, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 20.33, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 10.16, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.8, "heat_loss_area": 42.59, "total_floor_area": 40.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 42.59}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 3, "heat_loss_area": 0, "total_floor_area": 42.59}]}], "heating_cost_current": {"value": 313, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 314, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.1, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4153, "water_heating": 2170}}, "seller_commission_report": "Y", "energy_consumption_current": 62, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 50, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10006713699, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN8 4FE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 1, "created_at": "2019-12-12 11:09:45", "living_area": 18.14, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "53, Oxford Street", "address_line_2": "Thorne", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 49.5}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 140.07, "is_curtain_walling": "false"}, {"name": "IW", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 147.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.95, "location": "External Wall", "orientation": 2}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 7.29, "location": "External Wall", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.65, "location": "External Wall", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.51, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 15.48, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.05, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 18, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.32, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 49.5, "total_floor_area": 49.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 49.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 290, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 290, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3989, "water_heating": 1730}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 32, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094502440, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK3 0GB", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "STOCKPORT", "built_form": 4, "created_at": "2019-12-04 15:08:48", "living_area": 24.73, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 82 The Sorting Office", "address_line_2": "1, Exchange Street", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "kappa_value": 100, "total_roof_area": 49.93}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall Type 2", "kappa_value": 14, "total_wall_area": 14.24, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 3, "description": "Corridor Wall Type 1", "kappa_value": 9, "total_wall_area": 14.24, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.23}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 93.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Solid Door", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Rear Windows", "type": "Windows", "width": 5.66, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Front Window", "type": "Windows", "width": 0.9, "height": 1, "location": "External Wall 2", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 49.93}]}], "heating_cost_current": {"value": 165, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 165, "currency": "GBP"}, "hot_water_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 253, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 929, "water_heating": 1438}}, "seller_commission_report": "Y", "energy_consumption_current": 162, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 162, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 78, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 27} +{"uprn": 10006715847, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN11 0HH", "data_type": 2, "hot_water": {"description": {"value": "From main system, plus solar", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "DONCASTER", "built_form": 1, "created_at": "2019-12-09 12:05:27", "living_area": 37.76, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "false", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17530, "has_separate_delayed_start": "true", "is_oil_pump_in_heated_space": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "solar_heating_details": {"shower_types": 1, "solar_store_volume": 130, "has_solar_powered_pump": "true", "solar_panel_aperture_area": 8.88, "solar_panel_collector_type": 2, "solar_panel_collector_pitch": 3, "is_solar_store_combined_cylinder": "true", "solar_panel_collector_data_source": 2, "solar_panel_collector_orientation": 6, "solar_panel_collector_overshading": 1, "solar_panel_collector_zero_loss_efficiency": 79.5, "solar_panel_collector_linear_heat_loss_coefficient": 4.204, "solar_panel_collector_second_order_heat_loss_coefficient": 0.012}, "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.04, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_flue_type": 2, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 2, "hot_water_store_heat_loss_source": 2, "secondary_heating_declared_values": {"efficiency": 75.9}}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, oil", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Christmas Cottage", "address_line_2": "Littleworth Lane", "address_line_3": "Rossington", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.22, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 209, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 10], "sap_building_parts": [{"sap_roofs": [{"name": "Sloping roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 151.04}, {"name": "Roof behind studs", "u_value": 0.1296, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.35}], "sap_walls": [{"name": "External walls brickwork", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 19.98, "is_curtain_walling": "false"}, {"name": "External walls cladding", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 40.46, "is_curtain_walling": "false"}, {"name": "External walls render", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 108.04, "is_curtain_walling": "false"}, {"name": "Garage wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 31.47, "is_curtain_walling": "false"}, {"name": "Stud (x 0.72)", "u_value": 0.1296, "wall_type": 2, "kappa_value": 9, "total_wall_area": 44.64, "is_curtain_walling": "false"}, {"name": "Dormer walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 8.9, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 168.84}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 137.46}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 0.6, "location": "External walls brickwork", "orientation": 7}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.5, "location": "External walls render", "orientation": 7}, {"name": 3, "type": "Door (1)", "width": 1, "height": 0.54, "location": "External walls brickwork", "orientation": 3}, {"name": 4, "type": "Door (1)", "width": 1, "height": 1.35, "location": "External walls render", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "External walls render", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.344, "location": "Dormer walls", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 0.54, "location": "External walls brickwork", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 1.35, "location": "External walls render", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 8.38, "location": "External walls render", "orientation": 1}, {"name": 10, "type": "Windows (1)", "width": 1, "height": 14.52, "location": "External walls cladding", "orientation": 1}, {"name": 11, "type": "Windows (1)", "width": 1, "height": 1.55, "location": "External walls render", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 1, "height": 1.78, "location": "Dormer walls", "orientation": 1}, {"name": 13, "type": "Roof windows (1)", "pitch": 45, "width": 1, "height": 0.6, "location": "Sloping roof", "orientation": 5}, {"name": 14, "type": "Roof windows (1)", "pitch": 45, "width": 1, "height": 0.9, "location": "Sloping roof", "orientation": 1}, {"name": 15, "type": "Roof windows (1)", "pitch": 45, "width": 1, "height": 0.9, "location": "Sloping roof", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.63, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.79, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 40.38, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 49.3, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.55, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 21.5, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 39.32, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 23.94, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.26, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 26.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 26.1, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 4.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 12.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.61, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 10.29, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 110, "storey_height": 2.99, "heat_loss_area": 126.27, "total_floor_area": 126.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3.51, "heat_loss_area": 0, "total_floor_area": 82.38, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 562, "currency": "GBP"}, "co2_emissions_current": 3.9, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 107, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 562, "currency": "GBP"}, "hot_water_cost_current": {"value": 36, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 84}], "co2_emissions_potential": 3.0, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 107, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 36, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10969, "water_heating": 2340}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 55, "environmental_impact_current": 79, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10091580654, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM13 8JF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "RAINHAM", "built_form": 1, "created_at": "2019-11-28 20:16:29", "living_area": 26.06, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 0.56, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.539, "heat_efficiency": 49.59, "heat_source_type": 1, "power_efficiency": 31.77}, {"fuel_type": 51, "heat_fraction": 0.461, "heat_efficiency": 95.64, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "20 Sandpiper Court", "address_line_2": "Broadis Way", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.07, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500336, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.24, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "ROOF", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 74.83}], "sap_walls": [{"name": "EW", "u_value": 0.13, "wall_type": 2, "kappa_value": 150, "total_wall_area": 50.391, "is_curtain_walling": "false"}, {"name": "EW CORRI", "u_value": 0.13, "wall_type": 2, "kappa_value": 150, "total_wall_area": 13.518, "is_curtain_walling": "false"}, {"name": "EW LIFT", "u_value": 0.13, "wall_type": 2, "kappa_value": 150, "total_wall_area": 11.362, "is_curtain_walling": "false"}, {"name": "PARTY", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 24.328}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "EW CORRI", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 14.06, "location": "EW", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.27, "location": "EW", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1142, "water_heating": 1816}}, "seller_commission_report": "Y", "energy_consumption_current": 60, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 60, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 766355618, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP21 9GT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 2, "created_at": "2019-10-30 13:59:18", "living_area": 25.76, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18493, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5 Atlanta Way", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Front Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "FrenchDoor", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Half-glazed door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm MW", "kappa_value": 9, "total_roof_area": 45.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm FF AAC", "kappa_value": 60, "total_wall_area": 96.11, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.17}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 56.41}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 107.64}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 20.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 961, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 5.78, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Rear", "type": "Window", "width": 2.97, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "RHS", "type": "Window", "width": 563, "height": 1050, "location": "External Wall 1", "orientation": 4}, {"name": "Rear French", "type": "FrenchDoor", "width": 2710, "height": 2100, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.45, "psi_value": 0.277, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.77, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.45, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10.81, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.26, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.81, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.45, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.98, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.98, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.45, "psi_value": 0.11, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.45, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "BeamBlock + 150mm EPS", "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 45.69, "total_floor_area": 45.69}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 45.69, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2393, "water_heating": 1665}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093285921, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH7 1FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MOLD", "built_form": 1, "created_at": "2019-11-26 10:46:25", "living_area": 18.41, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "68, Ffordd Trebeirdd", "assessment_date": "2019-11-26", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500340, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "300mm mineral wool", "kappa_value": 9, "total_roof_area": 53.79}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm Knauf 34", "kappa_value": 60, "total_wall_area": 153.46, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.44}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 127.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Solid Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 7.56, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Windows", "type": "Window", "width": 5.08, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "RHS Windows", "type": "Window", "width": 685, "height": 1200, "location": "External Wall 1", "orientation": 2}, {"name": "Rear French", "type": "French Door", "width": 2823, "height": 2100, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.95, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.11, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.45, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.15, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.15, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.56, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.59, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "150mm EPS", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 53.79, "total_floor_area": 53.79, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 53.79}]}], "heating_cost_current": {"value": 280, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 280, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3800, "water_heating": 1750}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 27, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10024133972, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN8 1TL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WELLINGBOROUGH", "built_form": 1, "created_at": "2019-10-09 11:30:13", "living_area": 25.2, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10, Sir Henry Fowler Way", "assessment_date": "2019-10-09", "assessment_type": "SAP", "completion_date": "2019-10-09", "inspection_date": "2019-10-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.05, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.62}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Ins Joist", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.77}], "sap_walls": [{"name": "Ext Cav Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 134.93, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 180.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.96, "location": "Ext Cav Wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.65, "location": "Ext Cav Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.47, "location": "Ext Cav Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Ext Cav Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Ext Cav Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.53, "psi_value": 0.191, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.53, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.17, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.17, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 38.32, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 45.77, "total_floor_area": 45.77}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 45.77, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3253, "water_heating": 1773}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 16, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094206484, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.50 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LA1 1LH", "data_type": 4, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "LANCASTER", "built_form": 4, "created_at": "2019-12-17 14:33:46", "living_area": 19.9, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 950, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "62, Church Street", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_ventilation_data_source": 3, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 24, "transaction_type": 8, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Solid Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "kappa_value": 20, "total_roof_area": 23.58}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.36, "wall_type": 2, "description": "External Wall upgraded", "kappa_value": 9, "total_wall_area": 11.93, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.52, "wall_type": 2, "description": "Corridor Wall timber frame", "kappa_value": 18, "total_wall_area": 37.71, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 18.15}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 26.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 7.22, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Front Door", "type": "Solid Door", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 30, "storey_height": 3.14, "heat_loss_area": 0, "total_floor_area": 23.58}]}], "heating_cost_current": {"value": 372, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 23, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 372, "currency": "GBP"}, "hot_water_cost_current": {"value": 41, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 23, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1933, "water_heating": 938}}, "seller_commission_report": "Y", "energy_consumption_current": 336, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 336, "environmental_impact_current": 70, "current_energy_efficiency_band": "C", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 61} +{"uprn": 10008189317, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE20 1EQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOSTON", "built_form": 1, "created_at": "2019-10-02 13:32:02", "living_area": 14, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "31, Swift Gardens", "address_line_2": "Kirton", "assessment_date": "2019-10-02", "assessment_type": "SAP", "completion_date": "2019-10-02", "inspection_date": "2019-10-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.16, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-10-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.1}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 135.31, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 112.24}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 21.62}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "external", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.8, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.15, "location": "external", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.95, "location": "external", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.7, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.2, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 27.9, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.25, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.85, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 44.1, "total_floor_area": 44.1}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 44.1, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 244, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 244, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3300, "water_heating": 1675}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10014359683, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR13 5FX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-11-20 00:10:42", "living_area": 14.82, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 189998, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "4, Hamilton Close", "address_line_2": "Great Plumstead", "assessment_date": "2019-11-20", "assessment_type": "SAP", "completion_date": "2019-11-20", "inspection_date": "2019-11-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.52, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.7}, {"name": "Opening Type 7", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "total_roof_area": 69.99}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Timber Frame 140", "total_wall_area": 61.05, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 22.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "01 Liv Room", "type": "Opening Type 1", "width": 1.13, "height": 1.13, "location": "External Wall 1", "orientation": 1}, {"name": "02 Dining", "type": "Opening Type 1", "width": 1.13, "height": 1.95, "location": "External Wall 1", "orientation": 1}, {"name": "03 Liv Room", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "04 Bed 1", "type": "Opening Type 1", "width": 1.13, "height": 1.13, "location": "External Wall 1", "orientation": 3}, {"name": "05 Bed 2", "type": "Opening Type 1", "width": 1.13, "height": 1.13, "location": "External Wall 1", "orientation": 7}, {"name": "06 Kitchen", "type": "Opening Type 1", "width": 1.13, "height": 1.13, "location": "External Wall 1", "orientation": 7}, {"name": "D1 Front Dr", "type": "Opening Type 7", "width": 1.05, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.5, "psi_value": 0.15, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.45, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.34, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.2, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 9.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.2, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Beam and Block", "storey_height": 2.5, "heat_loss_area": 69.99, "total_floor_area": 69.99}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 193, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 80, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 113, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2974, "water_heating": 1961}}, "seller_commission_report": "Y", "energy_consumption_current": 110, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 9, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094936623, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL14 9FG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BISHOP AUCKLAND", "built_form": 2, "created_at": "2019-11-26 10:43:36", "living_area": 31.84, "orientation": 5, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "22, Mill Race", "address_line_2": "West Auckland", "assessment_date": "2019-11-26", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.67, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Patio Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "External Roof", "kappa_value": 9, "total_roof_area": 61.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External Wall", "kappa_value": 110, "total_wall_area": 56.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 23.25}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 107.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 2.79, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear Windows", "type": "Window", "width": 1.43, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Patio Doors", "type": "Patio Door", "width": 5.69, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.36, "psi_value": 0.175, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.56, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 22.56, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.3, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.3, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Ground Floor TARGET", "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 61.66, "total_floor_area": 61.66}]}], "heating_cost_current": {"value": 233, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 233, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3031, "water_heating": 1467}}, "seller_commission_report": "Y", "energy_consumption_current": 117, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 20, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093551703, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE16 9FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARKET HARBOROUGH", "built_form": 1, "created_at": "2019-10-16 11:04:46", "living_area": 29.02, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "50, Steeplechase Way", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.37, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Half-Glazed Doors", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 58.07}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 164.27, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.69}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 157.42}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 17.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.94, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 6.52, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "LH Glazing", "type": "Glazing", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Glazing", "type": "Glazing", "width": 3.67, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear Patio Doors", "type": "Patio Doors", "width": 7.11, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "RH Glazing", "type": "Glazing", "width": 0.92, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "LH HalfGlazed Door", "type": "Half-Glazed Doors", "width": 1.94, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.2, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.68, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.3, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.4, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 3.66, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3.66, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 28.74, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.65, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 22.75, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25.35, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.07, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 54.96, "total_floor_area": 54.96, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.19, "floor_type": 3, "description": "Exposed Floor", "kappa_value": 18, "storey_height": 2.67, "heat_loss_area": 3.12, "total_floor_area": 58.07}]}], "heating_cost_current": {"value": 302, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 302, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4293, "water_heating": 1843}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093316602, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP2 6BT", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEMEL HEMPSTEAD", "built_form": 1, "created_at": "2019-06-04 12:54:12", "living_area": 20.4, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "2b, Bracknell Place", "assessment_date": "2017-12-15", "assessment_type": "SAP", "completion_date": "2019-06-04", "inspection_date": "2017-12-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 34, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-06-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "To flat above", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 33.94}], "sap_walls": [{"name": "Existing Brick Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 9, "total_wall_area": 26.24, "is_curtain_walling": "false"}, {"name": "To adjoining building", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 35.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Existing Brick Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.7, "height": 0.6, "location": "Existing Brick Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.15, "location": "Existing Brick Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1.7, "height": 1.15, "location": "Existing Brick Wall", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.1, "heat_loss_area": 33.94, "total_floor_area": 33.94}]}], "heating_cost_current": {"value": 166, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 32, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 166, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 32, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1563, "water_heating": 1394}}, "seller_commission_report": "Y", "energy_consumption_current": 141, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 141, "environmental_impact_current": 85, "current_energy_efficiency_band": "C", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10093723843, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO6 2PG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 2, "created_at": "2019-10-02 10:16:08", "living_area": 26.76, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17560, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_flue_type": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "34, Upper Holt Street", "address_line_2": "Earls Colne", "assessment_date": "2019-10-02", "assessment_type": "SAP", "completion_date": "2019-10-02", "inspection_date": "2019-10-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.18, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 116, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 6", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 13", "type": 4, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 59.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Wall 1", "total_wall_area": 130.97, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 64.79}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.2, "height": 1.4, "location": "External Wall 1", "orientation": 1}, {"name": 2, "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 1", "orientation": 2}, {"name": 3, "type": "Opening Type 1", "width": 0.4, "height": 1.4, "location": "External Wall 1", "orientation": 8}, {"name": 4, "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": 5, "type": "Opening Type 1", "width": 0.5, "height": 0.9, "location": "External Wall 1", "orientation": 1}, {"name": 6, "type": "Opening Type 6", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 7, "type": "Opening Type 1", "width": 0.68, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": 8, "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": 9, "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 10, "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 7}, {"name": 11, "type": "Opening Type 1", "width": 0.9, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 12, "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": 13, "type": "Opening Type 13", "width": 1.6, "height": 2.1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.7, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.68, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.3, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.77, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 22.57, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.36, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.36, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30.09, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.83, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.26, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 12.63, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.63, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.63, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Floor 1", "storey_height": 2.45, "heat_loss_area": 59.61, "total_floor_area": 59.61}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 56.7}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 287, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4001, "water_heating": 2056}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 27, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 373830, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS11 9FL", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 3, "created_at": "2019-10-03 07:27:59", "living_area": 23.4, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 18 Beaumont Court", "address_line_2": "Avonmouth Road", "assessment_date": "2019-10-03", "assessment_type": "SAP", "completion_date": "2019-10-03", "inspection_date": "2019-10-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.97, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 50.96}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 45.42, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.33, "wall_type": 3, "description": "Sheltered", "total_wall_area": 14.23, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 8.58}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 6.97, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.69, "psi_value": 0.348, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 4.69, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.02, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 45.88, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 7.8, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 6.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 50.96}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 150, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 150, "currency": "GBP"}, "hot_water_cost_current": {"value": 258, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 258, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 818, "water_heating": 1469}}, "seller_commission_report": "Y", "energy_consumption_current": 155, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 155, "environmental_impact_current": 80, "current_energy_efficiency_band": "C", "environmental_impact_potential": 80, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 10093510261, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT1 3EY", "data_type": 2, "hot_water": {"description": {"value": "Electric instantaneous at point of use", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, "post_town": "DORCHESTER", "built_form": 1, "created_at": "2019-11-12 14:11:12", "living_area": 38.29, "orientation": 3, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5 Coningsby Gate", "address_line_2": "10, Coningsby Place", "address_line_3": "Poundbury", "assessment_date": "2019-11-12", "assessment_type": "SAP", "completion_date": "2019-11-12", "inspection_date": "2019-11-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.18, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 70.52}], "sap_walls": [{"name": "External", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 54.63, "is_curtain_walling": "false"}, {"name": "To Corridor", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 4.02, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 146.52}, {"name": "Party W", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 50.61}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.76, "location": "External", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "External", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "External", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "External", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "External", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "External", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.25, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.86, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.36, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 3, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 3, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 19.55, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 1.34, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.66, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 16.87, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 12.21, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 75, "storey_height": 3, "heat_loss_area": 70.52, "total_floor_area": 70.59}]}], "heating_cost_current": {"value": 514, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 68, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 514, "currency": "GBP"}, "hot_water_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 68, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 206, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2846, "water_heating": 1175}}, "seller_commission_report": "Y", "energy_consumption_current": 192, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 192, "environmental_impact_current": 71, "current_energy_efficiency_band": "D", "environmental_impact_potential": 71, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 32} +{"uprn": 10012362918, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L40 7AT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ORMSKIRK", "built_form": 1, "created_at": "2019-11-18 10:51:21", "living_area": 19.2, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18205, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.31, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Penwortham Avenue", "address_line_2": "Burscough", "assessment_date": "2019-11-18", "assessment_type": "SAP", "completion_date": "2019-11-18", "inspection_date": "2019-11-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.94, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 142, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 76.56}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "External Roof 2", "kappa_value": 9, "total_roof_area": 3.14}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "kappa_value": 47.99, "total_wall_area": 171.75, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.33, "wall_type": 3, "description": "Garage", "kappa_value": 0, "total_wall_area": 18.4, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 47.99, "total_wall_area": 48.2}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 152.49}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Door", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Windows", "width": 8.38, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "Windows", "width": 13.96, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Side", "type": "Windows", "width": 0.72, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Back door", "type": "Door", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.18, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.61, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.31, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 39.24, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 4.97, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 4.97, "psi_value": -0.082, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 23.89, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.52, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.21, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 7.86, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 23.33, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 28.54, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.74, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground floor", "kappa_value": 88.2, "storey_height": 2.54, "heat_loss_area": 75.55, "total_floor_area": 75.55, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Floor over garage", "kappa_value": 18, "storey_height": 2.66, "heat_loss_area": 4.72, "total_floor_area": 66.45}]}], "heating_cost_current": {"value": 335, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 336, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.0, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5350, "water_heating": 2162}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 38, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10007275040, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE10 0YZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNE", "built_form": 3, "created_at": "2019-10-31 10:25:51", "living_area": 15.29, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "9, Leicester Mews", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.54, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 2, "u_value": 1.7, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 3", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 43.01}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Full FIll Ecobead", "total_wall_area": 90.62, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.33, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 2", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W1", "type": "Opening Type 3", "width": 1.81, "height": 1.5, "location": "External Wall 1", "orientation": 5}, {"name": "W2", "type": "Opening Type 3", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Opening Type 3", "width": 1.81, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W4", "type": "Opening Type 3", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W5", "type": "Opening Type 3", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W6", "type": "Opening Type 3", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W7", "type": "Opening Type 3", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W8", "type": "Opening Type 3", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.58, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.56, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.76, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.55, "psi_value": 0.163, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 9.25, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.25, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.25, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 9.25, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm Platinum", "storey_height": 2.33, "heat_loss_area": 43.01, "total_floor_area": 43.01}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 43.01}], "thermal_mass_parameter": 189.51}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2657, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094747935, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N17 7AW", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-06 12:06:36", "living_area": 29.95, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2310, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.72, "heat_efficiency": 68.9, "heat_source_type": 1, "power_efficiency": 30.2}, {"fuel_type": 51, "heat_fraction": 0.28, "heat_efficiency": 88.2, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 20 Emer Court", "address_line_2": "1, Rowland Road", "assessment_date": "2019-12-06", "assessment_type": "SAP", "completion_date": "2019-12-06", "inspection_date": "2019-12-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.69, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.66, "glazing_type": 6, "solar_transmittance": 0.318}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Main ceiling", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 76.82}], "sap_walls": [{"name": "1/35.502", "u_value": 0.19, "wall_type": 2, "kappa_value": 18, "total_wall_area": 29.44, "is_curtain_walling": "false"}, {"name": "3/35.5", "u_value": 0.24, "wall_type": 2, "kappa_value": 150, "total_wall_area": 5.95, "is_curtain_walling": "false"}, {"name": "2/35.5", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 3.92, "is_curtain_walling": "false"}, {"name": "Metal stub wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 145.3}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 3.55}, {"name": "6/35.6", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 45.63}, {"name": "7/35.6", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 10.08}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6.63, "location": "1/35.502", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.66, "location": "1/35.502", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.35, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.42, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 16.28, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.143, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 15.72, "psi_value": 0.0249, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 15.72, "psi_value": 0.216, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 2.5, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.055, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 22.29, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 22.29, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 166, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 166, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 82, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1761, "water_heating": 2086}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 54, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093551024, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE16 7ES", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARKET HARBOROUGH", "built_form": 1, "created_at": "2019-05-16 13:21:04", "living_area": 16.07, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16399, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "63, Berry Close", "address_line_2": "Great Bowden", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-16", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.86, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 164, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 14, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joist Level Roof", "total_roof_area": 85.32}], "sap_walls": [{"name": "Wall 2", "u_value": 0.36, "wall_type": 3, "description": "Garage Wall", "total_wall_area": 17.78, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 193.87, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 0.63, "height": 1.65, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 3, "width": 1.8, "height": 1.65, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.63, "height": 1.65, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 3, "width": 0.63, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 3, "width": 1.8, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 3, "width": 0.63, "height": 1.5, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 3, "width": 0.56, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 3, "width": 0.56, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 11, "type": 3, "width": 2.49, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 3, "width": 1.24, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 13, "type": 3, "width": 1.81, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 14, "type": 14, "width": 2.82, "height": 2.25, "location": "Wall 1", "orientation": 8}, {"name": 15, "type": 3, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 16, "type": 3, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 17, "type": 3, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 18, "type": 3, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 19, "type": 3, "width": 1.24, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 20, "type": 3, "width": 1.24, "height": 1.05, "location": "Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.86, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 20.22, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 57.6, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.65, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.45, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 5.45, "psi_value": -0.082, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 35.42, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 36.68, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 3.64, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 38.94, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 18.14, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 82.68, "total_floor_area": 82.68}, {"storey": 1, "u_value": 0.21, "floor_type": 3, "description": "Floor over Garage", "storey_height": 2.66, "heat_loss_area": 2.64, "total_floor_area": 80.87}], "thermal_mass_parameter": 132}], "heating_cost_current": {"value": 378, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 380, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6602, "water_heating": 2207}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 41, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 90124027, "roofs": [{"description": "Average thermal transmittance 0.32 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.57 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in 67% of fixed outlets", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "postcode": "DY1 2QG", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DUDLEY", "built_form": 3, "created_at": "2019-04-16 16:00:34", "living_area": 14.87, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2104, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1 Banklands", "address_line_2": "94, Himley Road", "assessment_date": "2019-04-16", "assessment_type": "SAP", "completion_date": "2019-04-16", "inspection_date": "2019-04-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 41, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 67}, "sap_opening_types": [{"name": "DTC", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "new Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "New HGD", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 3}, {"name": "Existing Glazing", "type": 4, "u_value": 2.8, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.32, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 6.94}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 33.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.31, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 31.56, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.31, "wall_type": 3, "description": "WTC", "total_wall_area": 15.48, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 30.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "DTC", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Rear", "type": "Existing Glazing", "width": 4.51, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "New HGD", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Side", "type": "new Window", "width": 0.97, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.57, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 40.6, "total_floor_area": 40.6}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 279, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 73, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 281, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 11, "currency": "GBP"}, "indicative_cost": "\u00a310", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 74, "environmental_impact_rating": 76}], "co2_emissions_potential": 1.5, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3899, "water_heating": 1553}}, "seller_commission_report": "Y", "energy_consumption_current": 216, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 212, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 76, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 38} +{"uprn": 680830, "roofs": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL9 1JD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "BADMINTON", "built_form": 4, "created_at": "2019-02-19 11:46:38", "living_area": 26.87, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 15929, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.68, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, oil", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-terrace bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "Kicking Tree", "address_line_2": "Norley Lane", "address_line_3": "Tormarton", "assessment_date": "2019-01-16", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-01-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2.4, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Upgraded Warm Pitched Roof", "u_value": 0.26, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.4}], "sap_walls": [{"name": "Upgraded Stone Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 150, "total_wall_area": 48.16, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 70, "total_wall_area": 22.23}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.71, "location": "Upgraded Stone Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "Upgraded Stone Wall", "orientation": 7}, {"name": 3, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Upgraded Warm Pitched Roof", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.92, "heat_loss_area": 43.7, "total_floor_area": 43.7}]}], "heating_cost_current": {"value": 249, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 71, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 251, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 34, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 74, "environmental_impact_rating": 69}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 82}], "co2_emissions_potential": 1.1, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4809, "water_heating": 1707}}, "seller_commission_report": "Y", "energy_consumption_current": 211, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 59, "environmental_impact_current": 65, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 54} +{"uprn": 10090901852, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WV12 4JL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WILLENHALL", "built_form": 4, "created_at": "2019-10-16 16:20:23", "living_area": 25.99, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16774, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "21, Elter Close", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 4, "solar_transmittance": 0.75}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 31.71}], "sap_walls": [{"name": "External", "u_value": 0.27, "wall_type": 2, "kappa_value": 70, "total_wall_area": 39.85, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 77.53}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "External", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 1.15, "location": "External", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 0.64, "height": 1.15, "location": "External", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 0.64, "height": 0.84, "location": "External", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.55, "height": 2.1, "location": "External", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.35, "height": 1.15, "location": "External", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 2.1, "height": 2.1, "location": "External", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 6.83, "psi_value": 0.262, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.83, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 16.98, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.1, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.1, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.124, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.18, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 19.68, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 15.76, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.76, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 15.76, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 31.71, "total_floor_area": 31.71}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 31.71}]}], "heating_cost_current": {"value": 188, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 188, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1614, "water_heating": 1858}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094194524, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 3SF", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 4, "created_at": "2019-09-16 12:46:19", "living_area": 34.2, "orientation": 7, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.42, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 409", "address_line_2": "248, The Quays", "assessment_date": "2019-09-16", "assessment_type": "SAP", "completion_date": "2019-09-16", "inspection_date": "2019-09-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.16, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_ducts_index_number": 520018, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Curtain Walling", "type": 4, "u_value": 1.1, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 70.16}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 13.34, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 1.1, "wall_type": 2, "description": "Curtain walling", "total_wall_area": 9.91, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 74.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Curtaing walling", "type": "Curtain Walling", "width": 3.4, "height": 1, "location": "External Wall 2", "orientation": 4}, {"name": "Curtain walling", "type": "Curtain Walling", "width": 5.17, "height": 1, "location": "External Wall 2", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.64, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 9.64, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 9.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 31.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 70.16}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 21, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 21, "currency": "GBP"}, "hot_water_cost_current": {"value": 297, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 297, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3, "water_heating": 1690}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 93, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093509546, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT3 4FN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WEYMOUTH", "built_form": 3, "created_at": "2019-07-16 12:23:09", "living_area": 20.01, "orientation": 2, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "47, Oldridge Road", "address_line_2": "Chickerell", "assessment_date": "2019-07-16", "assessment_type": "SAP", "completion_date": "2019-07-16", "inspection_date": "2019-07-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.01, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 3}, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.6, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "French Door", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 52.87}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "100mm Alreflex", "kappa_value": 82, "total_wall_area": 68.17, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 68.17}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 14, "total_wall_area": 102.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Solid Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Window", "type": "Window", "width": 3.6, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Window", "type": "Window", "width": 3.68, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.51, "psi_value": 0.284, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.91, "psi_value": 0.145, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.91, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.9, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.65, "psi_value": 0.165, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.34, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.06, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 5.91, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 5.91, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 6.65, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.15, "floor_type": 2, "description": "200mm Jablite Floor", "kappa_value": 75, "storey_height": 2.72, "heat_loss_area": 5.31, "total_floor_area": 5.31, "kappa_value_from_below": 30}, {"storey": 2, "u_value": 0, "floor_type": 4, "description": "Internal Floor 1F", "kappa_value": 70, "storey_height": 2.31, "heat_loss_area": 0, "total_floor_area": 52.87}]}], "heating_cost_current": {"value": 157, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 157, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 70, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1143, "water_heating": 1567}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 85, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10033889858, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM17 0FR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLOW", "built_form": 2, "created_at": "2019-10-28 13:22:05", "living_area": 12.5, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "34, Bird Cherry Lane", "assessment_date": "2019-10-28", "assessment_type": "SAP", "completion_date": "2019-10-28", "inspection_date": "2019-10-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.77, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Insulated Ceiling", "total_roof_area": 30}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "total_wall_area": 77.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "f1", "type": "Opening Type 2", "width": 0.91, "height": 1.95, "location": "External Wall 1", "orientation": 5}, {"name": "f2", "type": "Opening Type 2", "width": 0.63, "height": 0.9, "location": "External Wall 1", "orientation": 5}, {"name": "f3", "type": "Opening Type 2", "width": 0.91, "height": 1.95, "location": "External Wall 1", "orientation": 5}, {"name": "f4", "type": "Opening Type 2", "width": 0.63, "height": 0.9, "location": "External Wall 1", "orientation": 5}, {"name": "r1", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "r2", "type": "Opening Type 2", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "r3", "type": "Opening Type 2", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "s1", "type": "Opening Type 2", "width": 0.63, "height": 0.9, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.03, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.03, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 12.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 8.2, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.27, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.96, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.2, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "ground floor", "storey_height": 2.31, "heat_loss_area": 30, "total_floor_area": 30}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.67, "heat_loss_area": 0, "total_floor_area": 27.9}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1956, "water_heating": 1421}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 72763663, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS11 9EJ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 4, "created_at": "2019-11-15 11:04:04", "living_area": 24.52, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "603 Calvert House", "address_line_2": "Ingram Row", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.03, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.28, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.49}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Roof 1", "total_roof_area": 59.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Ext Wall", "total_wall_area": 23.08, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 50.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w07 Bed 1", "type": "Opening Type 1", "width": 0.91, "height": 2.22, "location": "External Wall 1", "orientation": 6}, {"name": "w01 Living", "type": "Opening Type 1", "width": 2.02, "height": 2.22, "location": "External Wall 1", "orientation": 6}, {"name": "w07 Bed 2", "type": "Opening Type 1", "width": 0.91, "height": 2.22, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 59.67}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 207, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 207, "currency": "GBP"}, "hot_water_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 264, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1140, "water_heating": 1505}}, "seller_commission_report": "Y", "energy_consumption_current": 153, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 153, "environmental_impact_current": 80, "current_energy_efficiency_band": "C", "environmental_impact_potential": 80, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 26} +{"uprn": 68178779, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH6 8PU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HORLEY", "built_form": 2, "created_at": "2019-10-25 12:25:17", "living_area": 18.16, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11, Flowers Road", "assessment_date": "2019-10-25", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 10.62}, {"name": "Slope", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 20.99}, {"name": "Dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.78}, {"name": "Horiz", "u_value": 0.144, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.13}], "sap_walls": [{"name": "External", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 93.84, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0.144, "wall_type": 2, "kappa_value": 9, "total_wall_area": 25.14, "is_curtain_walling": "false"}, {"name": "Dormer", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.48, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 160.2}, {"name": "Party W", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 58.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "External", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.35, "height": 1.35, "location": "External", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 0.93, "height": 1.2, "location": "External", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1.35, "height": 1.2, "location": "External", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1.35, "height": 1.2, "location": "Dormer", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 2.1, "height": 2.1, "location": "External", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "External", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "External", "orientation": 8}, {"name": 9, "type": "Roof windows (1)", "pitch": 45, "width": 0.78, "height": 0.55, "location": "Slope", "orientation": 8}, {"name": 10, "type": "Roof windows (1)", "pitch": 45, "width": 0.55, "height": 0.7, "location": "Slope", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.49, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.38, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.1, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.46, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.34, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.54, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.54, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 36.03, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.92, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 25.14, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.39, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 14.61, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.19, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 4.54, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.33, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.33, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.21, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 40.71, "total_floor_area": 40.71}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 40.71, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.73, "heat_loss_area": 0, "total_floor_area": 29.58}]}], "heating_cost_current": {"value": 241, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2937, "water_heating": 1758}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093552579, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE8 8EL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-10-11 09:40:25", "living_area": 15.69, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "173, Garner Way", "address_line_2": "Fleckney", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.24, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 101, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 50.3}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 141.96, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 2, "width": 1.02, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 2, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 10, "type": 2, "width": 1.02, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 11, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 12, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.15, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.2, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.14, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.46, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.06, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.06, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.38, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.38, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.54, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 50.3, "total_floor_area": 50.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 50.3}], "thermal_mass_parameter": 181.6}], "heating_cost_current": {"value": 261, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3683, "water_heating": 1729}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093603850, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU13 9AH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HESSLE", "built_form": 2, "created_at": "2019-11-01 16:08:23", "living_area": 15.88, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 8.1 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Carter Drive", "assessment_date": "2019-11-01", "assessment_type": "SAP", "completion_date": "2019-11-01", "inspection_date": "2019-11-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 6.06, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.95}], "sap_walls": [{"name": "External wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 88.14, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 17.36}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 115.06}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 43.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.67, "location": "External wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.825, "location": "External wall", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.47, "location": "External wall", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.45, "location": "External wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.71, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.21, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.1, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.65, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.45, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.75, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.21, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.01, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.4, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 4.2, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.6, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.6, "psi_value": 0.0405, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.37, "heat_loss_area": 38.95, "total_floor_area": 38.95}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 38.05, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2820, "water_heating": 1608}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 10, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093401929, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL6 2BX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORTHALLERTON", "built_form": 1, "created_at": "2019-11-11 11:58:15", "living_area": 16.87, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "27, Cotswold Street", "address_line_2": "Brompton", "assessment_date": "2019-11-11", "assessment_type": "SAP", "completion_date": "2019-11-11", "inspection_date": "2019-11-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 5, "air_permeability": 4.632, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 64.18}], "sap_walls": [{"name": "External Walls", "u_value": 0.27, "wall_type": 2, "kappa_value": 95, "total_wall_area": 137.93, "is_curtain_walling": "false"}, {"name": "Sheltered Walls", "u_value": 0.29, "wall_type": 2, "kappa_value": 190, "total_wall_area": 17.38, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 59.38}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.7806}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.99, "location": "External Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.57, "location": "External Walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.99, "location": "External Walls", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.67, "location": "External Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.04, "location": "External Walls", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 2.07, "location": "External Walls", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 1.02, "location": "External Walls", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.8, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.62, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.86, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.05, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 21.12, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.83, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 30.14, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.7, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 51.25, "total_floor_area": 51.25}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "kappa_value": 20, "storey_height": 2.56, "heat_loss_area": 12.93, "total_floor_area": 62.45}]}], "heating_cost_current": {"value": 326, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 327, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4436, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 39, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094645332, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-12-16 13:14:17", "living_area": 34.06, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 411 Leader House", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 3.45, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 46.1, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 32.88}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 12.83}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 16.01, "location": "External Wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.26, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.66, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 10.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 34.62, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 150, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 150, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 789, "water_heating": 2044}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 47, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10094488695, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU15 1XS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BROUGH", "built_form": 1, "created_at": "2019-08-16 09:22:54", "living_area": 16.28, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Hawk Grove", "assessment_date": "2019-08-16", "assessment_type": "SAP", "completion_date": "2019-08-16", "inspection_date": "2019-08-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.36, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 12, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm", "total_roof_area": 56.93}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 160.57, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 2, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 0.92, "height": 0.9, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 10, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 12, "type": 12, "width": 0.92, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 13, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 1}, {"name": 14, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 15, "type": 1, "width": 0.92, "height": 0.9, "location": "Wall 1", "orientation": 3}, {"name": 16, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 3}, {"name": 17, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.99, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.94, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.01, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 43.8, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.87, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.87, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.16, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 14.66, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.45, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.89, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 56.93, "total_floor_area": 56.93}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 56.93}], "thermal_mass_parameter": 159.81}], "heating_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 271, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3905, "water_heating": 1764}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 24, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094726893, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY2 5SL", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SHREWSBURY", "built_form": 1, "created_at": "2019-05-17 14:15:41", "living_area": 23.2, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18121, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18121, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "49 Richard Onslow Court", "address_line_2": "Hearne Way", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 53, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Exposed", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 40.3, "is_curtain_walling": "false"}, {"name": "Coridor wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.43, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 29.18}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Coridor wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.62, "location": "Exposed", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.38, "location": "Exposed", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.45, "psi_value": 0.006, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.55, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 12, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.45, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.45, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.9, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.9, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.45, "psi_value": -0.045, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 11.91, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 11.91, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 20, "storey_height": 2.45, "heat_loss_area": 53.05, "total_floor_area": 53.05}]}], "heating_cost_current": {"value": 179, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 179, "currency": "GBP"}, "hot_water_cost_current": {"value": 55, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1798, "water_heating": 1239}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 98, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094043958, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA1 2DF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HARROW", "built_form": 1, "created_at": "2019-08-16 10:00:09", "living_area": 24.82, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2310, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 52.8, "heat_source_type": 1, "power_efficiency": 35.2}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 97.97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 35 Chesterton House", "address_line_2": "Gayton Road", "assessment_date": "2019-08-16", "assessment_type": "SAP", "completion_date": "2019-08-16", "inspection_date": "2019-08-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.55, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.55}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 70.39}], "sap_walls": [{"name": "Brick", "u_value": 0.2, "wall_type": 2, "kappa_value": 14, "total_wall_area": 22.63, "is_curtain_walling": "false"}, {"name": "Metal Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 139.27}, {"name": "Party Wall EWM28", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 63.81}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 9.79, "location": "Brick", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.08, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.05, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.05, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 8.15, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 12.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 25.52, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 25.52, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 70.39, "total_floor_area": 70.39}]}], "heating_cost_current": {"value": 129, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 129, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 837, "water_heating": 2032}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 41, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10023426078, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM20 2GW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HARLOW", "built_form": 3, "created_at": "2019-12-16 11:32:06", "living_area": 15.15, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 8.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "15, Locke Close", "assessment_date": "2019-12-16", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 8.6, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Flat bay roof", "total_roof_area": 1.98}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 88.82, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.03}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.34, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": 3, "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": 4, "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": 5, "type": "Opening Type 2", "width": 0.49, "height": 0.6, "location": "External Wall 1", "orientation": 5}, {"name": 6, "type": "Opening Type 2", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": 7, "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": 8, "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": 9, "type": "Opening Type 2", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.7, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.76, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18, "psi_value": 0.0615, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.64, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.26, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.34, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 12.5, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.16, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.26, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.31, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.26, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.39, "heat_loss_area": 37.4, "total_floor_area": 37.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 35}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 207, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 207, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2423, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 4, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093987136, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV35 8EF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WARWICK", "built_form": 1, "created_at": "2019-10-16 10:14:55", "living_area": 19.2, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Yew Tree Way", "address_line_2": "Barford", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.37, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 63.6}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 156.02, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 38.1}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 124.66}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.95, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.1, "location": "external", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.75, "location": "external", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.75, "location": "external", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.05, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.05, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.6, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.7, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 16.1, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.6, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 63.6, "total_floor_area": 63.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 62.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 270, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3528, "water_heating": 2132}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091706870, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN7 2QL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORTHAMPTON", "built_form": 2, "created_at": "2019-11-29 12:56:30", "living_area": 22.4, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "54, Pianoforte Road", "address_line_2": "Roade", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-11-29", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling Level", "u_value": 0.1, "roof_type": 2, "total_roof_area": 42.12}], "sap_walls": [{"name": "Ext Wall (Ground)", "u_value": 0.25, "wall_type": 2, "total_wall_area": 42.92, "is_curtain_walling": "false"}, {"name": "Ext Wall (First)", "u_value": 0.25, "wall_type": 2, "total_wall_area": 47.17, "is_curtain_walling": "false"}, {"name": "Party Wall (Ground)", "u_value": 0, "wall_type": 4, "total_wall_area": 18.93}, {"name": "Party Wall (First)", "u_value": 0, "wall_type": 4, "total_wall_area": 20.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Ext Wall (Ground)", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 0.94, "height": 2.1, "location": "Ext Wall (Ground)", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "Ext Wall (Ground)", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 0.91, "height": 1.2, "location": "Ext Wall (First)", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 0.91, "height": 1.2, "location": "Ext Wall (First)", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 0.91, "height": 1.2, "location": "Ext Wall (Ground)", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 0.91, "height": 1.2, "location": "Ext Wall (Ground)", "orientation": 7}, {"name": 8, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "Ext Wall (First)", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "Ext Wall (First)", "orientation": 7}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.38, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.38, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.32, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.37, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.74, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10.28, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.09, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.74, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.09, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.09, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.09, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "storey_height": 2.32, "heat_loss_area": 42.12, "total_floor_area": 42.12}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 42.12}]}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 236, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2749, "water_heating": 1652}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 13, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 766353363, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP18 9FW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 1, "created_at": "2019-11-15 15:11:31", "living_area": 51.12, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15514, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Warwick Place", "address_line_2": "Long Crendon", "assessment_date": "2019-11-15", "assessment_type": "SAP", "completion_date": "2019-11-15", "inspection_date": "2019-11-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 183, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof", "u_value": 0.08, "roof_type": 2, "kappa_value": 9, "total_roof_area": 67.93}, {"name": "roof slopes", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.5}, {"name": "dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.5}], "sap_walls": [{"name": "WALL", "u_value": 0.19, "wall_type": 2, "kappa_value": 70, "total_wall_area": 208.2, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 130.6}, {"name": 1, "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 245.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.6, "height": 2.1, "location": "WALL", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "WALL", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "WALL", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 0.6, "height": 0.75, "location": "WALL", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "WALL", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "WALL", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 0.75, "location": "WALL", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 2.71, "height": 2.1, "location": "WALL", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 0.9, "height": 3.05, "location": "WALL", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "WALL", "orientation": 6}, {"name": 11, "type": "Windows (1)", "width": 1, "height": 14, "location": "WALL", "orientation": 6}, {"name": 12, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "WALL", "orientation": 8}, {"name": 13, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "WALL", "orientation": 8}, {"name": 14, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "WALL", "orientation": 4}, {"name": 15, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "WALL", "orientation": 4}, {"name": 16, "type": "Windows (1)", "width": 2.48, "height": 2.1, "location": "WALL", "orientation": 4}, {"name": 17, "type": "Roof windows (1)", "pitch": 45, "width": 0.6, "height": 0.6, "location": "roof slopes", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.49, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 41.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46.9, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 37.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 24.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 33.68, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.6, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 11.2, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 24.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 102.6, "total_floor_area": 102.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 80, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 387, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 98, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 387, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.5, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 98, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6699, "water_heating": 2244}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.20", "energy_consumption_potential": 46, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093786259, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX4 2FA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OXFORD", "built_form": 4, "created_at": "2019-11-05 12:48:45", "living_area": 14.08, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17560, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "45, Sher Afzal Close", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-05", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.16, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-05", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.825, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.6}, {"name": "Sloping Ceiling", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 18.48}], "sap_walls": [{"name": "Brick", "u_value": 0.17, "wall_type": 2, "kappa_value": 150, "total_wall_area": 67.87, "is_curtain_walling": "false"}, {"name": "Stud Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 196.14}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 133.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Brick", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.98, "location": "Brick", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.96, "location": "Brick", "orientation": 7}, {"name": 4, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Sloping Ceiling", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.55, "psi_value": 0.359, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.23, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.91, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.56, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 17.12, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.007, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 5.7, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.03, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.059, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 31.71, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 18.34, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 36.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 18.35, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 18.35, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.542, "heat_loss_area": 39.27, "total_floor_area": 39.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.85, "heat_loss_area": 0, "total_floor_area": 39.27}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.536, "heat_loss_area": 0, "total_floor_area": 39.27}]}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2645, "water_heating": 2058}}, "seller_commission_report": "Y", "energy_consumption_current": 50, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 41, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10090789922, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WD19 7EQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WATFORD", "built_form": 3, "created_at": "2019-11-28 14:21:15", "living_area": 30.26, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17277, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "20 Graham Taylor Place", "address_line_2": "Bridlington Road", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.92, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.29, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.45}, {"name": "Opening Type 3", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Roof 1", "total_roof_area": 85.45}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall", "total_wall_area": 64.75, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.16, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 4.49, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.47, "height": 1.81, "location": "External Wall 1", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 1.47, "height": 1.81, "location": "External Wall 1", "orientation": 7}, {"name": "D1", "type": "Opening Type 3", "width": 1.02, "height": 2.11, "location": "External Wall 2", "orientation": 0}, {"name": "W3", "type": "Opening Type 1", "width": 2.94, "height": 2.11, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Opening Type 1", "width": 1.47, "height": 1.81, "location": "External Wall 1", "orientation": 5}, {"name": "W5", "type": "Opening Type 1", "width": 0.91, "height": 1.81, "location": "External Wall 1", "orientation": 5}, {"name": "W6", "type": "Opening Type 1", "width": 1.47, "height": 1.81, "location": "External Wall 1", "orientation": 5}, {"name": "W7", "type": "Opening Type 1", "width": 1.47, "height": 1.81, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.22, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 11.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 30.16, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 27.7, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.5, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 27.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 16.15, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 16.15, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 85.45}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 202, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 202, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2081, "water_heating": 1771}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 79, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094372851, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E13 9FU", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-11-01 10:45:22", "living_area": 28.47, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 120, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.89, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.65, "heat_efficiency": 49.14, "heat_source_type": 1, "power_efficiency": 31.59}, {"fuel_type": 51, "heat_fraction": 0.35, "heat_efficiency": 90, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 69 Chapman House", "address_line_2": "3, Castle Street", "assessment_date": "2019-11-01", "assessment_type": "SAP", "completion_date": "2019-11-01", "inspection_date": "2019-11-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.56, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500451, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.58}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Wall 1", "u_value": 0.18, "wall_type": 2, "total_wall_area": 18.84, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.11, "wall_type": 2, "total_wall_area": 18.84, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 43.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 2.04, "height": 1, "location": "Wall 2", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 4.21, "height": 1, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 5.78, "height": 1, "location": "Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.97, "psi_value": 0.093, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 4.29, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.5, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 14.01, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 14.01, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 2.48, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 10.76, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 32.44, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 123, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 123, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 156, "water_heating": 1711}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 52, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 22265927, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN3 1DN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HOVE", "built_form": 4, "created_at": "2019-10-13 16:48:03", "living_area": 17.93, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16835, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.56, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "1a, Lansdowne Road", "assessment_date": "2019-10-13", "assessment_type": "SAP", "completion_date": "2019-10-13", "inspection_date": "2019-10-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 147, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-13", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 1.62, "orientation": "ND", "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance Door", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 6}, {"name": "French Doors", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Roof Light", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Roof Doors", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Sloped Mansard Roof", "total_roof_area": 26}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 23.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "External Wall", "total_wall_area": 141.93, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 137.97}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "1 GFF", "type": "Entrance Door", "width": 1000, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "3 GFR", "type": "French Doors", "width": 1700, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "18 FFF", "type": "Roof Doors", "pitch": 0, "width": 1200, "height": 2100, "location": "Roof 1", "orientation": 5}, {"name": "2 GFF", "type": "Window", "width": 1800, "height": 1250, "location": "External Wall 1", "orientation": 5}, {"name": "4 GFS", "type": "Window", "width": 1200, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "5 GFR", "type": "Window", "width": 1200, "height": 1600, "location": "External Wall 1", "orientation": 1}, {"name": "6 FFF", "type": "Window", "width": 700, "height": 1200, "location": "External Wall 1", "orientation": 5}, {"name": "7 FFS", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 7}, {"name": "8 FFF", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 5}, {"name": "9 FFS", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 3}, {"name": "10 FFR", "type": "Window", "width": 1000, "height": 1500, "location": "External Wall 1", "orientation": 1}, {"name": "11 FFR", "type": "Window", "width": 1600, "height": 1250, "location": "External Wall 1", "orientation": 1}, {"name": "12 SFF", "type": "Window", "width": 700, "height": 1200, "location": "External Wall 1", "orientation": 5}, {"name": "13 SFS", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 7}, {"name": "14 SFF", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 5}, {"name": "15 SFS", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 3}, {"name": "16 SFR", "type": "Window", "width": 1000, "height": 1500, "location": "External Wall 1", "orientation": 1}, {"name": "17 SFR", "type": "Window", "width": 1600, "height": 1250, "location": "External Wall 1", "orientation": 1}, {"name": "19 FFR", "type": "Roof Light", "pitch": 0, "width": 760, "height": 500, "location": "Roof 2", "orientation": 9}, {"name": "20 FFR", "type": "Roof Light", "pitch": 0, "width": 760, "height": 500, "location": "Roof 2", "orientation": 9}, {"name": "21 FFF", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 5}, {"name": "22 SFF", "type": "Window", "width": 700, "height": 1750, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.1, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 18.1, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 62.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 11.9, "psi_value": 0.46, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.1, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E6"}, {"length": 2.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 10.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 19.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 29.7, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 29.7, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 43.2, "psi_value": 0.147, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 15.9, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 35.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 5.3, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 7.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 2.72, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.72, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 6.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.4, "heat_loss_area": 42.64, "total_floor_area": 42.64}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.9, "heat_loss_area": 0, "total_floor_area": 39.18}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 39.18}, {"storey": 3, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 26.02}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 295, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 90, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 297, "currency": "GBP"}, "hot_water_cost_current": {"value": 112, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 47, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.9, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4579, "water_heating": 2411}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 36, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10090658345, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO14 8FF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WALTON ON THE NAZE", "built_form": 1, "created_at": "2019-02-13 14:52:33", "living_area": 18.83, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, The Creek", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.98}], "sap_walls": [{"name": "Masonary Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 117.22, "is_curtain_walling": "false"}, {"name": "Weatherboard", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 64.24, "is_curtain_walling": "false"}, {"name": "Timber Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 150.08}, {"name": "Block Wall", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 19.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.15, "location": "Masonary Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Masonary Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.18, "location": "Masonary Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.06, "location": "Masonary Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 5.19, "location": "Masonary Wall", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.71, "location": "Weatherboard", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 3.24, "location": "Weatherboard", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.52, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.38, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 41.4, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.88, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 36.88, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 24.83, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.05, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 29.52, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 9.84, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 56.98, "total_floor_area": 56.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 56.98, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 285, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 285, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 338, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4009, "water_heating": 1764}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10002587637, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB8 0UU", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "NEWMARKET", "built_form": 1, "created_at": "2019-02-14 16:52:15.000000", "living_area": 113.21, "orientation": 3, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 149.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": "NA", "is_flue_fan_present": "false", "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "false", "main_heating_category": 4, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "mcs_installed_heat_pump": "true", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 102033, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.59, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "is_immersion_for_summer_use": "false", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 1.65, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Allington Hill Barn", "address_line_2": "Hare Park", "address_line_3": "Six Mile Bottom", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 8, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 266, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "2 0 W13 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 1 D04 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 2 W15 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 3 W16 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 4 W17 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 5 W14 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 6 D05 External Wall - Metal Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 0 D01 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 1 W01 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 2 W02 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 3 D02 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 4 W03 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 5 D09 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 6 D08 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 7 W08 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 8 W05 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 9 W10 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 10 D03 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 11 W11 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 12 W12 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 13 W06 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 14 W07 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 15 D07 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 16 D06 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 17 W04 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 18 D11 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 19 D10 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "3 20 W09 External Wall - Timber Cladding", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 9], "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.13, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 9.0}, {"name": 1, "u_value": 0.14, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 284.12}], "sap_walls": [{"name": "2 External Wall - Metal Cladding", "u_value": 0.17, "wall_type": 2, "description": "External Wall - Metal Cladding", "kappa_value": 9.0, "total_wall_area": 123.22, "is_curtain_walling": "false"}, {"name": "3 External Wall - Timber Cladding", "u_value": 0.17, "wall_type": 2, "description": "External Wall - Timber Cladding", "kappa_value": 9.0, "total_wall_area": 209.15, "is_curtain_walling": "false"}], "identifier": "Hare Park", "overshading": 2, "sap_openings": [{"name": "2 0 W13 External Wall - Metal Cladding", "type": "2 0 W13 External Wall - Metal Cladding", "width": 2.4, "height": 1.65, "location": "2 External Wall - Metal Cladding", "orientation": 3}, {"name": "2 1 D04 External Wall - Metal Cladding", "type": "2 1 D04 External Wall - Metal Cladding", "width": 3.29, "height": 3.05, "location": "2 External Wall - Metal Cladding", "orientation": 7}, {"name": "2 2 W15 External Wall - Metal Cladding", "type": "2 2 W15 External Wall - Metal Cladding", "width": 3.2, "height": 1.05, "location": "2 External Wall - Metal Cladding", "orientation": 1}, {"name": "2 3 W16 External Wall - Metal Cladding", "type": "2 3 W16 External Wall - Metal Cladding", "width": 3.2, "height": 1.05, "location": "2 External Wall - Metal Cladding", "orientation": 1}, {"name": "2 4 W17 External Wall - Metal Cladding", "type": "2 4 W17 External Wall - Metal Cladding", "width": 3.2, "height": 1.05, "location": "2 External Wall - Metal Cladding", "orientation": 1}, {"name": "2 5 W14 External Wall - Metal Cladding", "type": "2 5 W14 External Wall - Metal Cladding", "width": 0.94, "height": 1.0, "location": "2 External Wall - Metal Cladding", "orientation": 5}, {"name": "2 6 D05 External Wall - Metal Cladding", "type": "2 6 D05 External Wall - Metal Cladding", "width": 4.4, "height": 3.05, "location": "2 External Wall - Metal Cladding", "orientation": 5}, {"name": "3 0 D01 External Wall - Timber Cladding", "type": "3 0 D01 External Wall - Timber Cladding", "width": 1.05, "height": 2.05, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 1 W01 External Wall - Timber Cladding", "type": "3 1 W01 External Wall - Timber Cladding", "width": 0.6, "height": 1.0, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 2 W02 External Wall - Timber Cladding", "type": "3 2 W02 External Wall - Timber Cladding", "width": 0.6, "height": 1.0, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 3 D02 External Wall - Timber Cladding", "type": "3 3 D02 External Wall - Timber Cladding", "width": 1.2, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 4 W03 External Wall - Timber Cladding", "type": "3 4 W03 External Wall - Timber Cladding", "width": 1.8, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 5 D09 External Wall - Timber Cladding", "type": "3 5 D09 External Wall - Timber Cladding", "width": 1.8, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 6 D08 External Wall - Timber Cladding", "type": "3 6 D08 External Wall - Timber Cladding", "width": 1.8, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 7 W08 External Wall - Timber Cladding", "type": "3 7 W08 External Wall - Timber Cladding", "width": 1.8, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 3}, {"name": "3 8 W05 External Wall - Timber Cladding", "type": "3 8 W05 External Wall - Timber Cladding", "width": 0.9, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 9 W10 External Wall - Timber Cladding", "type": "3 9 W10 External Wall - Timber Cladding", "width": 0.9, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 10 D03 External Wall - Timber Cladding", "type": "3 10 D03 External Wall - Timber Cladding", "width": 1.2, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 11 W11 External Wall - Timber Cladding", "type": "3 11 W11 External Wall - Timber Cladding", "width": 0.9, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 12 W12 External Wall - Timber Cladding", "type": "3 12 W12 External Wall - Timber Cladding", "width": 3.0, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 13 W06 External Wall - Timber Cladding", "type": "3 13 W06 External Wall - Timber Cladding", "width": 1.5, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 14 W07 External Wall - Timber Cladding", "type": "3 14 W07 External Wall - Timber Cladding", "width": 1.8, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 15 D07 External Wall - Timber Cladding", "type": "3 15 D07 External Wall - Timber Cladding", "width": 1.8, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 16 D06 External Wall - Timber Cladding", "type": "3 16 D06 External Wall - Timber Cladding", "width": 1.8, "height": 2.1, "location": "3 External Wall - Timber Cladding", "orientation": 7}, {"name": "3 17 W04 External Wall - Timber Cladding", "type": "3 17 W04 External Wall - Timber Cladding", "width": 3.0, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 5}, {"name": "3 18 D11 External Wall - Timber Cladding", "type": "3 18 D11 External Wall - Timber Cladding", "width": 4.4, "height": 2.15, "location": "3 External Wall - Timber Cladding", "orientation": 5}, {"name": "3 19 D10 External Wall - Timber Cladding", "type": "3 19 D10 External Wall - Timber Cladding", "width": 4.4, "height": 2.15, "location": "3 External Wall - Timber Cladding", "orientation": 1}, {"name": "3 20 W09 External Wall - Timber Cladding", "type": "3 20 W09 External Wall - Timber Cladding", "width": 3.0, "height": 1.6, "location": "3 External Wall - Timber Cladding", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Concrete Slab", "kappa_value": 110.0, "storey_height": 0.0, "heat_loss_area": 68.34, "total_floor_area": 68.34}, {"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Block", "kappa_value": 75.0, "storey_height": 0.0, "heat_loss_area": 165.68, "total_floor_area": 165.68}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "kappa_value": 0.0, "storey_height": 2.05, "heat_loss_area": 32.23, "total_floor_area": 32.23, "kappa_value_from_below": 0.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 1309, "co2_emissions_current": 5.1, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": 115, "main_heating_controls": [{"description": "2207 Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": 1309, "hot_water_cost_current": 236, "suggested_improvements": [{"sequence": 1, "typical_saving": 88, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 77}, {"sequence": 2, "typical_saving": 315, "indicative_cost": "\u00c2\u00a35,000 - \u00c2\u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 79, "environmental_impact_rating": 81}], "co2_emissions_potential": 3.8, "energy_rating_potential": 79, "lighting_cost_potential": 115, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 147, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 29795, "water_heating": 2476}}, "seller_commission_report": "N", "energy_consumption_current": 113, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 85, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 19, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10010261355, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE18 6EA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-03-13 12:51:17", "living_area": 26.7, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 95.9, "heat_source_type": 1, "power_efficiency": 33.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 95.9, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 10 Thomas York House", "address_line_2": "107, Woolwich High Street", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.8, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.22, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.65, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.8}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.17, "wall_type": 2, "total_wall_area": 44.46, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.2, "wall_type": 4, "total_wall_area": 19.77}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 15.84, "location": "External Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.4, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.8, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 10, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.08, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 13.95, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 144, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 144, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 578, "water_heating": 2085}}, "seller_commission_report": "Y", "energy_consumption_current": 42, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 42, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 72759818, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS16 7FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-06-13 12:48:19", "living_area": 19.05, "orientation": 7, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Moseley Beck Lane", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-13", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 6.4, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 124, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Opening Type 5", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 68.85}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Main walls", "total_wall_area": 149.3, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "Wall 2", "total_wall_area": 17.91, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "window", "type": "window", "width": 7.03, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "window", "type": "window", "width": 10.11, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "door", "type": "door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Windows", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 5", "type": "window", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.97, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.46, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.8, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.98, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.56, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.43, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.99, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 26.91, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.23, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "floor", "storey_height": 2.31, "heat_loss_area": 55.08, "total_floor_area": 55.08}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "Floor", "storey_height": 2.61, "heat_loss_area": 12.93, "total_floor_area": 68.85}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 339, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 341, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.0, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5236, "water_heating": 2163}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 45, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094645323, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-12-16 13:14:23", "living_area": 25.54, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 402 Leader House", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.91, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 16.33, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 39.44}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 16.33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.89, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.21, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.15, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 10.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 42.24, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 113, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 113, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 155, "water_heating": 1780}}, "seller_commission_report": "Y", "energy_consumption_current": 49, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 49, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10090664189, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.45 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE7 5JB", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "ILKESTON", "built_form": 3, "created_at": "2019-03-13 12:29:34", "living_area": 25.65, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2602, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat B", "address_line_2": "The Vaults", "address_line_3": "41 East Street", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "kappa_value": 9, "total_roof_area": 19.92}, {"name": "Roof 2", "u_value": 0.31, "roof_type": 2, "description": "Ceiling to Corridor", "kappa_value": 9, "total_roof_area": 2.93}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "kappa_value": 100, "total_roof_area": 52.59}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall", "kappa_value": 9, "total_wall_area": 52.01, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Wall to Corridor", "kappa_value": 9, "total_wall_area": 27.86, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.31, "wall_type": 2, "description": "New External Wall", "kappa_value": 9, "total_wall_area": 13.49, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 9.39}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.54}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 58.13}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 0.46, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Front Door", "type": "Door to Corridor", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Window", "type": "Window", "width": 4.26, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Window", "type": "Window", "width": 2.2, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.45, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 75.44, "total_floor_area": 75.44}]}], "heating_cost_current": {"value": 937, "currency": "GBP"}, "co2_emissions_current": 4.0, "energy_rating_average": 60, "energy_rating_current": 46, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 937, "currency": "GBP"}, "hot_water_cost_current": {"value": 314, "currency": "GBP"}, "co2_emissions_potential": 4.0, "energy_rating_potential": 46, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 314, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5523, "water_heating": 1851}}, "seller_commission_report": "Y", "energy_consumption_current": 316, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 316, "environmental_impact_current": 52, "current_energy_efficiency_band": "E", "environmental_impact_potential": 52, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 53} +{"uprn": 10012030345, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DA11 8GZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GRAVESEND", "built_form": 2, "created_at": "2019-09-13 14:33:15", "living_area": 35.81, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18201, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.45, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 1.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "12, Amsterdam Way", "address_line_2": "Northfleet", "assessment_date": "2019-09-13", "assessment_type": "SAP", "completion_date": "2019-09-13", "inspection_date": "2019-09-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 1.66, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door to Stairs", "type": 1, "u_value": 1.08, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Ceiling", "kappa_value": 9, "total_roof_area": 71.93}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Flat Roof", "kappa_value": 9, "total_roof_area": 3.54}, {"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Flat Bay Roof", "kappa_value": 9, "total_roof_area": 2.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "0.19 Aircrete Cavity Wall", "kappa_value": 56.7, "total_wall_area": 70.66, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "E-WM-27 to Corridor", "kappa_value": 110, "total_wall_area": 16.22, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 10.42}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 113.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door to Stairs", "width": 1010, "height": 2100, "location": "External Wall 2", "orientation": 0}, {"name": "Rear Windows", "type": "Window", "width": 2.23, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RHS Window", "type": "Window", "width": 1250, "height": 1200, "location": "External Wall 1", "orientation": 6}, {"name": "LHS Window", "type": "Window", "width": 1810, "height": 1200, "location": "External Wall 1", "orientation": 2}, {"name": "Front Window", "type": "Window", "width": 1250, "height": 1200, "location": "External Wall 1", "orientation": 8}, {"name": "RHS French Door", "type": "French Door", "width": 1500, "height": 2100, "location": "External Wall 1", "orientation": 6}, {"name": "Rear French Door", "type": "French Door", "width": 2700, "height": 2100, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.46, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.25, "psi_value": 0.022, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.32, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.35, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 13.49, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.77, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 10.9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.73, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 1.34, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 4.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 11.95, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.39, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.23, "psi_value": -0.094, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.39, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.39, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.39, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 4.36, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 4.36, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 5.24, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 70, "storey_height": 2.39, "heat_loss_area": 0, "total_floor_area": 77.97}]}], "heating_cost_current": {"value": 182, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 182, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 95, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1662, "water_heating": 2003}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 85, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 90216352, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.51 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DY2 9RL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DUDLEY", "built_form": 1, "created_at": "2019-03-13 17:52:57", "living_area": 25.44, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17856, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 6", "address_line_2": "168 Cradley Road", "assessment_date": "2019-03-13", "assessment_type": "SAP", "completion_date": "2019-03-13", "inspection_date": "2019-03-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "roof at joists", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 46.58}], "sap_walls": [{"name": "solid wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 28.07, "is_curtain_walling": "false"}, {"name": "timber stud wall", "u_value": 0.85, "wall_type": 2, "kappa_value": 9, "total_wall_area": 15.77, "is_curtain_walling": "false"}, {"name": "timber stud wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 26.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "timber stud wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.6, "location": "solid wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.1, "location": "solid wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 241, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 241, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3192, "water_heating": 1795}}, "seller_commission_report": "Y", "energy_consumption_current": 167, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 167, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 29} +{"uprn": 10093769527, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TQ9 6GR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TOTNES", "built_form": 3, "created_at": "2019-08-13 13:14:12", "living_area": 14.23, "orientation": 4, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "14, Hoopers Close", "address_line_2": "Berry Pomeroy", "assessment_date": "2019-08-13", "assessment_type": "SAP", "completion_date": "2019-08-13", "inspection_date": "2019-08-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "IG40 Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glazed Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Solid Door to Garage", "type": 1, "u_value": 0.8, "data_source": 2, "glazing_type": 1}, {"name": "Roof Window", "type": 5, "u_value": 1.7, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane", "kappa_value": 9, "total_roof_area": 35.28}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm Supafil", "kappa_value": 52.8, "total_wall_area": 85.45, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 78.8, "total_wall_area": 40.97}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 24.55}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 29.04}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "IG40 Solid Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Windows", "width": 2.05, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "French Rear", "type": "Windows", "width": 1585, "height": 2100, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Windows", "width": 3.13, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.04, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.41, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.07, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.75, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.82, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.75, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.07, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.16, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.16, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.07, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.07, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.07, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "120mm PU B&B", "kappa_value": 72, "storey_height": 2.37, "heat_loss_area": 35.28, "total_floor_area": 35.28, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 35.28}]}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 349, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1748, "water_heating": 1547}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -19, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 374582, "roofs": [{"description": {"value": "Average thermal transmittance 0.2 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS2 9TP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 1, "created_at": "2019-05-13 09:51:32", "living_area": 27.47, "orientation": 1, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17982, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 30", "address_line_2": "Mary Seacole Court", "address_line_3": "110 Mina Road", "assessment_date": "2019-05-13", "assessment_type": "SAP", "completion_date": "2019-05-13", "inspection_date": "2019-05-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.06, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.52, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.35}], "sap_walls": [{"name": "External Walls", "u_value": 0.17, "wall_type": 2, "kappa_value": 150, "total_wall_area": 34.96, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 45.08}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 40.07}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6.96, "location": "External Walls", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.2, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 28.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 15.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.3, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 13, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 128, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 128, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 76, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 639, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 23, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 23, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 4} +{"uprn": 10013757496, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX20 1GP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OKEHAMPTON", "built_form": 3, "created_at": "2019-06-13 12:03:53", "living_area": 19.98, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "36, Legion Way", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-13", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.3, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Door (2)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 5.62}, {"name": "Plane ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.37}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 82.5, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 125.28}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 48, "total_wall_area": 40.36}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.06, "location": "Walls", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.91, "location": "Walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.55, "location": "Walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.74, "location": "Walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.39, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.5, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.1, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.4, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.4, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.14, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.14, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.22, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.24, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.22, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 8.24, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.24, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.22, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.31, "heat_loss_area": 38, "total_floor_area": 38}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 38, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 200, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 200, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2295, "water_heating": 1594}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": 0, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093240069, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO31 0RW", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "YORK", "built_form": 1, "created_at": "2019-01-18 14:31:11", "living_area": 36.05, "orientation": 7, "region_code": 7, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 43, "heat_fraction": 0.75, "heat_efficiency": 87.6, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 87.6, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "28, St. Aelreds Mews", "assessment_date": "2019-01-18", "assessment_type": "SAP", "completion_date": "2019-01-18", "inspection_date": "2019-01-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.77, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 130, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 0.84, "data_source": 2, "description": "Front door", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 3, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 4, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 5, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 6, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 7, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 8, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 9, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 10, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 11, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 12, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 13, "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [3], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 65.6}], "sap_walls": [{"name": "Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Main Wall", "total_wall_area": 175.08, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.14, "wall_type": 2, "description": "Timber Clad Wall", "total_wall_area": 9.95, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.02, "height": 2.34, "location": "Wall 2", "orientation": 0}, {"name": 2, "type": 2, "width": 2.26, "height": 1.6, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 3, "width": 0.46, "height": 1.14, "location": "Wall 2", "orientation": 2}, {"name": 4, "type": 4, "width": 1.14, "height": 2.34, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 5, "width": 1.14, "height": 2.34, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 6, "width": 0.46, "height": 2.34, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 7, "width": 2.26, "height": 2.34, "location": "Wall 1", "orientation": 2}, {"name": 8, "type": 8, "width": 2.26, "height": 2.34, "location": "Wall 1", "orientation": 6}, {"name": 9, "type": 9, "width": 1.14, "height": 1.14, "location": "Wall 1", "orientation": 6}, {"name": 10, "type": 10, "width": 1.14, "height": 1.14, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 11, "width": 1.14, "height": 1.64, "location": "Wall 1", "orientation": 6}, {"name": 12, "type": 12, "width": 1.14, "height": 1.14, "location": "Wall 1", "orientation": 6}, {"name": 13, "type": 13, "width": 2.26, "height": 1.64, "location": "Wall 1", "orientation": 6}], "construction_year": 2013, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.042, "calculation_reference": "Calculated from spreadsheet"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground floor", "storey_height": 2.69, "heat_loss_area": 65.6, "total_floor_area": 63.95}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.9, "heat_loss_area": 0, "total_floor_area": 65.6}], "thermal_mass_parameter": 204}], "heating_cost_current": {"value": 344, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 344, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 36, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 93}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4778, "water_heating": 1893}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 32, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094134442, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE55 1NF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALFRETON", "built_form": 3, "created_at": "2019-06-18 14:50:37", "living_area": 13.8, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8, Hibbitt Close", "address_line_2": "Leabrooks", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.82}], "sap_walls": [{"name": "External Walls", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 91.06, "is_curtain_walling": "false"}, {"name": "Internal wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 130}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 37.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Walls", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.57, "location": "External Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.15, "location": "External Walls", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.1, "location": "External Walls", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.12, "psi_value": 0.358, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.08, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.66, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.96, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.96, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.76, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.28, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.003, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.3, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.3, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 7.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 37.82, "total_floor_area": 37.82}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 37.82, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2841, "water_heating": 1682}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094542153, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE2 8WU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERBOROUGH", "built_form": 2, "created_at": "2019-11-18 10:02:01", "living_area": 12, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "41, Georgia Mews", "assessment_date": "2019-11-18", "assessment_type": "SAP", "completion_date": "2019-11-18", "inspection_date": "2019-11-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.92, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.7}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 75.05, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 89.7}, {"name": "party walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 28.86}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.5, "location": "external", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.5, "location": "external", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.4, "psi_value": 0.207, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.9, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.7, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.2, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 12, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.3, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.7, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.2, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.2, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 29.7, "total_floor_area": 29.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 27.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 184, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 184, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1913, "water_heating": 1419}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.21", "energy_consumption_potential": -18, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 100100419488, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LL29 7EU", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLWYN BAY", "built_form": 3, "created_at": "2019-01-13 11:18:53", "living_area": 19.01, "orientation": 5, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17704, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3 Woodhill Rd Baptist Church", "address_line_2": "Woodhill Road", "assessment_date": "2018-02-18", "assessment_type": "SAP", "completion_date": "2019-01-13", "inspection_date": "2018-02-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 116, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_count": 23, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 2.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "glazing_type": 7, "isargonfilled": "true"}, {"name": "Windows (1)", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 2, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched Roof", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.47}, {"name": "Horiz ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.61}, {"name": "Horiz ceiling sheltered", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.47}], "sap_walls": [{"name": "Stone Clad", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 71.03, "is_curtain_walling": "false"}, {"name": "Brick Clad", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 85.58, "is_curtain_walling": "false"}, {"name": "Loft Walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 15.1, "is_curtain_walling": "false"}, {"name": "Brick Gable 2nd floor", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 15.75, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 88.07}, {"name": "FF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 72.93}, {"name": "To unit 2", "u_value": 0.5, "wall_type": 4, "kappa_value": 110, "total_wall_area": 80.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.95, "height": 2.05, "location": "Brick Clad", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.9, "height": 1.7, "location": "Stone Clad", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 0.6, "height": 1.4, "location": "Stone Clad", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1.9, "height": 1.7, "location": "Stone Clad", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.9, "height": 1.7, "location": "Stone Clad", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.9, "height": 1.7, "location": "Stone Clad", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1.9, "height": 2, "location": "Brick Clad", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.9, "height": 2, "location": "Brick Clad", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 1.9, "height": 2, "location": "Brick Clad", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 1.9, "height": 2, "location": "Brick Clad", "orientation": 3}, {"name": 11, "type": "Windows (1)", "width": 0.45, "height": 1.1, "location": "Brick Clad", "orientation": 1}, {"name": 12, "type": "Windows (1)", "width": 0.8, "height": 1.1, "location": "Brick Clad", "orientation": 3}, {"name": 13, "type": "Roof windows (1)", "width": 0.55, "height": 0.98, "location": "Pitched Roof", "orientation": 5}, {"name": 14, "type": "Roof windows (1)", "width": 0.55, "height": 0.98, "location": "Pitched Roof", "orientation": 5}, {"name": 15, "type": "Roof windows (1)", "width": 0.55, "height": 0.98, "location": "Pitched Roof", "orientation": 1}, {"name": 16, "type": "Roof windows (1)", "width": 0.55, "height": 0.98, "location": "Pitched Roof", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 20, "storey_height": 3.15, "heat_loss_area": 44.29, "total_floor_area": 44.29}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3.92, "heat_loss_area": 0, "total_floor_area": 44.29, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 27.27, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 567, "currency": "GBP"}, "co2_emissions_current": 3.4, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 567, "currency": "GBP"}, "hot_water_cost_current": {"value": 95, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 73}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 81}], "co2_emissions_potential": 2.2, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10637, "water_heating": 2150}}, "seller_commission_report": "Y", "energy_consumption_current": 165, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 106, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 29} +{"uprn": 10094222011, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG2 9UN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "READING", "built_form": 1, "created_at": "2019-12-18 09:27:09", "living_area": 22.97, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8, Bronte Grove", "address_line_2": "Arborfield Green", "assessment_date": "2019-12-18", "assessment_type": "SAP", "completion_date": "2019-12-18", "inspection_date": "2019-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.75, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.24}, {"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14.28}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 165.42, "is_curtain_walling": "false"}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 34, "total_wall_area": 67.12}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.83, "location": "Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.02, "location": "Walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 6.76, "location": "Walls", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.96, "location": "Walls", "orientation": 8}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 5.59, "location": "Walls", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 23.68, "psi_value": 0.234, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 19.37, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 45.76, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.06, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.06, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 33.87, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 25.99, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.19, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.54, "heat_loss_area": 65.06, "total_floor_area": 65.06}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 64.32, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 285, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 286, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4234, "water_heating": 2140}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093154305, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG2 2JE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NOTTINGHAM", "built_form": 3, "created_at": "2019-09-18 08:53:29", "living_area": 16.1, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "17e, Orange Gardens", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 3.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.8}], "sap_walls": [{"name": "external wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 81.83, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.2}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 38.22}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.6, "location": "external wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.9, "location": "external wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external wall", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.2, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.9, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.9, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.7, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 16.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.8, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 9.8, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.117, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.8, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 34.8, "total_floor_area": 34.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 181, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 181, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1893, "water_heating": 1539}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -9, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094386506, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO31 5FF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 4}, "post_town": "SOUTHAMPTON", "built_form": 1, "created_at": "2019-05-08 14:01:01", "living_area": 16.69, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10243, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "The Annex, Rosecliffe Maltha", "address_line_2": "Grange Road", "address_line_3": "Netley Abbey", "assessment_date": "2018-06-18", "assessment_type": "SAP", "completion_date": "2019-05-08", "inspection_date": "2018-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.72, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.73}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Pitched roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 16.62}, {"name": "Cold roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.33}], "sap_walls": [{"name": "External walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 89.37, "is_curtain_walling": "false"}, {"name": "Lightwell walls", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 1.723, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.025, "height": 2.1, "location": "External walls", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.25, "height": 1.05, "location": "External walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.81, "height": 1.35, "location": "External walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External walls", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 1.25, "height": 1.05, "location": "External walls", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1.25, "height": 2.1, "location": "External walls", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 1.81, "height": 1.05, "location": "External walls", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 0.91, "height": 1.05, "location": "External walls", "orientation": 2}, {"name": 9, "type": "Roof windows (1)", "pitch": 35, "width": 0.94, "height": 0.98, "location": "Pitched roof", "orientation": 2}, {"name": 10, "type": "Roof windows (1)", "pitch": 35, "width": 0.94, "height": 0.98, "location": "Pitched roof", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.555, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.03, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 23.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 37.06, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 23.01, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.19, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.72, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.25, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.75, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 58.87, "total_floor_area": 58.87}]}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 81, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 98}], "co2_emissions_potential": -0.1, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 63, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1922, "water_heating": 2091}}, "seller_commission_report": "Y", "energy_consumption_current": 110, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": -7, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 6724767, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 6UE", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-10-21 10:12:15", "living_area": 23.79, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.29, "heat_efficiency": 90, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.71, "heat_efficiency": 40, "heat_source_type": 1, "power_efficiency": 38}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1805 Emblem House", "address_line_2": "27, Radial Avenue", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-10-21", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.82, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500077, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-21", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.33, "orientation": 3, "overshading": 2, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.48}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "External Wall", "total_wall_area": 39.55, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.32, "wall_type": 2, "description": "Recessed Panel", "total_wall_area": 1.22, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 2, "description": "Stair Core", "total_wall_area": 3.28, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 4.96}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 32.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Bed 2", "type": "Opening Type 1", "width": 0.9, "height": 2.39, "location": "External Wall 1", "orientation": 3}, {"name": "Living", "type": "Opening Type 1", "width": 2.7, "height": 2.39, "location": "External Wall 1", "orientation": 3}, {"name": "Living", "type": "Opening Type 1", "width": 0.63, "height": 2.39, "location": "External Wall 1", "orientation": 3}, {"name": "Living", "type": "Opening Type 1", "width": 2.42, "height": 2.39, "location": "External Wall 1", "orientation": 5}, {"name": "Living", "type": "Opening Type 1", "width": 0.9, "height": 2.39, "location": "External Wall 1", "orientation": 5}, {"name": "Bed 1", "type": "Opening Type 1", "width": 1.8, "height": 2.39, "location": "External Wall 1", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 63.02}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 124, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 124, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 677, "water_heating": 1853}}, "seller_commission_report": "Y", "energy_consumption_current": 28, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 28, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10071161067, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE3 0FQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 2, "created_at": "2019-12-20 10:51:03", "living_area": 21.09, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "17, Elderflower Close", "address_line_2": "Mickleover", "assessment_date": "2019-12-20", "assessment_type": "SAP", "completion_date": "2019-12-20", "inspection_date": "2019-12-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.19, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 8", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 38.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 86.12, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W2", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W3", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W5", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "W6", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W7", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "D1", "type": "Opening Type 8", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.58, "height": 2.1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.51, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.7, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.45, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.45, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.5, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 6.95, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.87, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.424, "psi_value": 0.0525, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.424, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.424, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground floor", "storey_height": 2.31, "heat_loss_area": 38.02, "total_floor_area": 38.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 38.02}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 209, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 209, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2550, "water_heating": 1674}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10090673122, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO17 7FW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MALTON", "built_form": 2, "created_at": "2019-11-07 08:24:56", "living_area": 13.96, "orientation": 2, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Harebell Road", "assessment_date": "2019-11-07", "assessment_type": "SAP", "completion_date": "2019-11-07", "inspection_date": "2019-11-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 99, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.19, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 20.49}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Warm Roof", "kappa_value": 9, "total_roof_area": 18.89}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "kappa_value": 110, "total_wall_area": 103.35, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "Sheltered Wall", "kappa_value": 110, "total_wall_area": 12.79, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Dormer Walls", "kappa_value": 9, "total_wall_area": 6.49, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 62.27}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 50.76}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 64.49}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 34.54}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 3.83, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Windows", "type": "Window", "width": 6.55, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Front Dormer", "type": "Door", "width": 1.62, "height": 1, "location": "External Wall 3", "orientation": 0}, {"name": "Rear Rooflight", "type": "Rooflight", "pitch": 30, "width": 0.52, "height": 1, "location": "Roof 2", "orientation": 6}, {"name": "Side Window", "type": "Window", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.88, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.77, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.8, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.03, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 25.76, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.3, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.49, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 9.9, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.73, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17.46, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.35, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.9, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.33, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 10.28, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground Floor", "kappa_value": 110, "storey_height": 2.33, "heat_loss_area": 36.23, "total_floor_area": 36.23, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 36.23}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Second Floor", "kappa_value": 18, "storey_height": 2.13, "heat_loss_area": 0, "total_floor_area": 26.63, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 258, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 258, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3331, "water_heating": 1724}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 23, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 63197442, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF2 0GP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WAKEFIELD", "built_form": 1, "created_at": "2019-11-25 11:41:08", "living_area": 12.5, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "74, Rhubarb Hill", "assessment_date": "2019-11-25", "assessment_type": "SAP", "completion_date": "2019-11-25", "inspection_date": "2019-11-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.81, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 105, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-11-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 64.4}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 135.49, "is_curtain_walling": "false"}, {"name": "garage", "u_value": 0.46, "wall_type": 2, "kappa_value": 60, "total_wall_area": 21.42, "is_curtain_walling": "false"}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 24.9}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 147.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "external", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.55, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9, "location": "external", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.8, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.5, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.1, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 8.4, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 32.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.95, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.85, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.55, "heat_loss_area": 45.2, "total_floor_area": 45.2}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.3, "heat_loss_area": 17.7, "total_floor_area": 59.8}]}], "heating_cost_current": {"value": 263, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 263, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3733, "water_heating": 1743}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091703417, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M29 8SJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-10-16 12:20:18", "living_area": 16.49, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15240, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Lambert Meadow", "address_line_2": "Tyldesley", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 115, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Fully Glazed Door", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main roof", "total_roof_area": 50.46}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping", "total_roof_area": 11.61}, {"name": "Roof 3", "u_value": 0.11, "roof_type": 2, "description": "Ground floor roof", "total_roof_area": 5.22}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 127.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.29, "wall_type": 2, "description": "Garage wall", "total_wall_area": 18.65, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.19, "wall_type": 2, "description": "Semi wall", "total_wall_area": 18.88, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Windows", "type": "Windows", "width": 8.33, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Bay", "type": "Windows", "width": 1.51, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Bay", "type": "Windows", "width": 1.51, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Windows", "type": "Windows", "width": 3.95, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Full GlazedDoor", "type": "Windows", "width": 2823, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Door", "type": "Door", "width": 910, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Door", "type": "Solid Door", "width": 910, "height": 2100, "location": "External Wall 1", "orientation": 0}], "construction_year": 2013, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.033, "calculation_reference": "Measured"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground floor", "storey_height": 2.54, "heat_loss_area": 56.52, "total_floor_area": 56.52}, {"storey": 1, "u_value": 0.17, "floor_type": 3, "description": "Floor over garage", "storey_height": 2.66, "heat_loss_area": 4.39, "total_floor_area": 58.68}], "thermal_mass_parameter": 134.77}], "heating_cost_current": {"value": 275, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 276, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3977, "water_heating": 2121}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093296822, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP10 9PY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWPORT", "built_form": 1, "created_at": "2019-12-20 11:57:07", "living_area": 22.9, "orientation": 4, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "33, Hugget Close", "address_line_2": "Rogerstone", "assessment_date": "2019-12-20", "assessment_type": "SAP", "completion_date": "2019-12-20", "inspection_date": "2019-12-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.32, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 54, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-12-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "party", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 53.5}], "sap_walls": [{"name": "external", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 50.14, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 95.6}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16.1}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.15, "location": "external", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.75, "location": "external", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.8, "location": "external", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.6, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.6, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 21.8, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.2, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.3, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.6, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 53.5, "total_floor_area": 53.5}]}], "heating_cost_current": {"value": 146, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 146, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 910, "water_heating": 1372}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 79, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093782298, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW12 4ZF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CONGLETON", "built_form": 4, "created_at": "2019-12-17 12:01:30", "living_area": 18.48, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "19, Redwood Way", "address_line_2": "Somerford", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": "Opening Type 5", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 31.53}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 41.05, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 73.03}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W2", "type": "Opening Type 1", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "W4", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "D1", "type": "Opening Type 5", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "D1 Window", "type": "Opening Type 1", "width": 1.01, "height": 0.23, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.2, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.19, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.42, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.42, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.42, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 19.5, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 14.98, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.98, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 14.98, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.137, "floor_type": 2, "description": "Jetfloor", "storey_height": 2.33, "heat_loss_area": 31.53, "total_floor_area": 31.53}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 31.53}], "thermal_mass_parameter": 213.62}], "heating_cost_current": {"value": 174, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 174, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 98, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 98, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1684, "water_heating": 1475}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -12, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094350367, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LU6 1GP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DUNSTABLE", "built_form": 4, "created_at": "2019-10-31 13:41:21", "living_area": 19.02, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "31, Tavistock Street", "assessment_date": "2019-10-31", "assessment_type": "SAP", "completion_date": "2019-10-31", "inspection_date": "2019-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.23, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500425, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Corridor door", "type": 1, "u_value": 0.69, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 36.85}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "kappa_value": 61.96, "total_wall_area": 46.51, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 80.8}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 131.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Windows", "type": "Windows", "width": 4.57, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Windows", "type": "Windows", "width": 6.26, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.29, "psi_value": 0.358, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.29, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.45, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.21, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.21, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.21, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 16, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.36, "heat_loss_area": 36.85, "total_floor_area": 36.85, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 36.85}]}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1839, "water_heating": 1719}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -6, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10008345379, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EC2A 2FE", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-11 18:34:27", "living_area": 44.8, "orientation": 1, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 67.2, "cooling_system_eer": 4.57, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.871, "heat_efficiency": 49.27, "heat_source_type": 1, "power_efficiency": 31.58}, {"fuel_type": 51, "heat_fraction": 0.129, "heat_efficiency": 95.75, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 2202", "address_line_2": "2, Principal Place", "address_line_3": "Worship Street", "assessment_date": "2019-10-11", "assessment_type": "SAP", "completion_date": "2019-10-11", "inspection_date": "2019-10-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.79, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-11", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.055, "orientation": "ND", "overshading": 1, "pv_connection": 0}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.45}, {"name": "Windows (2)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.49}, {"name": "Windows (3)", "type": 4, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 4, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Curtain Wall 1", "u_value": 1.09, "wall_type": 2, "total_wall_area": 55.5, "is_curtain_walling": "true"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.6, "location": "Curtain Wall 1", "orientation": 7}, {"name": 2, "type": "Windows (2)", "width": 1, "height": 8.7, "location": "Curtain Wall 1", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 5.1, "location": "Curtain Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.45, "location": "Curtain Wall 1", "orientation": 5}, {"name": 5, "type": "Windows (3)", "width": 1, "height": 5.8, "location": "Curtain Wall 1", "orientation": 5}, {"name": 6, "type": "Windows (3)", "width": 1, "height": 3.7, "location": "Curtain Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 162, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 162, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1200, "water_heating": 2116}}, "seller_commission_report": "Y", "energy_consumption_current": 50, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 50, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10090672513, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO62 5FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YORK", "built_form": 3, "created_at": "2019-12-18 12:07:35", "living_area": 12.77, "orientation": 5, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "5, Swanland Road", "address_line_2": "Helmsley", "assessment_date": "2018-09-04", "assessment_type": "SAP", "completion_date": "2019-12-18", "inspection_date": "2019-12-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 36.11}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 91.25, "total_wall_area": 86, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 91.25, "total_wall_area": 36.35}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 69.37, "total_wall_area": 60.24}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 90.34}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 4.61, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 2", "type": "Doors", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Windows", "width": 4.74, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 4", "type": "Doors", "width": 1.96, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.65, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.85, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.3, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.2, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.58, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.27, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.27, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.27, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 78, "storey_height": 2.4, "heat_loss_area": 36.11, "total_floor_area": 36.11}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 36.11, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 220, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 220, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 299, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2834, "water_heating": 1562}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094115171, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF17 7LT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BATLEY", "built_form": 3, "created_at": "2019-12-11 16:04:16", "living_area": 15.71, "orientation": 7, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17688, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "40, Upper Road", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-11", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.74, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 129, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-12-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19.13}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 27.47}], "sap_walls": [{"name": "Exposed Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 70, "total_wall_area": 48.14, "is_curtain_walling": "false"}, {"name": "Room in Roof Wall", "u_value": 0.22, "wall_type": 2, "kappa_value": 18, "total_wall_area": 19.81, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Exposed Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.5, "location": "Exposed Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.209, "location": "Exposed Wall", "orientation": 7}, {"name": 4, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Roof 2", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.815, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.715, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21.24, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.628, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.32, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.62, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 20.53, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.56, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 19.12, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 19.12, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 3.884, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 5.715, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.64, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 5.715, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 55.19, "total_floor_area": 55.19}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 46.6}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2, "heat_loss_area": 0, "total_floor_area": 27.47}]}], "heating_cost_current": {"value": 249, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 249, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.6, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3504, "water_heating": 2022}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 23, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 207023448, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N11 1FG", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-10-25 11:39:02", "living_area": 23.58, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 54.6, "heat_source_type": 1, "power_efficiency": 35.5}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 85.26, "heat_source_type": 2}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 5, "is_community_heating_cylinder_in_dwelling": "false", "community_heating_distribution_loss_factor": 1.05}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "6 Kelsey Court", "address_line_2": "15, Montmorency Gardens", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.83, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500413, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.081, "orientation": 6, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 3, "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_walls": [{"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 32.23}, {"name": "Wall 2", "u_value": 0.19, "wall_type": 3, "description": "Stairwall", "total_wall_area": 16.17, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Type 1", "total_wall_area": 31.95, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.25, "height": 2.34, "location": "Wall 1", "orientation": 5}, {"name": 2, "type": 1, "width": 3.25, "height": 2.5, "location": "Wall 1", "orientation": 5}, {"name": 3, "type": 3, "width": 0.9, "height": 2.1, "location": "Wall 2", "orientation": 0}, {"name": 4, "type": 1, "width": 1.14, "height": 2.34, "location": "Wall 1", "orientation": 7}], "construction_year": 2013, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 50}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 135, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 135, "currency": "GBP"}, "hot_water_cost_current": {"value": 57, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 632, "water_heating": 1444}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 45, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 50125833, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.31 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT20 1DP", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "FOLKSTONE", "built_form": 4, "created_at": "2019-10-18 14:04:49", "living_area": 28.48, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "30 Sandgate Road", "assessment_date": "2019-10-18", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 36, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "DTC", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 101.13}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall", "total_wall_area": 14.38, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.43, "wall_type": 3, "description": "corridor wall", "total_wall_area": 24.31, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 24.93}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 35.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Window", "width": 7.35, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 2", "type": "DTC", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.25, "floor_type": 3, "description": "commerical floor", "storey_height": 3, "heat_loss_area": 35.79, "total_floor_area": 35.79}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 410, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 31, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 410, "currency": "GBP"}, "hot_water_cost_current": {"value": 228, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 31, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 228, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2336, "water_heating": 1300}}, "seller_commission_report": "Y", "energy_consumption_current": 327, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 327, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 55} +{"uprn": 10093198840, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX11 0FZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DIDCOT", "built_form": 1, "created_at": "2019-12-12 10:24:58", "living_area": 20.6, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Chequers End", "address_line_2": "Harwell", "assessment_date": "2019-12-12", "assessment_type": "SAP", "completion_date": "2019-12-12", "inspection_date": "2019-12-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.06, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 140, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-12-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 70}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 211.68, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.5}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 38.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 10.5, "location": "external", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.5, "location": "external", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 5.55, "location": "external", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 6.15, "location": "external", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 30.55, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 25.15, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 57.9, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 43.2, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 43.2, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 30.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.8, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 29.4, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.8, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 70, "total_floor_area": 70}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 70, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 302, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 303, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4247, "water_heating": 2144}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 26, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093608684, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M3 5EY", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 4, "created_at": "2019-12-17 10:55:02", "living_area": 16.28, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1413 Alcock House", "address_line_2": "99, Chapel Street", "assessment_date": "2019-12-17", "assessment_type": "SAP", "completion_date": "2019-12-17", "inspection_date": "2019-12-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.48, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 31, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.26, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.36}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 30.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.185, "wall_type": 2, "description": "External Wall", "total_wall_area": 18.5, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 20.5}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 18.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "AW01", "type": "Opening Type 1", "width": 0.9, "height": 2.21, "location": "External Wall 1", "orientation": 8}, {"name": "AW01", "type": "Opening Type 1", "width": 2.02, "height": 2.21, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 30.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 51, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 27, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 51, "currency": "GBP"}, "hot_water_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 27, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 218, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 270, "water_heating": 1241}}, "seller_commission_report": "Y", "energy_consumption_current": 169, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 169, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 29} +{"uprn": 10094645296, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AG", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-12-16 13:13:40", "living_area": 28.76, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 201 Leader House", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-16", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.91, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 21.58, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 19.73}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 41.26}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.42, "location": "External Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.43, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.95, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 10.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 46.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 118, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 118, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 285, "water_heating": 1776}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 51, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 10010242017, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9FJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-19 14:58:24", "living_area": 35.7, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.3, "heat_source_type": 1, "power_efficiency": 30.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 94, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "48 Jubilee Court", "address_line_2": "20, Victoria Parade", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "wet_rooms_count": 2, "air_permeability": 4.4, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.4, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Int Corridor", "u_value": 0.29, "wall_type": 3, "total_wall_area": 26.1, "is_curtain_walling": "false"}, {"name": "Ext Column", "u_value": 0.48, "wall_type": 2, "total_wall_area": 2.7, "is_curtain_walling": "false"}, {"name": "Int Stairs", "u_value": 0.43, "wall_type": 2, "total_wall_area": 6.4, "is_curtain_walling": "false"}, {"name": "Ext Panel", "u_value": 0.22, "wall_type": 2, "total_wall_area": 16, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.01, "location": "Int Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.23, "height": 2.48, "location": "Ext Panel", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 2.52, "height": 2.48, "location": "Ext Panel", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 136, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 136, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 89, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 656, "water_heating": 2091}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 61, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10010242074, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9FJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-02-19 15:00:12", "living_area": 21.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 50.3, "heat_source_type": 1, "power_efficiency": 30.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 94, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "97 Jubilee Court", "address_line_2": "20, Victoria Parade", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.74, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500249, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.63, "glazing_type": 7, "solar_transmittance": 0.76}, {"name": "Windows (2)", "type": 4, "u_value": 1.8, "frame_type": 7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Int Corridor", "u_value": 0.29, "wall_type": 3, "total_wall_area": 16.2, "is_curtain_walling": "false"}, {"name": "Ext Brick", "u_value": 0.22, "wall_type": 2, "total_wall_area": 16.2, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.01, "location": "Int Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.88, "height": 2.23, "location": "Ext Brick", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.88, "height": 2.23, "location": "Ext Brick", "orientation": 3}, {"name": 4, "type": "Windows (2)", "width": 0.67, "height": 2.2, "location": "Ext Brick", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 115, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 115, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 319, "water_heating": 1852}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 68, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10094146748, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH14 9PB", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BILLINGSHURST", "created_at": "2019-09-10 14:44:02.000000", "living_area": 32.43, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 160.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "is_interlocked_system": "true", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.29, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 1, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "Atlantic House", "address_line_3": "Jengers Mead", "assessment_date": "2019-09-09", "assessment_type": "SAP", "completion_date": "2019-09-09", "inspection_date": "2019-09-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 front - south east", "type": 4, "u_value": 2.0, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 5, "isargonfilled": "false", "solar_transmittance": 0.72}, {"name": "2 0 1.4 compartment wall", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 5, "u_value": 0.0, "roof_type": 4, "kappa_value": 30.0, "total_roof_area": 66.27}], "sap_walls": [{"name": "0 side - north east", "u_value": 0.55, "wall_type": 2, "description": "side - north east", "kappa_value": 190.0, "total_wall_area": 16.21, "is_curtain_walling": "false"}, {"name": "1 front - south east", "u_value": 0.55, "wall_type": 2, "description": "front - south east", "kappa_value": 9.0, "total_wall_area": 21.62, "is_curtain_walling": "false"}, {"name": "2 compartment wall", "u_value": 0.37, "wall_type": 2, "description": "compartment wall", "kappa_value": 9.0, "total_wall_area": 6.21, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 180.0, "total_wall_area": 37.14, "is_curtain_walling": "false"}], "identifier": "flat 4 - FF front", "overshading": 2, "sap_openings": [{"name": "1 0 front - south east", "type": "1 0 front - south east", "width": 5.76, "height": 1.0, "location": "1 front - south east", "orientation": 8}, {"name": "2 0 1.4 compartment wall", "type": "2 0 1.4 compartment wall", "width": 2.0, "height": 1.0, "location": "2 compartment wall", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 2, "u_value": 0.0, "floor_type": 3, "kappa_value": 40.0, "storey_height": 0.0, "heat_loss_area": 0.0, "total_floor_area": 66.27, "kappa_value_from_below": 0.0}]}], "heating_cost_current": 292, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": 51, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 292, "hot_water_cost_current": 235, "co2_emissions_potential": 2.1, "energy_rating_potential": 66, "lighting_cost_potential": 51, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 235, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2022, "water_heating": 1625}}, "seller_commission_report": "N", "energy_consumption_current": 185, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 185, "environmental_impact_current": 70, "current_energy_efficiency_band": "D", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 31, "additional_allowable_electricity_generation": 0.0} +{"uprn": 376384, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS14 8PY", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "created_at": "2019-12-10 22:37:13.000000", "living_area": 23.0, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "11 Hollway Road", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 dg", "type": 4, "u_value": 2.3, "frame_type": 2, "data_source": 3, "glazing_gap": 1, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "1 1 dg", "type": 4, "u_value": 2.3, "frame_type": 2, "data_source": 3, "glazing_gap": 1, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "1 2 dg", "type": 1, "u_value": 2.3, "data_source": 3, "glazing_type": 1}, {"name": "1 3 dg", "type": 4, "u_value": 2.3, "data_source": 3, "glazing_gap": 1, "glazing_type": 6, "isargonfilled": "true"}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.13, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 1.0}, {"name": 5, "u_value": 0.0, "roof_type": 4, "kappa_value": 20.0, "total_roof_area": 61.0}], "sap_walls": [{"name": 1, "u_value": 1.4, "wall_type": 2, "kappa_value": 60.0, "total_wall_area": 35.0, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 180.0, "total_wall_area": 38.0, "is_curtain_walling": "false"}, {"name": "4 TF", "u_value": 0.0, "wall_type": 4, "description": "TF", "kappa_value": 20.0, "total_wall_area": 12.0, "is_curtain_walling": "false"}], "identifier": "flat 1", "overshading": 2, "sap_openings": [{"name": "1 0 dg", "type": "1 0 dg", "width": 3.0, "height": 1.5, "location": 1, "orientation": 3}, {"name": "1 1 dg", "type": "1 1 dg", "width": 1.5, "height": 1.5, "location": 1, "orientation": 7}, {"name": "1 2 dg", "type": "1 2 dg", "width": 0.9, "height": 2.1, "location": 1, "orientation": 3}, {"name": "1 3 dg", "type": "1 3 dg", "width": 2.4, "height": 2.1, "location": 1, "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 75.0, "storey_height": 2.4, "heat_loss_area": 62.0, "total_floor_area": 62.0}]}], "heating_cost_current": 292, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": 56, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": 292, "hot_water_cost_current": 78, "co2_emissions_potential": 1.7, "energy_rating_potential": 76, "lighting_cost_potential": 56, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 78, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4387, "water_heating": 1755}}, "seller_commission_report": "N", "energy_consumption_current": 154, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 154, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 27, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10094455590, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH10 3GT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRAWLEY", "built_form": 3, "created_at": "2019-12-09 15:13:24", "living_area": 24.35, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "15, Aquamarine Close", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.14, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.04, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 46.98}], "sap_walls": [{"name": "Brick on timber frame", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 99.38, "is_curtain_walling": "false"}, {"name": "Metal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 181.62}, {"name": "Timber Frame", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 43.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Brick on timber frame", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.12, "location": "Brick on timber frame", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.42, "location": "Brick on timber frame", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.89, "location": "Brick on timber frame", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 9.29, "psi_value": 0.112, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.24, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.24, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.24, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.73, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.91, "psi_value": -0.06, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.82, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.9, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.9, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 46.98, "total_floor_area": 46.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 46.98, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 256, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 256, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2917, "water_heating": 1704}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 50, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 318216, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS13 7BH", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 1, "created_at": "2019-12-09 11:51:53", "living_area": 31.12, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 2, "main_heating_declared_values": {"efficiency": 100}}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.94, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 642, Lake Shore", "address_line_2": "Lake Shore Drive", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.81, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.58, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.51}, {"name": "Windows (2)", "type": 4, "u_value": 0.82, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.77, "glazing_type": 8, "solar_transmittance": 0.53}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.16, "roof_type": 2, "total_roof_area": 51.15}], "sap_walls": [{"name": "External Wall", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 28.71, "is_curtain_walling": "false"}, {"name": "Communal Corridor", "u_value": 0.21, "wall_type": 2, "kappa_value": 14, "total_wall_area": 9.72, "is_curtain_walling": "false"}, {"name": "I", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 38.96}, {"name": "P", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 130.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Communal Corridor", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.18, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 4.2, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 18, "storey_height": 3, "heat_loss_area": 6.68, "total_floor_area": 22.1, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 51.15}]}], "heating_cost_current": {"value": 541, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 63, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 541, "currency": "GBP"}, "hot_water_cost_current": {"value": 321, "currency": "GBP"}, "co2_emissions_potential": 2.7, "energy_rating_potential": 63, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 321, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2976, "water_heating": 1831}}, "seller_commission_report": "Y", "energy_consumption_current": 219, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 219, "environmental_impact_current": 67, "current_energy_efficiency_band": "D", "environmental_impact_potential": 67, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 37} +{"uprn": null, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.34 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME15 6LA", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MAIDSTONE", "built_form": 1, "created_at": "2019-10-09 12:31:52", "living_area": 24.5, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 425, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2704, "main_heating_category": 8, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.19, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric underfloor heating", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 505", "address_line_2": "Kent House", "address_line_3": "Romney Place", "assessment_date": "2018-11-09", "assessment_type": "SAP", "completion_date": "2019-10-09", "inspection_date": "2018-11-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 46, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-10-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 3, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "mid", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 45.7}], "sap_walls": [{"name": "OLD WALL", "u_value": 0.29, "wall_type": 2, "kappa_value": 9, "total_wall_area": 22.056, "is_curtain_walling": "false"}, {"name": "CORRIDOR WALL", "u_value": 0.4, "wall_type": 2, "kappa_value": 9, "total_wall_area": 22.056, "is_curtain_walling": "false"}, {"name": "mid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 23.76}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "CORRIDOR WALL", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 12.84, "location": "OLD WALL", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 396, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 64, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostat", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 396, "currency": "GBP"}, "hot_water_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 64, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 253, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2254, "water_heating": 1443}}, "seller_commission_report": "Y", "energy_consumption_current": 263, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 263, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 44} +{"uprn": 72120135, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7PA", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-07-12 11:22:40", "living_area": 16.43, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "17, Marston Mount", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-07-12", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 54, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-07-12", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 53.9}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 57.9, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 15.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.57, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.47, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.18, "height": 1.275, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.18, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 5.42, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 18.2, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 33.21, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 9.52, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 15.45, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 12.86, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 828, "currency": "GBP"}, "co2_emissions_current": 8.0, "energy_rating_average": 60, "energy_rating_current": 42, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 828, "currency": "GBP"}, "hot_water_cost_current": {"value": 488, "currency": "GBP"}, "co2_emissions_potential": 8.0, "energy_rating_potential": 42, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 488, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 5019, "space_heating_existing_dwelling": 10052}}, "seller_commission_report": "Y", "energy_consumption_current": 878, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 878, "environmental_impact_current": 18, "current_energy_efficiency_band": "E", "environmental_impact_potential": 18, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 148} +{"uprn": 10033646625, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW6 5GA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-09 10:39:15", "living_area": 21.9, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6653, "heat_efficiency": 68.89, "heat_source_type": 1, "power_efficiency": 30.2}, {"fuel_type": 51, "heat_fraction": 0.3347, "heat_efficiency": 98.2, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Lichfield House", "address_line_2": "Tollgate Gardens", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.606, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.07, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.26, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.73, "glazing_type": 6, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 90, "total_roof_area": 50.2}], "sap_walls": [{"name": "External wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 150, "total_wall_area": 21.725, "is_curtain_walling": "false"}, {"name": "Sheltered wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 135, "total_wall_area": 32.175, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 35.475}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2, "location": "Sheltered wall", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 2.598, "height": 2.035, "location": "External wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.585, "height": 2.035, "location": "External wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.9, "psi_value": 0.275, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.14, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 4.9, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.9, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "kappa_value": 110, "storey_height": 2.75, "heat_loss_area": 50.2, "total_floor_area": 50.2}]}], "heating_cost_current": {"value": 136, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 136, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 961, "water_heating": 1823}}, "seller_commission_report": "Y", "energy_consumption_current": 56, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 56, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094416062, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RM1 1RX", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROMFORD", "built_form": 1, "created_at": "2019-08-01 13:02:24", "living_area": 24.71, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 15694, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 43 Equitable House", "address_line_2": "88-100, South Street", "assessment_date": "2019-06-21", "assessment_type": "SAP", "completion_date": "2019-08-01", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 54, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.18, "roof_type": 2, "total_roof_area": 54.02}], "sap_walls": [{"name": "External Walls", "u_value": 0.3, "wall_type": 2, "total_wall_area": 25.44, "is_curtain_walling": "false"}, {"name": "Communal Walls", "u_value": 0.3, "wall_type": 2, "total_wall_area": 37.68, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "Communal Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 11, "location": "External Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 263, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 263, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 82, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3341, "water_heating": 1765}}, "seller_commission_report": "Y", "energy_consumption_current": 155, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 155, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 78, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 27} +{"uprn": 10024155516, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.32 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH1 4AY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNEMOUTH", "built_form": 1, "created_at": "2019-08-07 12:22:02", "living_area": 21.8, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18224, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 29", "address_line_2": "Fernwood Court", "address_line_3": "434-436 Christchurch Road", "assessment_date": "2018-04-26", "assessment_type": "SAP", "completion_date": "2019-08-07", "inspection_date": "2018-04-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 35, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.23, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.8, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plain ceiling", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.82}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 32.27}], "sap_walls": [{"name": "Existing Cavity walls", "u_value": 0.34, "wall_type": 2, "kappa_value": 150, "total_wall_area": 36, "is_curtain_walling": "false"}, {"name": "Semi Exposed walls", "u_value": 0.33, "wall_type": 2, "kappa_value": 14, "total_wall_area": 18.72, "is_curtain_walling": "false"}, {"name": "New Semi Exposed walls", "u_value": 0.32, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.61, "is_curtain_walling": "false"}, {"name": "Existing Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 17.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.9, "height": 2.1, "location": "Semi Exposed walls", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.15, "height": 1.9, "location": "Existing Cavity walls", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.15, "height": 1.9, "location": "Existing Cavity walls", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 0.75, "height": 1.35, "location": "Existing Cavity walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 3, "kappa_value": 20, "storey_height": 2.73, "heat_loss_area": 1.87, "total_floor_area": 35.09}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 78, "lighting_cost_current": {"value": 32, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 78, "lighting_cost_potential": {"value": 32, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2360, "water_heating": 1405}}, "seller_commission_report": "Y", "energy_consumption_current": 171, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 171, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 30} +{"uprn": 10094194714, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 3SJ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 3, "created_at": "2019-09-30 16:15:00", "living_area": 42.53, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.56, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1501", "address_line_2": "248, The Quays", "assessment_date": "2019-09-30", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.21, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_ducts_index_number": 520018, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Curtain Walling", "type": 4, "u_value": 1.1, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.35}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 88.59}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 42.65, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 1.1, "wall_type": 2, "description": "Curtain walling", "total_wall_area": 16.27, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 46.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Curtaing walling", "type": "Curtain Walling", "width": 2.67, "height": 1, "location": "External Wall 2", "orientation": 7}, {"name": "Curtain Walling", "type": "Curtain Walling", "width": 10.84, "height": 1, "location": "External Wall 2", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.78, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.78, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.55, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.55, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 4.8, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 19.19, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 88.59}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 264, "currency": "GBP"}, "hot_water_cost_current": {"value": 325, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 77, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 325, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1354, "water_heating": 1854}}, "seller_commission_report": "Y", "energy_consumption_current": 129, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 129, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10093994097, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NW11 8DG", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-09-30 13:22:23", "living_area": 50.35, "orientation": 3, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 68.2, "cooling_system_type": 1, "cooling_system_class": "A", "cooling_system_control": 1, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 249, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.5, "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 175.1, "heat_source_type": 3}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 10 Crossbill Apartments", "address_line_2": "452, Finchley Road", "assessment_date": "2019-08-05", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.68, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazing", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 3}, {"name": "Entrance Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Flat Roof 80+25", "total_roof_area": 21.42}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 91.48}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.1, "wall_type": 2, "description": "External Walls", "total_wall_area": 99.37, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "total_wall_area": 20.38}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.25}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "E", "type": "Glazing", "width": 20.58, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W", "type": "Glazing", "width": 20.58, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "S", "type": "Glazing", "width": 23.17, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 22.57, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 39.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 46.82, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 24.16, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 11.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.8, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 43.84, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 112.9}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 269, "currency": "GBP"}, "hot_water_cost_current": {"value": 111, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 111, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2531, "water_heating": 2198}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 106, "environmental_impact_current": 82, "current_energy_efficiency_band": "B", "environmental_impact_potential": 82, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093473951, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E6 1EF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-05-29 12:59:42", "living_area": 29.3, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 1, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 61.34, "heat_source_type": 1, "power_efficiency": 30.67}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 94.7, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 12}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "16 Marine House", "address_line_2": "16, Albion Way", "assessment_date": "2019-05-29", "assessment_type": "SAP", "completion_date": "2019-05-29", "inspection_date": "2019-05-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.64, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500031, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-29", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.8, "orientation": 7, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.05, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.145, "wall_type": 2, "description": "External Wall", "total_wall_area": 31.1, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 21.7, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 52.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1, "height": 2.3, "location": "External Wall 2", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 1.56, "height": 2.25, "location": "External Wall 1", "orientation": 3}, {"name": "W2", "type": "Opening Type 2", "width": 2.91, "height": 2.25, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Opening Type 2", "width": 3.36, "height": 2.25, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.83, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.83, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.1, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 38.152, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.094, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 42.372, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 72.72}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 142, "currency": "GBP"}, "co2_emissions_current": 0.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 142, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "co2_emissions_potential": 0.3, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 879, "water_heating": 1718}}, "seller_commission_report": "Y", "energy_consumption_current": 17, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 17, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 3} +{"uprn": 10091162492, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW11 8QA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TEDDINGTON", "built_form": 1, "created_at": "2019-05-04 09:02:05", "living_area": 18.4, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 10263, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200007, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "1b Latimer Road", "assessment_date": "2019-03-12", "assessment_type": "SAP", "completion_date": "2019-05-04", "inspection_date": "2019-03-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 2, "air_permeability": 3.7, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 39, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-04", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.5, "orientation": 3, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 12, "isargonfilled": "true", "solar_transmittance": 0.57}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceilings", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 39.1}], "sap_walls": [{"name": "Cavity Wall", "u_value": 0.14, "wall_type": 2, "kappa_value": 60, "total_wall_area": 52.56, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 19.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2, "height": 1.981, "location": "Cavity Wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 0.9, "height": 1.05, "location": "Cavity Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 0.9, "height": 1.05, "location": "Cavity Wall", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 147, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 147, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 740, "water_heating": 1457}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 79, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094573052, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA6 4DP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRIDGWATER", "built_form": 2, "created_at": "2019-09-30 10:36:19", "living_area": 18.6, "orientation": 5, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Topaz Drive", "assessment_date": "2019-09-30", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.86, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 127, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 53.2}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 140.85, "is_curtain_walling": "false"}, {"name": "garage", "u_value": 0.3, "wall_type": 2, "kappa_value": 60, "total_wall_area": 24.18, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 145.2}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 52.28}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.7, "location": "external", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 11.25, "location": "external", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.3, "location": "external", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.3, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.9, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.9, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.3, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.3, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 38.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.05, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 3.9, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17.2, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 10, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.6, "heat_loss_area": 34.4, "total_floor_area": 34.4}, {"storey": 1, "u_value": 0.13, "floor_type": 3, "kappa_value": 20, "storey_height": 2.3, "heat_loss_area": 18, "total_floor_area": 46.4}, {"storey": 2, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 46.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 260, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 261, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 340, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3312, "water_heating": 2133}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 2630184123, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR18 0ZA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WYMONDHAM", "built_form": 4, "created_at": "2019-04-12 10:44:23", "living_area": 19.1, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "35, Tipperary Avenue", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.7}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 40.5, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 64.8}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 12.4}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 85}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.15, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.35, "location": "external", "orientation": 3}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.45, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6.05, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.3, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.1, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.1, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 20, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 17, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 17, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 34.7, "total_floor_area": 34.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.7, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 181, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 181, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1844, "water_heating": 1537}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": -10, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093390158, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO23 7NT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WINCHESTER", "built_form": 1, "created_at": "2019-03-01 14:33:45", "living_area": 19.78, "orientation": 6, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200011, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Laurel Cottage", "address_line_2": "Westfield Road", "address_line_3": "Kings Worthy", "assessment_date": "2018-06-19", "assessment_type": "SAP", "completion_date": "2019-03-01", "inspection_date": "2018-06-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-01", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.84, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 0.92, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Plain ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 23.54}, {"name": "Sloping ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 28.93}, {"name": "Sheltered ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.39}], "sap_walls": [{"name": "External Cavity walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 100.93, "is_curtain_walling": "false"}, {"name": "External Plinth wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 15.27, "is_curtain_walling": "false"}, {"name": "Dormer walls", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.83, "is_curtain_walling": "false"}, {"name": "Ashlar walls", "u_value": 0.1, "wall_type": 2, "kappa_value": 9, "total_wall_area": 1.93, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.025, "height": 1.5, "location": "External Cavity walls", "orientation": 6}, {"name": 2, "type": "Door (1)", "width": 1.025, "height": 0.6, "location": "External Plinth wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.81, "height": 1.35, "location": "External Cavity walls", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.81, "height": 1.05, "location": "External Cavity walls", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1.25, "height": 1.2, "location": "External Cavity walls", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.25, "height": 1.05, "location": "External Cavity walls", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 2.485, "height": 1.5, "location": "External Cavity walls", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.81, "height": 1.35, "location": "External Cavity walls", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 2.485, "height": 0.6, "location": "External Plinth wall", "orientation": 2}, {"name": 10, "type": "Roof windows (1)", "pitch": 42, "width": 0.78, "height": 0.98, "location": "Sloping ceiling", "orientation": 8}, {"name": 11, "type": "Roof windows (1)", "pitch": 42, "width": 0.78, "height": 0.98, "location": "Sloping ceiling", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.19, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.655, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.3, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.97, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.97, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.81, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.81, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 18.53, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.91, "psi_value": -0.066, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.81, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.81, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 6.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.81, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 5.37, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 4.81, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.36, "heat_loss_area": 44.42, "total_floor_area": 44.42}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.22, "heat_loss_area": 0, "total_floor_area": 44.42}]}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 90}], "co2_emissions_potential": 0.8, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2795, "water_heating": 1941}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 49, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10091052411, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WS11 9AA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CANNOCK", "built_form": 1, "created_at": "2019-10-04 12:15:21", "living_area": 15.85, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "29 Shorelark Way", "address_line_2": "Norton Canes", "assessment_date": "2019-10-04", "assessment_type": "SAP", "completion_date": "2019-10-04", "inspection_date": "2019-10-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Patio Doors", "type": 4, "u_value": 1.35, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "HG Doors", "type": 2, "u_value": 1.35, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof", "kappa_value": 0, "total_roof_area": 66.75}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "kappa_value": 0, "total_wall_area": 140.35, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 87.98}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 147.8618}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front HG Door", "type": "HG Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 7.3, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear HG Door", "type": "HG Doors", "width": 1.93, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Rear Windows", "type": "Windows", "width": 4.9, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "LH Windows", "type": "Windows", "width": 0.95, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Patio Door", "type": "Patio Doors", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.81, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 11.15, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.06, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.06, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.58, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.48, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.83, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Heat Loss Floor", "kappa_value": 0, "storey_height": 2.55, "heat_loss_area": 51.3, "total_floor_area": 51.3, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 66.75}]}], "heating_cost_current": {"value": 300, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 83, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 300, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 83, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4573, "water_heating": 1771}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094757497, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA2 8GY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TAUNTON", "built_form": 2, "created_at": "2019-12-02 09:37:27", "living_area": 14, "orientation": 4, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Richmond Street", "address_line_2": "Monkton Heathfield", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-02", "inspection_date": "2019-12-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-12-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 9, "total_wall_area": 89.37, "is_curtain_walling": "false"}, {"name": "garage", "u_value": 0.38, "wall_type": 2, "kappa_value": 9, "total_wall_area": 18.36, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 124.3}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 27.99}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.8, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.1, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.2, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 18.9, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.6, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.4, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 17.1, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.6, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.2, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E5"}, {"length": 7.4, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.3, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.4, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.55, "heat_loss_area": 36.2, "total_floor_area": 36.2}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.3, "heat_loss_area": 7.5, "total_floor_area": 42.5}]}], "heating_cost_current": {"value": 212, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 212, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 336, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2561, "water_heating": 1614}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 1, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093943611, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WN7 4NG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEIGH", "built_form": 2, "created_at": "2019-03-01 15:00:47", "living_area": 18.44, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18219, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Newlands Road", "assessment_date": "2019-03-01", "assessment_type": "SAP", "completion_date": "2019-03-01", "inspection_date": "2019-03-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.72, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 39.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 139.21, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "S", "type": "Door", "width": 910, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "S", "type": "Window", "width": 5.47, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "N", "type": "Window", "width": 7.79, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "E", "type": "Window", "width": 400, "height": 1200, "location": "External Wall 1", "orientation": 3}, {"name": "W", "type": "Window", "width": 400, "height": 1200, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.04, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.13, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.1, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.3, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.4, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.15, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.3, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 26.2, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.45, "heat_loss_area": 39.67, "total_floor_area": 39.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 39.27}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 224, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 224, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 279, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2935, "water_heating": 2002}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 24, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094120795, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU31 4GB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PETERSFIELD", "built_form": 3, "created_at": "2019-06-19 16:45:35", "living_area": 19.975, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Dairy Lane", "assessment_date": "2019-06-19", "assessment_type": "SAP", "completion_date": "2019-06-19", "inspection_date": "2019-06-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.02, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "kitchen_duct_fans_specific_power": 0, "kitchen_room_fans_specific_power": 0.17, "kitchen_wall_fans_specific_power": 0.13, "mechanical_vent_system_make_model": "Response", "mechanical_ventilation_data_source": 2, "non_kitchen_duct_fans_specific_power": 0.5, "non_kitchen_room_fans_specific_power": 0.16, "non_kitchen_wall_fans_specific_power": 0.15, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.2}], "sap_walls": [{"name": "GF", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 45.29, "is_curtain_walling": "false"}, {"name": "FF", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 48.01, "is_curtain_walling": "false"}, {"name": "Stud walls gf", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 58.77}, {"name": "Stud walls ff", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 83.21}, {"name": "Block GF", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 23.3}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 45.31}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "GF", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1.01, "height": 2.1, "location": "GF", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "GF", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.5, "location": "GF", "orientation": 6}, {"name": 5, "type": "Windows (1)", "width": 0.63, "height": 0.9, "location": "GF", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "FF", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "FF", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "GF", "orientation": 6}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "GF", "orientation": 6}, {"name": 10, "type": "Windows (1)", "width": 0.63, "height": 0.9, "location": "FF", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.48, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.46, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.44, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.44, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.44, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.6, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.6, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 9.44, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.44, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 9.44, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.178, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 47.2, "total_floor_area": 47.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 47.2, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 220, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 220, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 115, "environmental_impact_rating": 115}], "co2_emissions_potential": -1.7, "energy_rating_potential": 115, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2516, "water_heating": 1796}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.7", "energy_consumption_potential": -110, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 115, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 41235118, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR8 5QD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SOUTHPORT", "built_form": 4, "created_at": "2019-06-19 13:10:17", "living_area": 29.12, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "16, Langford Drive", "assessment_date": "2019-06-19", "assessment_type": "SAP", "completion_date": "2019-06-19", "inspection_date": "2019-06-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 34.85}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 57.57, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 64.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.59, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.07, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.05, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.46, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 12.381, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 12.381, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.381, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.78, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.78, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 12.519, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.519, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 12.519, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jetfloor", "storey_height": 2.33, "heat_loss_area": 34.85, "total_floor_area": 34.85}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 34.85}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2210, "water_heating": 1540}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10010263773, "roofs": [{"description": {"value": "Average thermal transmittance 0.2 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE10 9GU", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-24 09:59:35", "living_area": 24.83, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 48.28, "heat_source_type": 1, "power_efficiency": 41.62}, {"fuel_type": 51, "heat_fraction": 0.27, "heat_efficiency": 92.25, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.07, "heat_efficiency": 85.76, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 506", "address_line_2": "18, Hawthorne Crescent", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-05-24", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.12, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.38}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Terrace Over", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 25.77}], "sap_walls": [{"name": "L1 Brick Faced", "u_value": 0.17, "wall_type": 2, "kappa_value": 14, "total_wall_area": 16.34, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 30.41}, {"name": "Lined Core", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 14.07}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 3.697, "height": 2.35, "location": "L1 Brick Faced", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 2.425, "height": 2.35, "location": "L1 Brick Faced", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 133, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 133, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 693, "water_heating": 1794}}, "seller_commission_report": "Y", "energy_consumption_current": 43, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 43, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10094517423, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TF10 7GX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWPORT", "built_form": 1, "created_at": "2019-10-18 13:01:15", "living_area": 14.16, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "44, Churchill Close", "assessment_date": "2019-10-18", "assessment_type": "SAP", "completion_date": "2019-10-18", "inspection_date": "2019-10-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Patio Doors", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 44.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 136.6, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 52.66}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 104.3}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 25.54}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.02, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "RH Windows", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RH Patio Doors", "type": "Patio Doors", "width": 3.78, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Windows", "type": "Windows", "width": 0.66, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Door", "type": "Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "LH Windows", "type": "Windows", "width": 5.84, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.95, "psi_value": 0.207, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.29, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.02, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.02, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.02, "psi_value": 0.123, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.38, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": -0.096, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 44.68, "total_floor_area": 44.68, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 44.68}]}], "heating_cost_current": {"value": 247, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 247, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3365, "water_heating": 1681}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 19, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10090467790, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO32 6GU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "EAST COWES", "built_form": 3, "created_at": "2019-03-14 10:31:28", "living_area": 20.88, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "79, Captains Parade", "assessment_date": "2019-03-14", "assessment_type": "SAP", "completion_date": "2019-03-14", "inspection_date": "2019-03-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 6, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 36.92}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 86.69, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 40.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 2, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 1, "width": 0.92, "height": 0.23, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 6, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 8, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.85, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.92, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.75, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.75, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.17, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.58, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.66, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.89, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.77, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.39, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.39, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.39, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm B&B", "storey_height": 2.33, "heat_loss_area": 36.92, "total_floor_area": 36.92}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 36.92}], "thermal_mass_parameter": 173.969}], "heating_cost_current": {"value": 188, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 188, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 348, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": -0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2011, "water_heating": 1576}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093063290, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR14 2TG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MALVERN", "built_form": 2, "created_at": "2019-02-06 10:07:07", "living_area": 31.99, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17513, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200007, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.7 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1 Falcons Rest", "address_line_2": "16, Victoria Road", "assessment_date": "2019-02-06", "assessment_type": "SAP", "completion_date": "2019-02-06", "inspection_date": "2019-02-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.69, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 6", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 62.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.204, "wall_type": 2, "description": "Brick", "total_wall_area": 58.7, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "Sheltered", "total_wall_area": 17.73, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 5.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Bed", "type": "Opening Type 1", "width": 1.02, "height": 2.26, "location": "External Wall 1", "orientation": 5}, {"name": "Bed", "type": "Opening Type 1", "width": 2.7, "height": 2.45, "location": "External Wall 1", "orientation": 5}, {"name": "En suite", "type": "Opening Type 1", "width": 0.46, "height": 0.91, "location": "External Wall 1", "orientation": 5}, {"name": "Kitchen", "type": "Opening Type 1", "width": 0.68, "height": 1.36, "location": "External Wall 1", "orientation": 1}, {"name": "Lounge", "type": "Opening Type 1", "width": 2.7, "height": 2.45, "location": "External Wall 1", "orientation": 1}, {"name": "Main door", "type": "Opening Type 6", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.46, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 23.06, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 31.94, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 31.94, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.57, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.79, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.79, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.34, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 2.34, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.183, "floor_type": 2, "description": "Ground", "storey_height": 2.39, "heat_loss_area": 62.69, "total_floor_area": 62.69}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2034, "water_heating": 1645}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 96, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10013429920, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG16 4HT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NOTTINGHAM", "built_form": 2, "created_at": "2019-09-12 14:06:31", "living_area": 20.51, "orientation": 3, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200014, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Stoney View", "address_line_2": "Langley Mill", "assessment_date": "2019-09-12", "assessment_type": "SAP", "completion_date": "2019-09-12", "inspection_date": "2019-09-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.98, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 12}, {"name": "Opening Type 2", "type": 4, "u_value": 1.1, "data_source": 2, "frame_factor": 0.75, "glazing_type": 12, "solar_transmittance": 0.57}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 39}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 88.27, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "WD1", "type": "Opening Type 1", "width": 0.99, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "WG1", "type": "Opening Type 2", "width": 1.81, "height": 1.36, "location": "External Wall 1", "orientation": 3}, {"name": "WG2", "type": "Opening Type 2", "width": 0.46, "height": 1.06, "location": "External Wall 1", "orientation": 3}, {"name": "WF1", "type": "Opening Type 2", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 3}, {"name": "WF2", "type": "Opening Type 2", "width": 0.69, "height": 1.06, "location": "External Wall 1", "orientation": 3}, {"name": "WG3", "type": "Opening Type 2", "width": 0.46, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": "WG4", "type": "Opening Type 2", "width": 0.69, "height": 1.36, "location": "External Wall 1", "orientation": 1}, {"name": "WF3", "type": "Opening Type 2", "width": 0.46, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": "DG5", "type": "Opening Type 2", "width": 1.81, "height": 2.11, "location": "External Wall 1", "orientation": 7}, {"name": "WG5", "type": "Opening Type 2", "width": 1.25, "height": 1.06, "location": "External Wall 1", "orientation": 7}, {"name": "WF4", "type": "Opening Type 2", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": "WF5", "type": "Opening Type 2", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.37, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 11.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 31.72, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.89, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 17.89, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.35, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.54, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.54, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.54, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.54, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 39, "total_floor_area": 39}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.67, "heat_loss_area": 0, "total_floor_area": 39}], "thermal_mass_parameter": 159.24}], "heating_cost_current": {"value": 227, "currency": "GBP"}, "sap_special_features": [{"description": "Nuaire Drimaster 2000", "energy_feature": {"energy_used": 40, "energy_used_fuel": 39, "saved_or_generated_fuel": 1, "energy_saved_or_generated": 451}}], "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 227, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 302, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2979, "water_heating": 1756}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 11, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093199213, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN6 8FL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 1, "created_at": "2019-11-06 16:43:30", "living_area": 24, "orientation": 2, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Hicks Close", "address_line_2": "Shrivenham", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.32, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 164, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "ROOF", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 82.9}], "sap_walls": [{"name": "WALL", "u_value": 0.28, "wall_type": 2, "kappa_value": 70, "total_wall_area": 213, "is_curtain_walling": "false"}, {"name": "WALLS", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 280}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "WALL", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 0.94, "height": 2.1, "location": "WALL", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.2, "height": 1.35, "location": "WALL", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.35, "location": "WALL", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "WALL", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "WALL", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "WALL", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "WALL", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "WALL", "orientation": 8}, {"name": 10, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "WALL", "orientation": 8}, {"name": 11, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "WALL", "orientation": 4}, {"name": 12, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "WALL", "orientation": 6}, {"name": 13, "type": "Windows (1)", "width": 1.805, "height": 2.1, "location": "WALL", "orientation": 6}, {"name": 14, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "WALL", "orientation": 2}, {"name": 15, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "WALL", "orientation": 2}, {"name": 16, "type": "Windows (1)", "width": 0.915, "height": 1.05, "location": "WALL", "orientation": 2}, {"name": 17, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "WALL", "orientation": 8}, {"name": 18, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "WALL", "orientation": 6}, {"name": 19, "type": "Windows (1)", "width": 0.488, "height": 1.05, "location": "WALL", "orientation": 6}, {"name": 20, "type": "Windows (1)", "width": 1.77, "height": 1.2, "location": "WALL", "orientation": 6}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 21.2, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.93, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 55.5, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 40, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 27.25, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 17.65, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 36.4, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15.4, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 82.9, "total_floor_area": 82.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 81.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 421, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 97, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 421, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.5, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 97, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7008, "water_heating": 1808}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093178835, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN5 6FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WADHURST", "built_form": 1, "created_at": "2019-09-18 15:15:08", "living_area": 26.6, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17746, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true", "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "21, Oakwood Way", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 193, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazing", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Door", "type": 1, "u_value": 0.95, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Roof", "total_roof_area": 102.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall + Dormers", "total_wall_area": 220.16, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "NW Door", "type": "Door", "width": 1.9, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "NW Window", "type": "Glazing", "width": 12.51, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "NE Window", "type": "Glazing", "width": 2.79, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "NE Door", "type": "Door", "width": 1.9, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "SE Window", "type": "Glazing", "width": 16.98, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "SW Window", "type": "Glazing", "width": 2.07, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 28.8, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 28.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 62.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 44.5, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 42.9, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 39.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.3, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 34.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "GF", "storey_height": 2.4, "heat_loss_area": 102.6, "total_floor_area": 102.6}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 90.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 426, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 103, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 429, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 103, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7199, "water_heating": 2314}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 40, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093607451, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 1.06 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M3 7NG", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 2, "created_at": "2019-02-07 13:51:57", "living_area": 41, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.61, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 2.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1307", "address_line_2": "100 Greengate", "assessment_date": "2019-02-07", "assessment_type": "SAP", "completion_date": "2019-02-07", "inspection_date": "2019-02-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.11, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 103, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.06, "data_source": 2, "frame_factor": 1, "glazing_type": 6, "solar_transmittance": 0.34}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 103.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 1.06, "wall_type": 2, "description": "Wall 1", "total_wall_area": 45.4, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 32.6}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 33.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "win", "type": "Opening Type 1", "width": 1.25, "height": 2.7, "location": "External Wall 1", "orientation": 5}, {"name": "win", "type": "Opening Type 1", "width": 0.75, "height": 2.7, "location": "External Wall 1", "orientation": 5}, {"name": "win", "type": "Opening Type 1", "width": 2.25, "height": 2.7, "location": "External Wall 1", "orientation": 5}, {"name": "win", "type": "Opening Type 1", "width": 1.64, "height": 2.7, "location": "External Wall 1", "orientation": 5}, {"name": "win", "type": "Opening Type 1", "width": 1.2, "height": 2.7, "location": "External Wall 1", "orientation": 7}, {"name": "win", "type": "Opening Type 1", "width": 2.25, "height": 2.7, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.34, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.34, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.0001, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 53.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 103.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 122, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 122, "currency": "GBP"}, "hot_water_cost_current": {"value": 326, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 326, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 387, "water_heating": 1925}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 91, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094743319, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE17 3FQ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-05-28 22:06:27", "living_area": 27.55, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 1, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 56.3, "heat_source_type": 1, "power_efficiency": 33.71}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 90.5, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 19", "address_line_2": "7, Danson Mews", "assessment_date": "2019-05-28", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.59, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500422, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.22, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.21, "data_source": 2, "frame_factor": 0.79, "glazing_type": 4, "solar_transmittance": 0.32}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 76.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External wall", "total_wall_area": 36.7, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 60}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.4, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.45, "height": 1.3, "location": "External Wall 1", "orientation": 6}, {"name": 3, "type": "Opening Type 2", "width": 2.37, "height": 2.4, "location": "External Wall 1", "orientation": 2}, {"name": 4, "type": "Opening Type 2", "width": 2.04, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": 5, "type": "Opening Type 2", "width": 2.04, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": 6, "type": "Opening Type 2", "width": 1.02, "height": 2.4, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.56, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.45, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 25.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.9, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 3.5, "psi_value": 0.26, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 6.8, "psi_value": 0.272, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 10, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 44.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 76.3}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 138, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 138, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 354, "water_heating": 1731}}, "seller_commission_report": "Y", "energy_consumption_current": 41, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 41, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10091706742, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN4 6FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORTHAMPTON", "built_form": 2, "created_at": "2019-01-24 13:22:16", "living_area": 19.83, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 10316, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696322, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "27, Violet Close", "address_line_2": "Wootton", "assessment_date": "2019-01-24", "assessment_type": "SAP", "completion_date": "2019-01-24", "inspection_date": "2019-01-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Horizontal ceiling", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.02}], "sap_walls": [{"name": "External Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 60, "total_wall_area": 93.97, "is_curtain_walling": "false"}, {"name": "IW - Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 65.6}, {"name": "IW - Timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.25}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 44.37}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.96, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.02, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.29, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.32, "location": "External Wall", "orientation": 2}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.61, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.18, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.79, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.79, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.88, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.92, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.88, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.88, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.88, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 44.02, "total_floor_area": 44.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 44.02, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 236, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 34, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2823, "water_heating": 2077}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 19, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091722713, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 2, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S21 1AY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHEFFIELD", "built_form": 2, "created_at": "2019-10-14 09:55:10", "living_area": 13.24, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17861, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "32, Fanny Avenue", "address_line_2": "Killamarsh", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.37, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rear Doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 43.25}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 94.86, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 45.39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Hall", "type": "Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Kitchen/Dining", "type": "Rear Doors", "width": 3.33, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Kitchen", "type": "Windows", "width": 1.66, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Bedroom 1", "type": "Windows", "width": 0.96, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Bedroom 1", "type": "Windows", "width": 1.87, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Bedroom 2", "type": "Windows", "width": 1.23, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Bedroom 3", "type": "Windows", "width": 1.23, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Living", "type": "Windows", "width": 2.75, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Hall", "type": "Windows", "width": 0.72, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Bathroom", "type": "Windows", "width": 0.72, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.58, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.97, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.9, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.72, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.6, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.9, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.72, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.2, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.2, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.9, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.9, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.3, "heat_loss_area": 43.25, "total_floor_area": 43.25}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 43.25}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 219, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 219, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2704, "water_heating": 1788}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 17, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10013890366, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU5 0RB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "GUILDFORD", "built_form": 1, "created_at": "2019-09-17 16:41:57", "living_area": 38.71, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 0.5, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}, {"main_fuel_type": 20, "boiler_fuel_feed": 4, "heat_emitter_type": 1, "main_heating_code": 158, "emitter_temperature": "NA", "main_heating_number": 2, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 0.5, "solid_fuel_boiler_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_main_heating_hetas_approved": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "main_heating_systems_interaction": 2, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}, {"description": "Boiler and radiators, wood logs", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Northcote Farm Cottage", "address_line_2": "Northcote Lane", "address_line_3": "Shamley Green", "assessment_date": "2019-09-17", "assessment_type": "SAP", "completion_date": "2019-09-17", "inspection_date": "2019-09-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.89, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [1], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "R roof", "total_roof_area": 31.43}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "J roof", "total_roof_area": 45.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "E wall brick", "total_wall_area": 90.04, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.22, "wall_type": 2, "description": "E wall clad", "total_wall_area": 31.07, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.19, "wall_type": 2, "description": "Do cheeks", "total_wall_area": 8.12, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.2, "wall_type": 2, "description": "Dw wall", "total_wall_area": 36.39, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 5.31, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 2", "type": "Door", "width": 1.9, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 3", "type": "Windows", "width": 5.18, "height": 1, "location": "External Wall 2", "orientation": 5}, {"name": "Opening 4", "type": "Windows", "width": 5.11, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 5", "type": "Windows", "width": 1.45, "height": 1, "location": "External Wall 2", "orientation": 7}, {"name": "Opening 6", "type": "Windows", "width": 4.79, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 7", "type": "Door", "width": 1.9, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 8", "type": "Windows", "width": 1.27, "height": 1, "location": "External Wall 2", "orientation": 1}, {"name": "Opening 9", "type": "Windows", "width": 2.73, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 10", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 2", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.18, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.36, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 16.76, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 37.1, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 8.16, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 36.04, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.29, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 24.47, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 23.41, "psi_value": 0.101, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 1.39, "psi_value": -0.005, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 1.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 2.72, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.23, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5.41, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 1.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 10.08, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 24.22, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.49, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 1.89, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 21.57, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 19.03, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "G floor", "storey_height": 2.52, "heat_loss_area": 69.69, "total_floor_area": 69.69}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.23, "heat_loss_area": 0, "total_floor_area": 56.75}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 585, "currency": "GBP"}, "co2_emissions_current": 2.6, "energy_rating_average": 60, "energy_rating_current": 71, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 592, "currency": "GBP"}, "hot_water_cost_current": {"value": 359, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 181, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 82}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.1, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 171, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4691, "water_heating": 2043}}, "seller_commission_report": "Y", "energy_consumption_current": 148, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 78, "environmental_impact_current": 78, "current_energy_efficiency_band": "C", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 21} +{"uprn": 38328885, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L3 0AB", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LIVERPOOL", "built_form": 1, "created_at": "2019-02-15 10:34:35", "living_area": 18.4, "orientation": 5, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.27, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 5.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 202", "address_line_2": "9, Jesse Hartley Way", "assessment_date": "2019-02-12", "assessment_type": "SAP", "completion_date": "2019-02-15", "inspection_date": "2019-02-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 3.56, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500365, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-15", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.501, "orientation": 5, "overshading": 2, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 41.9}], "sap_walls": [{"name": "External wall", "u_value": 0.14, "wall_type": 2, "total_wall_area": 13.9, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 34.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.8, "location": "External wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 56, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 56, "currency": "GBP"}, "hot_water_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 231, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 258, "water_heating": 1361}}, "seller_commission_report": "Y", "energy_consumption_current": 113, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 113, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10091584164, "roofs": [{"description": "Average thermal transmittance 0.08 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE73 8LD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-02-08 15:13:22", "living_area": 19.65, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "37, Stafford Close", "address_line_2": "Melbourne", "assessment_date": "2019-02-08", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2019-02-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.78, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 176, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 11, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 28, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.07, "roof_type": 2, "description": "Main Roof", "total_roof_area": 86.14}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Bay roof", "total_roof_area": 0.75}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Lower roof", "total_roof_area": 5.19}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 211.28, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 0.38, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 0.38, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 1, "width": 1.81, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 6, "type": 1, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 1, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 9, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 10, "type": 1, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 11, "type": 11, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 12, "type": 1, "width": 1.81, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 13, "type": 1, "width": 1.81, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 14, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 15, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 16, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 17, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 18, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 19, "type": 1, "width": 0.46, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 20, "type": 1, "width": 0.53, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 21, "type": 1, "width": 0.66, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 22, "type": 1, "width": 0.53, "height": 1.5, "location": "Wall 1", "orientation": 6}, {"name": 28, "type": 28, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.21, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 23.19, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 66, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.22, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 38.485, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.703, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.782, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.24, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Ground floor", "storey_height": 2.54, "heat_loss_area": 89.72, "total_floor_area": 89.72}, {"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Floor over porch", "storey_height": 2.78, "heat_loss_area": 2.33, "total_floor_area": 86.14}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 361, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 95, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 363, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 95, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6180, "water_heating": 2231}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 36, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10001237053, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE8 4HQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-09-25 15:09:49", "living_area": 23.56, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "94, Saville Road", "address_line_2": "Blaby", "assessment_date": "2019-09-25", "assessment_type": "SAP", "completion_date": "2019-09-25", "inspection_date": "2019-09-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.21, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500425, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 144, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}, {"name": "Corridor door", "type": 1, "u_value": 0.69, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 72.19}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "kappa_value": 61.96, "total_wall_area": 186.4, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 222.94}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 16.87, "total_wall_area": 30.77}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Fr Windows", "type": "Windows", "width": 6.71, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Re Windows", "type": "Windows", "width": 8.01, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Side win", "type": "Windows", "width": 3.8, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Side win 2", "type": "Windows", "width": 2.03, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.03, "psi_value": 0.358, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 18.03, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.1, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.91, "psi_value": 0.092, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 36.91, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.11, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 17.8, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25.25, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.05, "psi_value": -0.106, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.36, "heat_loss_area": 72.19, "total_floor_area": 72.19, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 72.19}]}], "heating_cost_current": {"value": 347, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 347, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5482, "water_heating": 1797}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 45, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10010523916, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV23 1BD", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "RUGBY", "built_form": 2, "created_at": "2019-09-25 12:42:56", "living_area": 18.5, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Florence Avenue", "address_line_2": "Houlton", "assessment_date": "2019-09-25", "assessment_type": "SAP", "completion_date": "2019-09-25", "inspection_date": "2019-09-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.814, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "R Hrz", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 43.3}, {"name": "R Grd", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.5}], "sap_walls": [{"name": "W Ext", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 96.6, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 47.2}, {"name": "Int T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 70.4}, {"name": "Party W", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 44.8}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.1, "location": "W Ext", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 0.9, "height": 1.2, "location": "W Ext", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 0.9, "height": 1.2, "location": "W Ext", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 0.57, "height": 0.95, "location": "W Ext", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 0.57, "height": 0.95, "location": "W Ext", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 0.9, "height": 1.3, "location": "W Ext", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 0.9, "height": 1.3, "location": "W Ext", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 0.88, "height": 1.15, "location": "W Ext", "orientation": 5}, {"name": 9, "type": "Windows (1)", "width": 0.88, "height": 1.15, "location": "W Ext", "orientation": 5}, {"name": 10, "type": "Windows (1)", "width": 0.9, "height": 1.33, "location": "W Ext", "orientation": 5}, {"name": 11, "type": "Windows (1)", "width": 0.9, "height": 1.33, "location": "W Ext", "orientation": 5}, {"name": 12, "type": "Windows (1)", "width": 0.86, "height": 1, "location": "W Ext", "orientation": 1}, {"name": 13, "type": "Windows (1)", "width": 1.14, "height": 1.03, "location": "W Ext", "orientation": 1}, {"name": 14, "type": "Windows (1)", "width": 1.44, "height": 2.1, "location": "W Ext", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.7, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.3, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.2, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.2, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.1, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 14.4, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 24.8, "psi_value": 0.054, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": -0.072, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 9, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 44.8, "total_floor_area": 44.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 43.3, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 197, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 197, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "$4,000 - $6,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "$3,500 - $5,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2261, "water_heating": 1569}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -1, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 100110210958, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS15 9SA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "YARM", "built_form": 1, "created_at": "2019-12-23 10:43:30", "living_area": 49.59, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18180, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4 Denevale", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-23", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 315, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.8, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Ceilings", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 44.97}, {"name": "Sloped Roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 180.85}, {"name": "Dormer Roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 4.33}, {"name": "Flat Roof/Balcony", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 24}], "sap_walls": [{"name": "External Facade", "u_value": 0.15, "wall_type": 2, "kappa_value": 60, "total_wall_area": 220.23, "is_curtain_walling": "false"}, {"name": "Dormer Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.17, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 11.65, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 270.68}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 202.04}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "External Facade", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.89, "location": "External Facade", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.92, "location": "External Facade", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.8, "location": "Dormer Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.88, "location": "Dormer Wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 5.81, "location": "External Facade", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 35.33, "location": "External Facade", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 0.8, "location": "Dormer Wall", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 8.28, "location": "External Facade", "orientation": 7}, {"name": 10, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Sloped Roof", "orientation": 3}, {"name": 11, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "Sloped Roof", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 75, "storey_height": 2.74, "heat_loss_area": 185.31, "total_floor_area": 185.31}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "kappa_value": 20, "storey_height": 2.56, "heat_loss_area": 25.04, "total_floor_area": 129.81}]}], "heating_cost_current": {"value": 821, "currency": "GBP"}, "co2_emissions_current": 4.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 130, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 821, "currency": "GBP"}, "hot_water_cost_current": {"value": 109, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 94}], "co2_emissions_potential": 1.6, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 130, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 109, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 15938, "water_heating": 2387}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 35, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 2630176505, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR14 6FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-02-12 10:29:23", "living_area": 14.37, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.1 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Kingfisher Walk", "address_line_2": "Loddon", "assessment_date": "2019-02-12", "assessment_type": "SAP", "completion_date": "2019-02-12", "inspection_date": "2019-02-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.92}], "sap_walls": [{"name": "External Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 91.22, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 61.335}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.7456}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 41.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.81, "location": "External Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.88, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.43, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.64, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.59, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.59, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 10.04, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.55, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.81, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.81, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.55, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.55, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 42.92, "total_floor_area": 42.92}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 42.92, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 234, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 234, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2866, "water_heating": 1810}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10070544093, "roofs": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA11 8FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PENRITH", "built_form": 4, "created_at": "2019-07-30 12:28:59", "living_area": 21.61, "orientation": 1, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.7 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "19, Primrose Drive", "assessment_date": "2019-07-30", "assessment_type": "SAP", "completion_date": "2019-07-30", "inspection_date": "2019-07-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.73, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.35, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Warm Roof", "kappa_value": 0, "total_roof_area": 13.63}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Stud Roof", "kappa_value": 9, "total_roof_area": 15.89}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "kappa_value": 0, "total_wall_area": 39.48, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 3, "description": "Stud Wall", "kappa_value": 9, "total_wall_area": 10.33, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 94.35}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 29.7774}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 55.539}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 24.5322}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 2.17, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Glazing", "type": "Glazing", "width": 4.59, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear RL", "type": "Rooflight", "pitch": 35, "width": 0.54, "height": 1, "location": "Roof 1", "orientation": 5}, {"name": "Front RL", "type": "Rooflight", "pitch": 35, "width": 1.08, "height": 1, "location": "Roof 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.52, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.09, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.7, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.52, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.047, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.52, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 21, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.58, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 23.18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 19.2, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 25.53, "total_floor_area": 25.53, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 25.53, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Second Floor", "kappa_value": 18, "storey_height": 2.31, "heat_loss_area": 0, "total_floor_area": 18.06}]}], "heating_cost_current": {"value": 205, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 205, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2402, "water_heating": 1534}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 6, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 2630192573, "roofs": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR18 9FT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WYMONDHAM", "built_form": 2, "created_at": "2019-10-01 13:29:58", "living_area": 17, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Aspen Drive", "assessment_date": "2019-10-01", "assessment_type": "SAP", "completion_date": "2019-10-01", "inspection_date": "2019-10-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.82, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Glazing", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Stud Roof", "kappa_value": 9, "total_roof_area": 19.73}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Warm Roof", "kappa_value": 9, "total_roof_area": 23.09}, {"name": "Roof 3", "u_value": 0.2, "roof_type": 2, "description": "Dormer Flat Roof", "kappa_value": 9, "total_roof_area": 2.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 104.29, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.14, "wall_type": 2, "description": "Stud Wall", "kappa_value": 9, "total_wall_area": 11.79, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "kappa_value": 9, "total_wall_area": 5.87, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.3, "wall_type": 3, "description": "Dormer Wall (Sheltered)", "kappa_value": 9, "total_wall_area": 1.59, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 57.76}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 66.78}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 66.01}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 18.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Glazing", "type": "Glazing", "width": 4.76, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Glazing", "type": "Glazing", "width": 7.31, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Front Glazing (Dorm)", "type": "Glazing", "width": 1.62, "height": 1, "location": "External Wall 3", "orientation": 2}, {"name": "Rear Rooflight", "type": "Rooflight", "pitch": 45, "width": 1.12, "height": 1, "location": "Roof 2", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.51, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.4, "psi_value": 0.018, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.64, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.28, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.4, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 11.65, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 5.07, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 14.63, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.07, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.24, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.48, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 11.65, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.28, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.28, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.59, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.7, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 1.49, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 38.73, "total_floor_area": 38.73, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 38.73, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Second Floor", "kappa_value": 18, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 28.55}]}], "heating_cost_current": {"value": 240, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 240, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2896, "water_heating": 1746}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 14, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093935512, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN12 6NX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TOWCESTER", "built_form": 2, "created_at": "2019-06-10 14:31:37", "living_area": 19.03, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 7.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "51, Catterick Way", "assessment_date": "2019-06-10", "assessment_type": "SAP", "completion_date": "2019-06-10", "inspection_date": "2019-06-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.38, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling Level", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.54}], "sap_walls": [{"name": "External", "u_value": 0.273, "wall_type": 2, "kappa_value": 60, "total_wall_area": 84.34, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 165.28}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 29.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.1, "location": "External", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.34, "height": 1.05, "location": "External", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.34, "height": 1.05, "location": "External", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.92, "height": 1.2, "location": "External", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 0.92, "height": 1.05, "location": "External", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 0.92, "height": 1.05, "location": "External", "orientation": 3}, {"name": 7, "type": "Windows (2)", "width": 1.5, "height": 2.07, "location": "External", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 0.49, "height": 1.05, "location": "External", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.37, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.93, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.24, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.49, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.49, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 10.6, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 6.9, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.76, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.76, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 6.9, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 6.9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 6.9, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 36.54, "total_floor_area": 36.54}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 36.54, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 233, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 233, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2705, "water_heating": 1569}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 10, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10014333494, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BL0 0AF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BURY", "built_form": 1, "created_at": "2019-06-11 10:25:22", "living_area": 19.79, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16836, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.53, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Croft End Place", "address_line_2": "Ramsbottom", "assessment_date": "2019-06-11", "assessment_type": "SAP", "completion_date": "2019-06-11", "inspection_date": "2019-06-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.58, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 165, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.75, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 3", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 13", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 102.12}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "garage", "total_wall_area": 29.57, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "Wall 1", "total_wall_area": 186.33, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.91, "height": 1.36, "location": "External Wall 2", "orientation": 8}, {"name": "W2", "type": "Opening Type 1", "width": 0.38, "height": 1.22, "location": "External Wall 2", "orientation": 8}, {"name": "D1", "type": "Opening Type 3", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W5", "type": "Opening Type 1", "width": 0.91, "height": 1.22, "location": "External Wall 2", "orientation": 8}, {"name": "W6", "type": "Opening Type 1", "width": 0.91, "height": 1.22, "location": "External Wall 2", "orientation": 8}, {"name": "W7", "type": "Opening Type 1", "width": 0.47, "height": 0.91, "location": "External Wall 2", "orientation": 8}, {"name": "W8", "type": "Opening Type 1", "width": 0.47, "height": 0.91, "location": "External Wall 2", "orientation": 8}, {"name": "W9", "type": "Opening Type 1", "width": 0.47, "height": 0.91, "location": "External Wall 2", "orientation": 8}, {"name": "W10", "type": "Opening Type 1", "width": 0.47, "height": 1.18, "location": "External Wall 2", "orientation": 8}, {"name": "W11", "type": "Opening Type 1", "width": 0.47, "height": 1.18, "location": "External Wall 2", "orientation": 8}, {"name": "W12", "type": "Opening Type 1", "width": 0.47, "height": 1.18, "location": "External Wall 2", "orientation": 8}, {"name": "W13", "type": "Opening Type 1", "width": 1.25, "height": 1.22, "location": "External Wall 2", "orientation": 4}, {"name": "D4", "type": "Opening Type 13", "width": 2.63, "height": 2.08, "location": "External Wall 2", "orientation": 0}, {"name": "W14", "type": "Opening Type 1", "width": 0.91, "height": 1.22, "location": "External Wall 2", "orientation": 4}, {"name": "W15", "type": "Opening Type 1", "width": 0.91, "height": 1.06, "location": "External Wall 2", "orientation": 4}, {"name": "W16", "type": "Opening Type 1", "width": 1.22, "height": 1.22, "location": "External Wall 2", "orientation": 4}, {"name": "D5", "type": "Opening Type 13", "width": 2.63, "height": 2.08, "location": "External Wall 2", "orientation": 0}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 2", "orientation": 2}, {"name": "D6", "type": "Opening Type 3", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W4", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 2", "orientation": 6}, {"name": "D11", "type": "Opening Type 3", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20, "psi_value": 0.245, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.04, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 58.94, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.47, "psi_value": 0.114, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.73, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 27.72, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.03, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 32.09, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30.3, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.6, "psi_value": -0.102, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 81.16, "total_floor_area": 81.16}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "description": "over garage", "storey_height": 2.7, "heat_loss_area": 21.94, "total_floor_area": 83.44}], "thermal_mass_parameter": 165.8}], "heating_cost_current": {"value": 491, "currency": "GBP"}, "co2_emissions_current": 3.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 105, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 494, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 267, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 2.0, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 105, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8633, "water_heating": 2218}}, "seller_commission_report": "Y", "energy_consumption_current": 105, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 67, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10033367372, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP26 4NN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CALDICOT", "built_form": 2, "created_at": "2019-03-12 09:48:56", "living_area": 13.72, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17959, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Clos Ger y Nant", "assessment_date": "2019-03-12", "assessment_type": "SAP", "completion_date": "2019-03-12", "inspection_date": "2019-03-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500348, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 4, "solar_transmittance": 0.45}, {"name": "Opening Type 9", "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 42.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "EW-1", "total_wall_area": 96.12, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.99}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DG.01", "type": "Opening Type 1", "width": 0.97, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W.01", "type": "Opening Type 2", "width": 1.81, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "W.05", "type": "Opening Type 2", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W.06", "type": "Opening Type 2", "width": 0.69, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "W.02", "type": "Opening Type 2", "width": 0.69, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W.03", "type": "Opening Type 2", "width": 1.25, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W.04", "type": "Opening Type 2", "width": 0.57, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W.07", "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "DG.02", "type": "Opening Type 9", "width": 0.97, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W.08", "type": "Opening Type 2", "width": 0.69, "height": 1.05, "location": "External Wall 1", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.81, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.87, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.3, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.81, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.81, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.18, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.63, "psi_value": 0.117, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.22, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.22, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 7.63, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.63, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.63, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.41, "heat_loss_area": 42.65, "total_floor_area": 42.65}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 42.65}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 200, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 200, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1979, "water_heating": 1806}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 0, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10006543328, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN6 9FN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LINCOLN", "built_form": 1, "created_at": "2019-11-27 13:13:05", "living_area": 16.28, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "33, Caesar Road", "address_line_2": "North Hykeham", "assessment_date": "2019-11-27", "assessment_type": "SAP", "completion_date": "2019-11-27", "inspection_date": "2019-11-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.24, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 10, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 56.93}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 160.57, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 2, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 1, "width": 0.92, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 10, "type": 10, "width": 0.92, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 11, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 12, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 13, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 14, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 15, "type": 1, "width": 0.92, "height": 0.9, "location": "Wall 1", "orientation": 5}, {"name": 16, "type": 1, "width": 0.63, "height": 0.9, "location": "Wall 1", "orientation": 5}, {"name": 17, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.93, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.93, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 43.8, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.87, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.87, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.16, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 14.66, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.45, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.89, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "130mm Platinum", "storey_height": 2.33, "heat_loss_area": 56.93, "total_floor_area": 56.93}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 56.93}], "thermal_mass_parameter": 159.81}], "heating_cost_current": {"value": 274, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 274, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3961, "water_heating": 2061}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10033368393, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NP26 3FQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CALDICOT", "built_form": 1, "created_at": "2019-11-28 13:03:52", "living_area": 18.76, "orientation": 6, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.4, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Sir Howel Crescent", "address_line_2": "Undy", "assessment_date": "2019-11-28", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Doors", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Rear door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 54.86}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 151.53, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 42.92}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 149.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Windows", "width": 6.16, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Side", "type": "Windows", "width": 2.33, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Windows", "width": 7.91, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Side", "type": "Windows", "width": 1.54, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.94, "psi_value": 0.165, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.37, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 33.6, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.55, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 30.55, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.55, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.84, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.64, "heat_loss_area": 54.86, "total_floor_area": 54.86}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.32, "heat_loss_area": 0, "total_floor_area": 54.86, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3196, "water_heating": 2139}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 14, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094577535, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU9 7GQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FARNHAM", "built_form": 1, "created_at": "2019-06-14 09:50:00", "living_area": 16.72, "orientation": 8, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "10 Cascade Way", "assessment_date": "2018-07-27", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2018-07-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.14, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.08}], "sap_walls": [{"name": "Cavity", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 138.55, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "Cavity", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.352, "height": 1.5, "location": "Cavity", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1.352, "height": 1.5, "location": "Cavity", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.352, "height": 1.2, "location": "Cavity", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1.352, "height": 1.2, "location": "Cavity", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 0.64, "height": 1.05, "location": "Cavity", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1.352, "height": 1.2, "location": "Cavity", "orientation": 8}, {"name": 8, "type": "Windows (1)", "width": 1.352, "height": 1.2, "location": "Cavity", "orientation": 4}, {"name": 9, "type": "Windows (1)", "width": 1.352, "height": 1.05, "location": "Cavity", "orientation": 4}, {"name": 10, "type": "Windows (1)", "width": 2.1, "height": 2.1, "location": "Cavity", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.1, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.9, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.16, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.16, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.23, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.68, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 13.21, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.94, "psi_value": 0.48, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 5.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R5"}, {"length": 2.75, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 8.15, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 12.12, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 16.3, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.32, "heat_loss_area": 47.08, "total_floor_area": 47.08}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 47.08}]}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3373, "water_heating": 1846}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 16, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094501629, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK5 8BH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKPORT", "built_form": 2, "created_at": "2019-08-08 10:25:22", "living_area": 31.63, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "28, Newhaven Road", "assessment_date": "2019-08-08", "assessment_type": "SAP", "completion_date": "2019-08-08", "inspection_date": "2019-08-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.71, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 98, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-08", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 29, "low_energy_fixed_lighting_outlets_count": 29, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 10", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 11", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 16.22}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Sloping Main Roof", "total_roof_area": 14.65}, {"name": "Roof 3", "u_value": 0.19, "roof_type": 2, "description": "Rear Lean-to", "total_roof_area": 7.29}, {"name": "Roof 4", "u_value": 0.11, "roof_type": 2, "description": "Front Porch", "total_roof_area": 2.34}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Wall 1", "total_wall_area": 23.46, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Wall 4", "total_wall_area": 61.78, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.23, "wall_type": 2, "description": "Wall 3", "total_wall_area": 21.03, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.16, "wall_type": 2, "description": "Wall 5", "total_wall_area": 5.13, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 63.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Kitchen", "type": "Opening Type 1", "width": 0.92, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": "Bed 3", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "Landing", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "Dining", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 2", "orientation": 8}, {"name": "Bathroom", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 2", "orientation": 8}, {"name": "Living", "type": "Opening Type 1", "width": 0.63, "height": 2.1, "location": "External Wall 3", "orientation": 6}, {"name": "Living", "type": "Opening Type 1", "width": 0.63, "height": 2.1, "location": "External Wall 3", "orientation": 6}, {"name": "Bed 2", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 3", "orientation": 6}, {"name": "Living", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 3", "orientation": 6}, {"name": "Front Door", "type": "Opening Type 10", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 1.18, "height": 0.78, "location": "Roof 2", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 1.18, "height": 0.78, "location": "Roof 2", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 0.92, "height": 0.78, "location": "Roof 2", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 0.92, "height": 0.78, "location": "Roof 2", "orientation": 2}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 0.78, "height": 0.55, "location": "Roof 2", "orientation": 6}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 1.14, "height": 1.18, "location": "Roof 3", "orientation": 6}, {"name": "Rooflight", "type": "Opening Type 11", "pitch": 48, "width": 1.14, "height": 1.18, "location": "Roof 3", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.1, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 43.26, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.68, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 11.44, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 1.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.14, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.17, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.26, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 16.27, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.19, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 11.98, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.73, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.47, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 6.17, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 7.042, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 7.26, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 7.26, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 12.06, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor 1", "storey_height": 2.41, "heat_loss_area": 40.13, "total_floor_area": 40.13}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 30}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.29, "heat_loss_area": 0, "total_floor_area": 28}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 225, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 225, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.8, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2919, "water_heating": 1801}}, "seller_commission_report": "Y", "energy_consumption_current": 59, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 48, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091605592, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE24 4UF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BLYTH", "built_form": 1, "created_at": "2019-03-11 11:01:34", "living_area": 17.94, "orientation": 0, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Daffodil Wynd", "assessment_date": "2019-03-11", "assessment_type": "SAP", "completion_date": "2019-03-11", "inspection_date": "2019-03-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.52, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 125, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 12, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Main Roof", "total_roof_area": 62.45}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 187.88, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 2, "type": 1, "width": 0.38, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 3, "type": 1, "width": 0.38, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 5, "type": 1, "width": 1.81, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 1, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 1, "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 9, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 10, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 11, "type": 1, "width": 0.91, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 12, "type": 12, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 13, "type": 1, "width": 1.81, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 14, "type": 12, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 15, "type": 1, "width": 1.24, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 16, "type": 1, "width": 0.68, "height": 1.05, "location": "Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.8, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 16.8, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 46.5, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.35, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.75, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 15.59, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 21.24, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground floor", "storey_height": 2.54, "heat_loss_area": 62.45, "total_floor_area": 62.45}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.78, "heat_loss_area": 0, "total_floor_area": 62.45}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 353, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 355, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.1, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5798, "water_heating": 2198}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 47, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093224842, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL54 5EN", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "post_town": "CHELTENHAM", "built_form": 1, "created_at": "2019-01-11 12:04:37", "living_area": 34.7, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 4, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 4, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "false", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15783, "has_separate_delayed_start": "true", "is_oil_pump_in_heated_space": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 635, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, oil", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Robin Cottage Cock Robin Farm", "address_line_2": "Winchcombe", "assessment_date": "2019-01-11", "assessment_type": "SAP", "completion_date": "2019-01-11", "inspection_date": "2019-01-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Warm Roof", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 92.71}], "sap_walls": [{"name": "Walls", "u_value": 0.16, "wall_type": 2, "kappa_value": 190, "total_wall_area": 131.64, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.7, "location": "Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.01, "location": "Walls", "orientation": 7}, {"name": 4, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Warm Roof", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 3.35, "heat_loss_area": 85.19, "total_floor_area": 85.19}]}], "heating_cost_current": {"value": 345, "currency": "GBP"}, "co2_emissions_current": 3.3, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 345, "currency": "GBP"}, "hot_water_cost_current": {"value": 132, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 33, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 72, "environmental_impact_rating": 68}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 77}], "co2_emissions_potential": 2.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 99, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6826, "water_heating": 2830}}, "seller_commission_report": "Y", "energy_consumption_current": 161, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 83, "environmental_impact_current": 65, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 38} +{"uprn": 10094121141, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU30 7WP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIPHOOK", "built_form": 3, "created_at": "2019-10-21 15:23:49", "living_area": 30.38, "orientation": 5, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "15, Brickwork Avenue", "assessment_date": "2019-10-21", "assessment_type": "SAP", "completion_date": "2019-10-21", "inspection_date": "2019-10-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.76, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 67, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-10-21", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 33.48}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 80.79, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 25.5368}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 60.4998}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 41.21}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 5}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.1, "location": "external", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.27, "location": "external", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.73, "location": "external", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.29, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.3, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 19.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.37, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.37, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.02, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.35, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.87, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 8.35, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.35, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.35, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 33.48, "total_floor_area": 33.48}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 33.48, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.5, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 39, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1960, "water_heating": 1514}}, "seller_commission_report": "Y", "energy_consumption_current": 57, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 42, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093356455, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX29 6AF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITNEY", "built_form": 2, "created_at": "2019-04-10 12:51:42", "living_area": 20.04, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "4, Breakspeak Way", "address_line_2": "North Leigh", "assessment_date": "2019-04-10", "assessment_type": "SAP", "completion_date": "2019-04-10", "inspection_date": "2019-04-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.3, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.3, "data_source": 2, "description": "W2", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 6, "type": 4, "u_value": 1.3, "data_source": 2, "description": "french", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 35.27}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall", "total_wall_area": 82.92, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 43.58}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.97, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 2, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 2, "width": 1.36, "height": 1.05, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 6, "width": 2.38, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 7, "type": 2, "width": 1.36, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 2, "width": 0.46, "height": 1.05, "location": "Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2.38, "psi_value": 0.356, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.52, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.93, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.9, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.82, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.82, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.98, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.84, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.06, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.06, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.84, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.84, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.32, "heat_loss_area": 35.27, "total_floor_area": 35.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 35.27}], "thermal_mass_parameter": 169}], "heating_cost_current": {"value": 192, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 192, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2174, "water_heating": 1547}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": -7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091683876, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6ZG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 2, "created_at": "2019-01-23 11:52:11", "living_area": 13.8, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "126, Halter Way", "assessment_date": "2019-01-23", "assessment_type": "SAP", "completion_date": "2019-01-23", "inspection_date": "2019-01-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Opening Type 3", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 5}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Main Roof", "total_roof_area": 28.02}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Lower Roof", "total_roof_area": 1.85}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Space 4 Brick/Render", "total_wall_area": 75.94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 3", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 4.08, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 3", "type": "Opening Type 2", "width": 5.55, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 4", "type": "Opening Type 2", "width": 488, "height": 1050, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.42, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.48, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16.21, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 14.98, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.1, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.3, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 12.07, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.76, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.21, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.21, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.21, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.19, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.31, "heat_loss_area": 30.18, "total_floor_area": 30.18}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 28.02}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 36, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2066, "water_heating": 1424}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": -16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 39099023, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WA9 1EL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ST. HELENS", "built_form": 2, "created_at": "2019-02-06 13:17:21", "living_area": 10.62, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "58, Roper Street", "assessment_date": "2019-02-06", "assessment_type": "SAP", "completion_date": "2019-02-06", "inspection_date": "2019-02-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500115, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 30.43}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Main", "kappa_value": 96.96, "total_wall_area": 79.76, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 37.08}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 122.27}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 3.71, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "Window", "width": 6.92, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Doors", "type": "Door", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.048, "calculation_reference": "CBA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "GF", "kappa_value": 18, "storey_height": 2.46, "heat_loss_area": 30.43, "total_floor_area": 30.43}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 30.43}]}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1894, "water_heating": 1543}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093549172, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE9 6TP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 2, "created_at": "2019-05-22 16:44:22", "living_area": 20.82, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "39, Queen Elizabeth Crescent", "address_line_2": "Broughton Astley", "assessment_date": "2019-05-22", "assessment_type": "SAP", "completion_date": "2019-05-22", "inspection_date": "2019-05-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 82, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.63}, {"name": "Opening Type 9", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof", "total_roof_area": 41.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Cavity", "total_wall_area": 89.92, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 0.48, "height": 0.6, "location": "External Wall 1", "orientation": 5}, {"name": "W2", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W4", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "D2", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W5", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W6", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "W7", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W8", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "D1", "type": "Opening Type 9", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W3", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.52, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.52, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.4, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.24, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.24, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.24, "psi_value": 0.108, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.86, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.24, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.24, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.24, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Floor 1", "storey_height": 2.37, "heat_loss_area": 41.2, "total_floor_area": 41.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 41.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 215, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 215, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2645, "water_heating": 1646}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 10, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 44067313, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.07 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME1 1GR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROCHESTER", "built_form": 2, "created_at": "2019-09-27 12:01:09", "living_area": 21.94, "orientation": 4, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 145, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17268, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.18, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "15, Corys Road", "assessment_date": "2019-09-27", "assessment_type": "SAP", "completion_date": "2019-09-27", "inspection_date": "2019-09-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.75, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500336, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.58}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 63.37}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "EW1", "total_wall_area": 70.05, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "PW01", "total_wall_area": 5.23, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.18, "wall_type": 2, "description": "EW6", "total_wall_area": 7.04, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 20.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "ID154", "type": "Door", "width": 0.93, "height": 2.05, "location": "External Wall 2", "orientation": 0}, {"name": "W128", "type": "Window", "width": 1.02, "height": 1.28, "location": "External Wall 1", "orientation": 6}, {"name": "ED108", "type": "Window", "width": 2.15, "height": 2.41, "location": "External Wall 1", "orientation": 2}, {"name": "W127", "type": "Window", "width": 1.59, "height": 2.41, "location": "External Wall 1", "orientation": 8}, {"name": "W126", "type": "Window", "width": 2.15, "height": 2.41, "location": "External Wall 1", "orientation": 2}, {"name": "W125", "type": "Window", "width": 1.02, "height": 2.41, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.86, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.93, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 25.94, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 26.3, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 19.41, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 6.89, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 12.52, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 3.13, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 3.13, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 3.13, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 6.55, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 6.55, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.11, "floor_type": 3, "description": "Floor Above Commercial", "storey_height": 2.78, "heat_loss_area": 48.42, "total_floor_area": 63.37}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 230, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 230, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 80, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1980, "water_heating": 1820}}, "seller_commission_report": "Y", "energy_consumption_current": 37, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 37, "environmental_impact_current": 93, "current_energy_efficiency_band": "C", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094496470, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN6 9ZH", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HASSOCKS", "built_form": 2, "created_at": "2019-04-08 16:20:30", "living_area": 27.07, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Hassocks Gate", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-08", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.82, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 115, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 4, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W4", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 6, "type": 2, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 11, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W10", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 12, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W12", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 14, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W3", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": 15, "type": 5, "u_value": 1.9, "data_source": 2, "description": "W13", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 2.23}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 19.89}, {"name": "Roof 3", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 25.78}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 90.39, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer", "total_wall_area": 3.53, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 50.77}, {"name": "Wall 4", "u_value": 0.22, "wall_type": 2, "description": "Smartroof Exposed", "total_wall_area": 28.46, "is_curtain_walling": "false"}, {"name": "Wall 5", "u_value": 0, "wall_type": 4, "description": "Smartroof Party", "total_wall_area": 19.91}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.19, "location": "Wall 1", "orientation": 2}, {"name": 2, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 1, "width": 1.77, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 4, "pitch": 40, "width": 0.79, "height": 1.43, "location": "Roof 3", "orientation": 6}, {"name": 5, "type": 1, "width": 0.92, "height": 1.19, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 6, "width": 0.93, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 7, "type": 1, "width": 0.92, "height": 1.19, "location": "Wall 1", "orientation": 2}, {"name": 8, "type": 1, "width": 1.77, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 9, "type": 1, "width": 0.92, "height": 1.17, "location": "Wall 1", "orientation": 6}, {"name": 10, "type": 1, "width": 0.92, "height": 1.17, "location": "Wall 1", "orientation": 6}, {"name": 11, "type": 11, "pitch": 40, "width": 0.79, "height": 1.49, "location": "Roof 3", "orientation": 2}, {"name": 12, "type": 12, "pitch": 40, "width": 0.79, "height": 1.49, "location": "Roof 3", "orientation": 6}, {"name": 13, "type": 1, "width": 0.92, "height": 1, "location": "Wall 2", "orientation": 2}, {"name": 14, "type": 14, "pitch": 40, "width": 0.79, "height": 1.43, "location": "Roof 3", "orientation": 6}, {"name": 15, "type": 15, "pitch": 40, "width": 0.79, "height": 1.49, "location": "Roof 3", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.47, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.92, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.54, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 0.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 18.32, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 2.04, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 19.14, "psi_value": 0.15, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.56, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 6.8, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 4.11, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 11.34, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 4.04, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 2.13, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 3.62, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 11.6, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.08, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.28, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 9.7, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 2.08, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 11.08, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 17.44, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.13, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 11.34, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 3.95, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.95, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 14.66, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.11, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 1.42, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "NuSpan NUG300", "storey_height": 2.36, "heat_loss_area": 44.74, "total_floor_area": 44.74}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.57, "heat_loss_area": 0, "total_floor_area": 35.44}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.35, "heat_loss_area": 0, "total_floor_area": 35.17}], "thermal_mass_parameter": 157.57}], "heating_cost_current": {"value": 234, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 234, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 37, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3073, "water_heating": 2064}}, "seller_commission_report": "Y", "energy_consumption_current": 72, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 10, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 100030955099, "roofs": [{"description": {"value": "Average thermal transmittance 0.4 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "walls": [{"description": {"value": "Average thermal transmittance 0.54 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN21 1QX", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "GAINSBOROUGH", "built_form": 1, "created_at": "2019-02-08 14:17:56", "living_area": 13.82, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 39, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 0.68, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}, {"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 2, "main_heating_control": 2601, "main_heating_category": 10, "main_heating_fraction": 0.32, "central_heating_pump_age": 0, "main_heating_data_source": 3, "has_separate_delayed_start": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "secondary_heating_code": 691, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "false", "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "main_heating_systems_interaction": 2, "hot_water_store_insulation_thickness": 12}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}, {"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "35, Newlands Court", "assessment_date": "2018-10-31", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2018-10-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 42, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2.8, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "External Ceiling", "u_value": 0.4, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.49}], "sap_walls": [{"name": "External Wall", "u_value": 0.6, "wall_type": 2, "kappa_value": 17, "total_wall_area": 14.57, "is_curtain_walling": "false"}, {"name": "Corridor Wall", "u_value": 0.5, "wall_type": 2, "kappa_value": 17, "total_wall_area": 14.57, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.5, "wall_type": 4, "kappa_value": 180, "total_wall_area": 33.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "Corridor Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "External Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 2.62, "height": 1.3, "location": "External Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 2.62, "height": 0.33, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 2.62, "height": 0.33, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 598, "currency": "GBP"}, "co2_emissions_current": 4.1, "energy_rating_average": 60, "energy_rating_current": 52, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, {"description": {"value": "No time or thermostatic control of room temperature", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 598, "currency": "GBP"}, "hot_water_cost_current": {"value": 290, "currency": "GBP"}, "co2_emissions_potential": 4.1, "energy_rating_potential": 52, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 290, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 3143, "space_heating_existing_dwelling": 4527}}, "seller_commission_report": "Y", "energy_consumption_current": 573, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 573, "environmental_impact_current": 41, "current_energy_efficiency_band": "E", "environmental_impact_potential": 41, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 97} +{"uprn": 10071160564, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE21 4UB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 1, "created_at": "2019-10-23 15:42:29", "living_area": 16.77, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "21, Dale Acre Way", "address_line_2": "Breadsall", "assessment_date": "2019-10-23", "assessment_type": "SAP", "completion_date": "2019-10-23", "inspection_date": "2019-10-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.36, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 10, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Joist Level Roof", "total_roof_area": 52.05}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 5.28}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 159.94, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 3, "width": 0.46, "height": 0.68, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 3, "width": 1.88, "height": 1.65, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.58, "height": 1.65, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 3, "width": 1.88, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 3, "width": 0.58, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 1.25, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 10, "type": 10, "width": 3.84, "height": 2.25, "location": "Wall 1", "orientation": 7}, {"name": 11, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 12, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 13, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 14, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 15, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.23, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.48, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.16, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.64, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.64, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 3.07, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.68, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 27.57, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 20.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 29.24, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 55.78, "total_floor_area": 55.78}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 55.78}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3912, "water_heating": 2114}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 28, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094399238, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TR11 4FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FALMOUTH", "built_form": 1, "created_at": "2019-12-04 09:21:25", "living_area": 18.56, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18035, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Azenor Avenue", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.24, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 143, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Door (2)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.43}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Pitched Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 71.68}], "sap_walls": [{"name": "External Wall - Render", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 167.47, "is_curtain_walling": "false"}, {"name": "Timber Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 245.88}, {"name": "Load Bearing Wall", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 32.66}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Wall - Render", "orientation": 5}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.12, "location": "External Wall - Render", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.23, "location": "External Wall - Render", "orientation": 5}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 13.04, "location": "External Wall - Render", "orientation": 1}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 2.22, "location": "External Wall - Render", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 0.67, "location": "External Wall - Render", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.3, "psi_value": 0.212, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.09, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.3, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.9, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.9, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 17.7, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.76, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 20, "storey_height": 2.31, "heat_loss_area": 71.68, "total_floor_area": 71.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 71.68, "kappa_value_from_below": 85}]}], "heating_cost_current": {"value": 276, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 277, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 352, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3670, "water_heating": 2147}}, "seller_commission_report": "Y", "energy_consumption_current": 70, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 17, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 202222650, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA9 0SR", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEMBLEY", "built_form": 4, "created_at": "2019-07-31 12:12:27", "living_area": 34.7, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.758, "heat_efficiency": 40, "heat_source_type": 1, "power_efficiency": 40}, {"fuel_type": 51, "heat_fraction": 0.242, "heat_efficiency": 87.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1145", "address_line_2": "40 South Way", "assessment_date": "2019-06-19", "assessment_type": "SAP", "completion_date": "2019-07-31", "inspection_date": "2019-07-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 1.99, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "WT-1-G3", "type": 4, "u_value": 1.49, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-2-G1", "type": 4, "u_value": 1.46, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT-2-G2", "type": 4, "u_value": 1.46, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-2-G3", "type": 4, "u_value": 1.46, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-3-G1", "type": 4, "u_value": 1.48, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT-3-G2", "type": 4, "u_value": 1.48, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT 3-G3", "type": 4, "u_value": 1.48, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-4-G1", "type": 4, "u_value": 1.45, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT-4-G3", "type": 4, "u_value": 1.45, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-7-G1", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT-8-G1", "type": 4, "u_value": 1.39, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT-8-G2", "type": 4, "u_value": 1.39, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-8-G3", "type": 4, "u_value": 1.39, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-9-G3", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-9-G4", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-9-G2", "type": 4, "u_value": 1.42, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-10-G3", "type": 4, "u_value": 1.43, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-10-G4", "type": 4, "u_value": 1.43, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-12-G1", "type": 4, "u_value": 1.91, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}, {"name": "WT 14-G4", "type": 4, "u_value": 1.32, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "W 15-G4", "type": 4, "u_value": 1.31, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-16-G2", "type": 4, "u_value": 1.34, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT 16-G3", "type": 4, "u_value": 1.34, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT-16-G4", "type": 4, "u_value": 1.34, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT-17-G2", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT 17-G4", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.53}, {"name": "WT 18-G3", "type": 4, "u_value": 1.48, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.58}, {"name": "WT 19-G1", "type": 4, "u_value": 1.66, "data_source": 2, "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.54}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 68.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall", "total_wall_area": 33.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Riser Wall", "total_wall_area": 17.6, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Lift Wall", "total_wall_area": 7.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 21.7}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 10.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "WT-8", "type": "WT-8-G1", "width": 2.5, "height": 2.2, "location": "External Wall 1", "orientation": 8}, {"name": "WT-2", "type": "WT-2-G1", "width": 6.16, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.3, "heat_loss_area": 0, "total_floor_area": 68.4}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 169, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 169, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1585, "water_heating": 2014}}, "seller_commission_report": "Y", "energy_consumption_current": 38, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 38, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093277995, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN5 4GG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 2, "created_at": "2019-03-01 12:16:32", "living_area": 14.5, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "52, Upper Ox Hill", "address_line_2": "Purton", "assessment_date": "2019-03-01", "assessment_type": "SAP", "completion_date": "2019-03-01", "inspection_date": "2019-03-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 6.83, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.5}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 141.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.67}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "external", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.25, "location": "external", "orientation": 3}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.1, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 9, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.5, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.3, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.3, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.3, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.5, "total_floor_area": 39.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 316, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2222, "water_heating": 1616}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094521777, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE63 8BP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHINGTON", "built_form": 2, "created_at": "2019-08-19 09:46:56", "living_area": 13.96, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "30, Field View", "assessment_date": "2019-08-19", "assessment_type": "SAP", "completion_date": "2019-08-19", "inspection_date": "2019-08-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-08-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.92}, {"name": "Roof sloping ceiling", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.5}, {"name": "Roof - dormer", "u_value": 0.3, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.17}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 90.04, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.36, "is_curtain_walling": "false"}, {"name": "Dormer Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 3.57, "is_curtain_walling": "false"}, {"name": "IW timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 123.61}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 11.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.83, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.17, "location": "External Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "Dormer Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.69, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.8, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 5.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.2, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 17.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 2.98, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 5.2, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 4.81, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 14.41, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.27, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.54, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 5.2, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 5.2, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.22, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.22, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 4.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.22, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 4.28, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.57, "heat_loss_area": 30.24, "total_floor_area": 30.24}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.17, "heat_loss_area": 15.08, "total_floor_area": 45.32}], "thermal_mass_parameter": 155.2}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3021, "water_heating": 1596}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093735856, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB10 0QX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "UXBRIDGE", "built_form": 4, "created_at": "2019-07-04 16:29:48", "living_area": 20.06, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16136, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200003, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "39, Masterman Place", "assessment_date": "2019-07-04", "assessment_type": "SAP", "completion_date": "2019-07-04", "inspection_date": "2019-07-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-04", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.2, "orientation": 3, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.37, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 46.29}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Wall 1", "total_wall_area": 52.98, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 95.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.02, "height": 0.22, "location": "External Wall 1", "orientation": 7}, {"name": 3, "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": 4, "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": 5, "type": "Opening Type 2", "width": 0.68, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": 6, "type": "Opening Type 2", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": 7, "type": "Opening Type 2", "width": 1.13, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": 8, "type": "Opening Type 2", "width": 2.71, "height": 2.1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.41, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.39, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.84, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10.15, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10.15, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.14, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 18.24, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 18.24, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 18.24, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Floor 1", "storey_height": 2.46, "heat_loss_area": 46.29, "total_floor_area": 46.29}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 46.29}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 89, "lighting_cost_current": {"value": 73, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.6, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 73, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2011, "water_heating": 2079}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 35, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10094163307, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LN11 8NG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LOUTH", "built_form": 1, "created_at": "2019-05-15 10:07:52", "living_area": 23.62, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18516, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_flue_type": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1 Michaels Way", "address_line_2": "Legbourne", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 3.38, "open_flues_count": 1, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500582, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 197, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 3", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 96.56}, {"name": "Roof 2", "u_value": 0.23, "roof_type": 2, "description": "External Roof 2", "total_roof_area": 9.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 224.38, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 1", "width": 2.1, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": 3, "type": "Opening Type 2", "width": 4.2, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": 4, "type": "Opening Type 2", "width": 14.26, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": 5, "type": "Opening Type 2", "width": 13.28, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": 6, "type": "Opening Type 2", "width": 4.43, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": 7, "type": "Opening Type 3", "pitch": 40, "width": 1.18, "height": 1, "location": "Roof 2", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.44, "heat_loss_area": 105.48, "total_floor_area": 105.48}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 91.12}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 618, "currency": "GBP"}, "co2_emissions_current": 3.1, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 99, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 618, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 88}], "co2_emissions_potential": 2.2, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 99, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 92, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9126, "water_heating": 2092}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 68, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091681383, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO51 7AB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ROMSEY", "built_form": 1, "created_at": "2019-01-25 14:48:54", "living_area": 21.05, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 9897, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "71, Oxlease Meadows", "assessment_date": "2019-01-25", "assessment_type": "SAP", "completion_date": "2019-01-25", "inspection_date": "2019-01-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 7, "air_permeability": 4.82, "open_flues_count": 1, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 6, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 219, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.37, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Opening Type 20", "type": 2, "u_value": 1.1, "data_source": 4, "glazing_type": 7}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Main", "total_roof_area": 60.74}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Flat", "total_roof_area": 10.55}, {"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "description": "Sloping", "total_roof_area": 30.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External", "total_wall_area": 188.01, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Dormer-exposed", "total_wall_area": 9.08, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.22, "wall_type": 2, "description": "Stud Wall-Roof Room", "total_wall_area": 44.64, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.2, "wall_type": 2, "description": "Dormer-Sheltered", "total_wall_area": 4.83, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.86, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 2", "width": 1.81, "height": 1.5, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 2", "width": 1.81, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": 5, "type": "Opening Type 2", "width": 0.68, "height": 1.5, "location": "External Wall 1", "orientation": 3}, {"name": 6, "type": "Opening Type 2", "width": 0.68, "height": 1.5, "location": "External Wall 1", "orientation": 3}, {"name": 7, "type": "Opening Type 2", "width": 0.68, "height": 0.75, "location": "External Wall 1", "orientation": 3}, {"name": 8, "type": "Opening Type 2", "width": 1.81, "height": 3.94, "location": "External Wall 1", "orientation": 3}, {"name": 9, "type": "Opening Type 2", "width": 1.81, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 10, "type": "Opening Type 2", "width": 4.2, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": 11, "type": "Opening Type 2", "width": 1.81, "height": 2.1, "location": "External Wall 2", "orientation": 7}, {"name": 12, "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 13, "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 14, "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": 15, "type": "Opening Type 2", "width": 1.58, "height": 1.05, "location": "External Wall 2", "orientation": 7}, {"name": 16, "type": "Opening Type 2", "width": 1.58, "height": 1.05, "location": "External Wall 2", "orientation": 7}, {"name": 17, "type": "Opening Type 2", "width": 0.68, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": 18, "type": "Opening Type 2", "width": 0.68, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": 19, "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": 20, "type": "Opening Type 20", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 21, "type": "Opening Type 2", "width": 0.68, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 25.95, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 24.07, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 68.78, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.65, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 40.32, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.9, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 26.55, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 18.52, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.22, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 16.01, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 39.92, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.96, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 3.18, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 21.4, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground", "storey_height": 2.31, "heat_loss_area": 92, "total_floor_area": 92}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 88.17}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 38.85}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 417, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 105, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 417, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.4, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 105, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6235, "water_heating": 2235}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 39, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 42199429, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH62 4AF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIRRAL", "built_form": 2, "created_at": "2019-07-23 18:28:41", "living_area": 14.32, "orientation": 4, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16396, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "51, William Burton Place", "address_line_2": "Bromborough Pool", "assessment_date": "2019-07-23", "assessment_type": "SAP", "completion_date": "2019-07-23", "inspection_date": "2019-07-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.25}], "sap_walls": [{"name": "External wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 88.82, "is_curtain_walling": "false"}, {"name": "GF Block", "u_value": 0, "wall_type": 5, "kappa_value": 100, "total_wall_area": 24}, {"name": "GF Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 49.8}, {"name": "FF Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 104.8}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 37.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "External wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.23, "location": "External wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "External wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.87, "location": "External wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.35, "heat_loss_area": 40.32, "total_floor_area": 40.32}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.25}]}], "heating_cost_current": {"value": 230, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 231, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 40, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2672, "water_heating": 1978}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 14, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094298589, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP4 8FP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SALISBURY", "built_form": 2, "created_at": "2019-11-06 10:21:15", "living_area": 29.69, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Davis Road", "address_line_2": "Larkhill", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 5, "air_permeability": 4.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 126, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Ext door - solid", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Ext door - half glazed", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window - French", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Plane roof 450mm", "kappa_value": 9, "total_roof_area": 63.03}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "TF", "kappa_value": 9, "total_wall_area": 124.22, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39.45}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 105.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 144.15}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door - Front", "type": "Ext door - solid", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Window - Front", "type": "Window 1", "width": 7.95, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Window - Rear", "type": "Window 1", "width": 6.26, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Window - Rear French", "type": "Window - French", "width": 1810, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "Door - side", "type": "Ext door - half glazed", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.52, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.67, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 31.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 24.12, "psi_value": 0.187, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 24.12, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 16.45, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.66, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.66, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.66, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.66, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "NS30", "kappa_value": 18, "storey_height": 2.41, "heat_loss_area": 63.03, "total_floor_area": 63.03, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 63.03}]}], "heating_cost_current": {"value": 299, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 86, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 299, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 331, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.6, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 86, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4128, "water_heating": 1782}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10000907909, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.31 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 78% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA28 6AL", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "WHITEHAVEN", "built_form": 3, "created_at": "2019-12-26 14:20:26", "living_area": 27, "orientation": 4, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 3, "water_fuel_type": 39, "water_heating_code": 914, "hot_water_store_size": 485, "main_heating_details": [{"main_fuel_type": 10, "boiler_fuel_feed": 4, "heat_emitter_type": 1, "main_heating_code": 158, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2105, "main_heating_category": 2, "main_heating_fraction": 0.5, "solid_fuel_boiler_type": 3, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_main_heating_hetas_approved": "false", "is_central_heating_pump_in_heated_space": "true"}, {"main_fuel_type": 39, "heat_emitter_type": 3, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 2, "main_heating_control": 2105, "main_heating_category": 2, "main_heating_fraction": 0.5, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "is_thermal_store_near_boiler": "false", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "main_heating_systems_interaction": 1, "hot_water_store_insulation_thickness": 100, "is_thermal_store_or_cpsu_in_airing_cupboard": "false"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, dual fuel (mineral and wood)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, {"description": "Boiler and underfloor heating, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "The Beachcomber", "address_line_2": "Ocean Walk", "address_line_3": "Parton", "assessment_date": "2019-11-27", "assessment_type": "SAP", "completion_date": "2019-12-26", "inspection_date": "2019-12-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 247, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 78}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.8, "data_source": 2, "glazing_type": 7}, {"name": "Opening Type 2", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 3", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "External Roof 1 Loft", "total_roof_area": 32.4}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "External Roof 2 Eaves", "total_roof_area": 31.68}, {"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "description": "External Roof 3", "total_roof_area": 41.7}, {"name": "Roof 4", "u_value": 0.18, "roof_type": 2, "description": "External Roof 4", "total_roof_area": 19.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "External Wall 1 Existing", "total_wall_area": 136.73, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "External Wall 2 New", "total_wall_area": 16.94, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.35, "wall_type": 2, "description": "External Wall 3 Attic", "total_wall_area": 34.56, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 75.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 932, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "Opening Type 2", "width": 600, "height": 1050, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 5", "type": "Opening Type 2", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 7", "type": "Opening Type 3", "pitch": 40, "width": 700, "height": 1000, "location": "Roof 3", "orientation": 4}, {"name": "Opening 8", "type": "Opening Type 3", "pitch": 40, "width": 2.64, "height": 1, "location": "Roof 3", "orientation": 4}, {"name": "Opening 9", "type": "Opening Type 2", "width": 3000, "height": 1600, "location": "External Wall 2", "orientation": 4}, {"name": "Opening 13", "type": "Opening Type 2", "width": 3.12, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 14", "type": "Opening Type 2", "width": 2.2, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 16", "type": "Opening Type 3", "pitch": 40, "width": 2.64, "height": 1, "location": "Roof 3", "orientation": 8}, {"name": "Opening 11", "type": "Opening Type 2", "width": 1800, "height": 2100, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 12", "type": "Opening Type 2", "width": 1400, "height": 1200, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 13", "type": "Opening Type 2", "width": 2.4, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 14", "type": "Opening Type 2", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 15", "type": "Opening Type 2", "width": 3.24, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 16", "type": "Opening Type 2", "width": 900, "height": 900, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 17", "type": "Opening Type 2", "width": 1600, "height": 2100, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 17", "type": "Opening Type 2", "width": 1500, "height": 1200, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.2, "heat_loss_area": 110.05, "total_floor_area": 110.05}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "description": "Heat Loss Floor 2", "storey_height": 2.75, "heat_loss_area": 10.8, "total_floor_area": 92}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.89, "heat_loss_area": 0, "total_floor_area": 45.36}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 2089, "currency": "GBP"}, "co2_emissions_current": 9.0, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 147, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and at least two room thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 2093, "currency": "GBP"}, "hot_water_cost_current": {"value": 416, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 180, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 62, "environmental_impact_rating": 61}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 66, "environmental_impact_rating": 65}], "co2_emissions_potential": 7.5, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 147, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 232, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 16945, "water_heating": 2369}}, "seller_commission_report": "Y", "energy_consumption_current": 199, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 164, "environmental_impact_current": 59, "current_energy_efficiency_band": "D", "environmental_impact_potential": 65, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 37} +{"uprn": 10094118788, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HD8 8AP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "HUDDERSFIELD", "built_form": 1, "created_at": "2019-06-04 16:31:55", "living_area": 29.73, "orientation": 8, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 175, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 102481, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_heat_transfer_area": 3.2, "is_heat_pump_assisted_by_immersion": "true", "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "The Annexe", "address_line_2": "52a Marsh Lane", "address_line_3": "Shepley", "assessment_date": "2019-06-04", "assessment_type": "SAP", "completion_date": "2019-06-04", "inspection_date": "2019-06-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.7, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 68, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Plane Roof no shelter factor", "kappa_value": 9, "total_roof_area": 32.74}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Slope Roof", "kappa_value": 9, "total_roof_area": 36.83}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "Main External Wall", "kappa_value": 110, "total_wall_area": 78.83, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 3, "description": "Dwelling to garage", "kappa_value": 110, "total_wall_area": 16.09, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 90.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door D4", "type": "Door", "width": 1010, "height": 2110, "location": "External Wall 1", "orientation": 0}, {"name": "W3", "type": "Window", "width": 1510, "height": 1810, "location": "External Wall 1", "orientation": 8}, {"name": "W4", "type": "Window", "width": 635, "height": 910, "location": "External Wall 1", "orientation": 2}, {"name": "side door D6", "type": "Door", "width": 1010, "height": 2110, "location": "External Wall 1", "orientation": 0}, {"name": "V3 vertical velux", "type": "Window", "width": 780, "height": 600, "location": "External Wall 1", "orientation": 4}, {"name": "V1", "type": "Rooflight", "pitch": 35, "width": 780, "height": 1180, "location": "Roof 2", "orientation": 8}, {"name": "V4 V5 V6", "type": "Rooflight", "pitch": 35, "width": 2.76, "height": 1, "location": "Roof 2", "orientation": 4}, {"name": "V2", "type": "Rooflight", "pitch": 35, "width": 550, "height": 980, "location": "Roof 2", "orientation": 8}, {"name": "V7", "type": "Rooflight", "pitch": 35, "width": 550, "height": 980, "location": "Roof 2", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.95, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.93, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 15.08, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 14.19, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 24.15, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.96, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 14.19, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.46, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 6.4, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 13.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 10.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.22, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.22, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 13.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 10.23, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Beam & Block ground floor", "kappa_value": 75, "storey_height": 2.7, "heat_loss_area": 6.76, "total_floor_area": 6.76, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "description": "Floor over garage", "kappa_value": 18, "storey_height": 2.12, "heat_loss_area": 54.21, "total_floor_area": 60.97}]}], "heating_cost_current": {"value": 323, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 72, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 324, "currency": "GBP"}, "hot_water_cost_current": {"value": 336, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 139, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 80}, {"sequence": 2, "typical_saving": {"value": 282, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.9, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 197, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5185, "water_heating": 1982}}, "seller_commission_report": "Y", "energy_consumption_current": 191, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 79, "environmental_impact_current": 75, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 32} +{"uprn": 10093254133, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM24 8XW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STANSTED", "built_form": 4, "created_at": "2019-12-04 16:57:41", "living_area": 15.38, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "8, Orchid Place", "assessment_date": "2019-12-04", "assessment_type": "SAP", "completion_date": "2019-12-04", "inspection_date": "2019-12-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.36, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}, {"name": "Rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 34.38}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main", "kappa_value": 60, "total_wall_area": 40, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 85.95}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 120}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 2.06, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear", "type": "Window", "width": 6.14, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Door", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.079, "calculation_reference": "ACA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "GF", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 34.38, "total_floor_area": 34.38}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.38, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1536, "water_heating": 1677}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -13, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094298225, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP4 9FY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SALISBURY", "built_form": 3, "created_at": "2019-02-04 14:52:46", "living_area": 24.85, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.7 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "11, Thiepval Drive", "address_line_2": "Bulford", "assessment_date": "2019-02-04", "assessment_type": "SAP", "completion_date": "2019-02-04", "inspection_date": "2019-02-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.67, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 97, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-04", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 3.45, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Ext door - solid", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Ext door - half glazed", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window - French", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Plane roof 450mm", "kappa_value": 9, "total_roof_area": 48.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "TF", "kappa_value": 9, "total_wall_area": 102.18, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 45.27}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 133.68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door - Front", "type": "Ext door - solid", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Window - Front", "type": "Window 1", "width": 5, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Window - Rear", "type": "Window 1", "width": 5.54, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Window - Rear French", "type": "Window - French", "width": 1810, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "Window - side", "type": "Window 1", "width": 685, "height": 1050, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.47, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.64, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.84, "psi_value": 0.187, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.84, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11.05, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.79, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.79, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.79, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.79, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "NS30", "kappa_value": 18, "storey_height": 2.41, "heat_loss_area": 48.56, "total_floor_area": 48.56, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 48.56}]}], "heating_cost_current": {"value": 250, "currency": "GBP"}, "co2_emissions_current": 0.0, "energy_rating_average": 60, "energy_rating_current": 97, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 250, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 99, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.2, "energy_rating_potential": 99, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3128, "water_heating": 1717}}, "seller_commission_report": "Y", "energy_consumption_current": -2, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -13, "environmental_impact_current": 98, "current_energy_efficiency_band": "A", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 0.2} +{"uprn": 10093390952, "roofs": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 1.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE23 3EB", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-06-14 16:31:52", "living_area": 28, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 240, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.61, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat A", "address_line_2": "120 Wood Vale", "assessment_date": "2019-04-21", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-04-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 56, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "COR ROOF", "u_value": 0.27, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3.95}, {"name": "mid", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 52.05}], "sap_walls": [{"name": "OLD WALL", "u_value": 1.96, "wall_type": 2, "kappa_value": 9, "total_wall_area": 32.505, "is_curtain_walling": "false"}, {"name": "CORRIDOR WALL", "u_value": 0.35, "wall_type": 2, "kappa_value": 9, "total_wall_area": 20.927, "is_curtain_walling": "false"}, {"name": "wall", "u_value": 0.37, "wall_type": 2, "kappa_value": 9, "total_wall_area": 10.2, "is_curtain_walling": "false"}, {"name": "mid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 39.524}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "CORRIDOR WALL", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.83, "location": "wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 0.84, "location": "OLD WALL", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.95, "location": "OLD WALL", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 23.26, "total_floor_area": 56}]}], "heating_cost_current": {"value": 824, "currency": "GBP"}, "co2_emissions_current": 3.5, "energy_rating_average": 60, "energy_rating_current": 39, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 824, "currency": "GBP"}, "hot_water_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_potential": 3.5, "energy_rating_potential": 39, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 269, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4861, "water_heating": 1588}}, "seller_commission_report": "Y", "energy_consumption_current": 368, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 368, "environmental_impact_current": 46, "current_energy_efficiency_band": "E", "environmental_impact_potential": 46, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 62} +{"uprn": 10094166471, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR4 9EB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEREFORD", "built_form": 1, "created_at": "2019-06-14 10:46:16", "living_area": 18.86, "orientation": 7, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17511, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "7 St. Johns Court", "address_line_2": "Blackfriars Street", "assessment_date": "2019-06-14", "assessment_type": "SAP", "completion_date": "2019-06-14", "inspection_date": "2019-06-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.65, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500426, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 64, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Brick", "u_value": 0.22, "wall_type": 2, "kappa_value": 9, "total_wall_area": 44.85, "is_curtain_walling": "false"}, {"name": "Cedral", "u_value": 0.21, "wall_type": 2, "kappa_value": 9, "total_wall_area": 7.69, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.75, "height": 2.1, "location": "Brick", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 2.7, "height": 2.1, "location": "Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.75, "height": 2.1, "location": "Brick", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 0.85, "height": 1.05, "location": "Brick", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.05, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.05, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 14.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 33.22, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 5.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1300, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 81, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 367790, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS13 7BH", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BRISTOL", "built_form": 1, "created_at": "2019-12-09 11:52:26", "living_area": 31.12, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 200, "main_heating_details": [{"main_fuel_type": 39, "emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 2, "main_heating_declared_values": {"efficiency": 100}}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.94, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 663", "address_line_2": "Lake Shore", "address_line_3": "Lake Shore Drive", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 4.87, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.58, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.51}, {"name": "Windows (2)", "type": 4, "u_value": 0.82, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.77, "glazing_type": 8, "solar_transmittance": 0.53}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.16, "roof_type": 2, "total_roof_area": 51.15}], "sap_walls": [{"name": "External Wall", "u_value": 0.14, "wall_type": 2, "kappa_value": 14, "total_wall_area": 28.71, "is_curtain_walling": "false"}, {"name": "Communal Corridor", "u_value": 0.21, "wall_type": 2, "kappa_value": 14, "total_wall_area": 9.72, "is_curtain_walling": "false"}, {"name": "I", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 38.96}, {"name": "P", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 130.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Communal Corridor", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.18, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 4.2, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 3, "kappa_value": 18, "storey_height": 3, "heat_loss_area": 6.68, "total_floor_area": 22.1, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 51.15}]}], "heating_cost_current": {"value": 581, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 61, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 581, "currency": "GBP"}, "hot_water_cost_current": {"value": 321, "currency": "GBP"}, "co2_emissions_potential": 2.8, "energy_rating_potential": 61, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 321, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3203, "water_heating": 1831}}, "seller_commission_report": "Y", "energy_consumption_current": 229, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 229, "environmental_impact_current": 65, "current_energy_efficiency_band": "D", "environmental_impact_potential": 65, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 39} +{"uprn": 44039004, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME7 1GJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GILLINGHAM", "built_form": 1, "created_at": "2019-03-05 14:46:55", "living_area": 23.43, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95.9, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 22 Peninsula Quay", "address_line_2": "Pegasus Way", "assessment_date": "2019-03-05", "assessment_type": "SAP", "completion_date": "2019-03-05", "inspection_date": "2019-03-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.98, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.7, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 5, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Exposed Wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 150, "total_wall_area": 24.98, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 36.68}, {"name": "Sheltered", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 25.03}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.585, "height": 2.6, "location": "Exposed Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 0.91, "height": 2.6, "location": "Exposed Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 2.035, "height": 2.6, "location": "Exposed Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 128, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 128, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 96, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 643, "water_heating": 1921}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 76, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093126500, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX1 3JA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "EXETER", "built_form": 1, "created_at": "2019-09-26 15:11:43", "living_area": 18.82, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 65, "heat_source_type": 1, "power_efficiency": 35}], "community_heating_distribution_type": 6, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Brimlicombe Meadow", "assessment_date": "2019-09-26", "assessment_type": "SAP", "completion_date": "2019-09-26", "inspection_date": "2019-09-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.78, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 105, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at joists", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 51.79}, {"name": "Flat", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.05}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 150.58, "is_curtain_walling": "false"}, {"name": "Weatherboarding", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 6.49, "is_curtain_walling": "false"}, {"name": "dense", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 24.75}, {"name": "partition gf", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 46.04}, {"name": "partition ff", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134.42}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.97, "location": "Brick", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.18, "location": "Brick", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.39, "location": "Brick", "orientation": 7}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.88, "location": "Brick", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 0.44, "location": "Weatherboarding", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 13.9, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.49, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.8, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.21, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.7, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 10.68, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 19.43, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 27.37, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.66, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.25, "floor_type": 2, "kappa_value": 75, "storey_height": 2.475, "heat_loss_area": 52.84, "total_floor_area": 52.84}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 51.79, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 257, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 275, "currency": "GBP"}, "hot_water_cost_current": {"value": 112, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 38, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 93}, {"sequence": 2, "typical_saving": {"value": 337, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.3, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3134, "water_heating": 2227}}, "seller_commission_report": "Y", "energy_consumption_current": 34, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -24, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10033647557, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W9 1BF", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-12-11 15:33:50", "living_area": 34.34, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.33, "heat_efficiency": 64.9, "heat_source_type": 1, "power_efficiency": 30.4}, {"fuel_type": 51, "heat_fraction": 0.67, "heat_efficiency": 95.7, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 104", "address_line_2": "223, Lanark Road", "assessment_date": "2019-12-11", "assessment_type": "SAP", "completion_date": "2019-12-11", "inspection_date": "2019-12-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.77, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500296, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Balcony Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.8}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 65.88}], "sap_walls": [{"name": "External Walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 39.925, "is_curtain_walling": "false"}, {"name": "Ext Wall To Corridor", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 24.425, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 151.35}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 37.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Ext Wall To Corridor", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1.25, "height": 2.25, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.25, "height": 2.25, "location": "External Walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.7, "height": 2.25, "location": "External Walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.95, "height": 2.25, "location": "External Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.8, "height": 2.25, "location": "External Walls", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.35, "height": 2.25, "location": "External Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.21, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 31.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 31.94, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.9, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 4.1, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.49, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 3, "kappa_value": 75, "storey_height": 2.5, "heat_loss_area": 75.68, "total_floor_area": 75.68}]}], "heating_cost_current": {"value": 176, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 176, "currency": "GBP"}, "hot_water_cost_current": {"value": 94, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 94, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1749, "water_heating": 2077}}, "seller_commission_report": "Y", "energy_consumption_current": 70, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 70, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093987774, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV34 6NL", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WARWICK", "built_form": 4, "created_at": "2019-04-09 20:14:41", "living_area": 77.03, "orientation": 5, "region_code": 6, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2309, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 91.25, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 62, "heat_source_type": 1, "power_efficiency": 30}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "48 The Grange", "address_line_2": "Gallagher Square", "assessment_date": "2019-04-09", "assessment_type": "SAP", "completion_date": "2019-04-09", "inspection_date": "2019-04-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500295, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 3}, "total_floor_area": 226, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}, {"name": "Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "FL", "total_roof_area": 226.43}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "Main", "total_wall_area": 100.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 71.88}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 8.32, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rear", "type": "Window", "width": 8.15, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 226.43}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 460, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 130, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 460, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 130, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 96, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8087, "water_heating": 2324}}, "seller_commission_report": "Y", "energy_consumption_current": 55, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 55, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093388744, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO21 1FW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WINCHESTER", "built_form": 4, "created_at": "2019-05-02 10:20:12", "living_area": 14.95, "orientation": 6, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Sandyfields Lane", "address_line_2": "Colden Common", "assessment_date": "2019-05-02", "assessment_type": "SAP", "completion_date": "2019-05-02", "inspection_date": "2019-05-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.74, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 81, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-05-02", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.25, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.3}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 47.18, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.611}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 100.7982}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 83.2}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.62, "location": "external", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.69, "location": "external", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.47, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.56, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.56, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.56, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 19.74, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 16.86, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 16.86, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.325, "heat_loss_area": 40.3, "total_floor_area": 40.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 40.3, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 170, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 170, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.7, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1400, "water_heating": 1628}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 48, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10094353748, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE12 7PZ", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SPALDING", "created_at": "2019-01-15 10:12:09.000000", "living_area": 24.92, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 75.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "is_interlocked_system": "false", "main_heating_category": 10, "main_heating_fraction": 1.0, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "false", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 100.0}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "54-56 Northons Lane", "address_line_3": "Holbeach", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15.0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "0 0 As Per Spec Exterior wall", "type": 4, "u_value": 1.6, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "0 1 As Per Spec Exterior wall", "type": 4, "u_value": 1.6, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "0 2 As Per Spec Exterior wall", "type": 4, "u_value": 1.6, "data_source": 4, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "1 0 As per spec Sheltered wall", "type": 1, "u_value": 1.8, "data_source": 4, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 4, "u_value": 0.0, "roof_type": 4, "kappa_value": 20.0, "total_roof_area": 63.0}], "sap_walls": [{"name": "0 Exterior wall", "u_value": 0.53, "wall_type": 2, "description": "Exterior wall", "kappa_value": 17.0, "total_wall_area": 56.04, "is_curtain_walling": "false"}, {"name": "1 Sheltered wall", "u_value": 0.36, "wall_type": 2, "description": "Sheltered wall", "kappa_value": 9.0, "total_wall_area": 14.06, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 70.0, "total_wall_area": 8.9, "is_curtain_walling": "false"}], "identifier": "Flat 1", "overshading": 2, "sap_openings": [{"name": "0 0 As Per Spec Exterior wall", "type": "0 0 As Per Spec Exterior wall", "width": 7.04, "height": 1.0, "location": "0 Exterior wall", "orientation": 6}, {"name": "0 1 As Per Spec Exterior wall", "type": "0 1 As Per Spec Exterior wall", "width": 1.28, "height": 1.0, "location": "0 Exterior wall", "orientation": 8}, {"name": "0 2 As Per Spec Exterior wall", "type": "0 2 As Per Spec Exterior wall", "width": 2.88, "height": 1.0, "location": "0 Exterior wall", "orientation": 2}, {"name": "1 0 As per spec Sheltered wall", "type": "1 0 As per spec Sheltered wall", "width": 1.9, "height": 1.0, "location": "1 Sheltered wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.63, "floor_type": 2, "description": "Ground Floor", "kappa_value": 110.0, "storey_height": 2.4, "heat_loss_area": 63.0, "total_floor_area": 63.0}], "thermal_mass_parameter": 100.0}], "heating_cost_current": 649, "co2_emissions_current": 3.3, "energy_rating_average": 60, "energy_rating_current": 53, "lighting_cost_current": 42, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": 649, "hot_water_cost_current": 218, "co2_emissions_potential": 3.3, "energy_rating_potential": 53, "lighting_cost_potential": 42, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 218, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4491, "water_heating": 1507}}, "seller_commission_report": "N", "energy_consumption_current": 306, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 306, "environmental_impact_current": 57, "current_energy_efficiency_band": "E", "environmental_impact_potential": 57, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 52, "additional_allowable_electricity_generation": 0.0} +{"uprn": 100081186810, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP7 9LU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AMERSHAM", "built_form": 1, "created_at": "2019-06-28 17:51:59", "living_area": 30.48, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 300, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18043, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 3, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Finch Cottage Finch House", "address_line_2": "Finch Lane", "assessment_date": "2019-06-28", "assessment_type": "SAP", "completion_date": "2019-06-28", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.17, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 254, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 82.2}, {"name": "Slope", "u_value": 0.156, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.29}, {"name": "Dormer", "u_value": 0.158, "roof_type": 2, "kappa_value": 9, "total_roof_area": 8.2}, {"name": "Horiz", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 13}], "sap_walls": [{"name": "External", "u_value": 0.22, "wall_type": 2, "kappa_value": 60, "total_wall_area": 192.841, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0.11232, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.512, "is_curtain_walling": "false"}, {"name": "Dormer", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 35.381, "is_curtain_walling": "false"}, {"name": "Int W", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 376.693}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.93, "height": 2.18, "location": "External", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.84, "height": 2.18, "location": "External", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 2.34, "height": 1.35, "location": "External", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 2.34, "height": 1.35, "location": "External", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Dormer", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Dormer", "orientation": 3}, {"name": 7, "type": "Windows (1)", "width": 2.34, "height": 1.2, "location": "Dormer", "orientation": 3}, {"name": 8, "type": "Windows (1)", "width": 3, "height": 2.18, "location": "External", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 3, "height": 2.18, "location": "External", "orientation": 7}, {"name": 10, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "External", "orientation": 7}, {"name": 11, "type": "Windows (1)", "width": 3, "height": 2.18, "location": "External", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 1.2, "height": 1.2, "location": "Dormer", "orientation": 7}, {"name": 13, "type": "Windows (1)", "width": 1.77, "height": 1.2, "location": "Dormer", "orientation": 7}, {"name": 14, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "External", "orientation": 1}, {"name": 15, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "External", "orientation": 1}, {"name": 16, "type": "Windows (1)", "width": 0.63, "height": 1.35, "location": "External", "orientation": 1}, {"name": 17, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "External", "orientation": 1}, {"name": 18, "type": "Windows (1)", "width": 0.63, "height": 1.05, "location": "External", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 28.51, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 18.58, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 53, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 51.17, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 57.16, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 24.13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 12.4, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 8.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 18.24, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 29.02, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 9.66, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 10.13, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.166, "floor_type": 2, "kappa_value": 75, "storey_height": 2.41, "heat_loss_area": 133.5, "total_floor_area": 133.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.43, "heat_loss_area": 0, "total_floor_area": 120.5, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 533, "currency": "GBP"}, "co2_emissions_current": 3.0, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 112, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 533, "currency": "GBP"}, "hot_water_cost_current": {"value": 113, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 100, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 100, "lighting_cost_potential": {"value": 112, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 113, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9594, "water_heating": 2463}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10091574744, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK45 1GN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 2, "created_at": "2019-10-30 16:21:37", "living_area": 16.54, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "41, Ryder Way", "address_line_2": "Flitwick", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.54, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front door", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Front Windows", "type": 4, "u_value": 1.39999997615814, "data_source": 2, "frame_factor": 0.699999988079071, "glazing_type": 7, "solar_transmittance": 0.639999985694885}, {"name": "Rear Rooflight", "type": 5, "u_value": 1.39999997615814, "data_source": 2, "frame_factor": 0.699999988079071, "glazing_type": 7, "solar_transmittance": 0.639999985694885}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.100000001490116, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 30.1800003051758}, {"name": "Roof 2", "u_value": 0.200000002980232, "roof_type": 2, "description": "Warm Roof", "kappa_value": 9, "total_roof_area": 12.960000038147}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.300000011920929, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 97.0500030517578, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.300000011920929, "wall_type": 2, "description": "Dorma wall", "kappa_value": 60, "total_wall_area": 4.44999980926514, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.330000013113022, "wall_type": 3, "description": "Stud Wall", "kappa_value": 18, "total_wall_area": 11.210000038147, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 51.439998626709}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 61.1857986450195}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 60.5369987487793}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 38.2680015563965}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Front door", "width": 2.13000011444092, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Front Windows", "width": 5.59000015258789, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear windows", "type": "Front Windows", "width": 7.1399998664856, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Left side Window", "type": "Front Windows", "width": 1.42999994754791, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Rooflight", "type": "Rear Rooflight", "pitch": 35, "width": 0.67, "height": 1, "location": "Roof 2", "orientation": 5}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.98999977111816, "psi_value": 0.211999997496605, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 6.94000005722046, "psi_value": 0.0419999994337559, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2000007629395, "psi_value": 0.0480000004172325, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.5100002288818, "psi_value": 0.0970000028610229, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.8400001525879, "psi_value": 0.00400000018998981, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.6800003051758, "psi_value": 0.0480000004172325, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.19999980926514, "psi_value": 0.025000000372529, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 6.30000019073486, "psi_value": 0.0199999995529652, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 3.05999994277954, "psi_value": 0.061999998986721, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 9.76000022888184, "psi_value": 0.0879999995231628, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.17000007629395, "psi_value": 0.0799999982118607, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 13.460000038147, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 6.30000019073486, "psi_value": 0.119999997317791, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.150000005960464, "floor_type": 2, "description": "GF", "kappa_value": 18, "storey_height": 2.33, "heat_loss_area": 38.1500015258789, "total_floor_area": 38.15, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 38.15}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.8, "heat_loss_area": 0, "total_floor_area": 25.47}]}], "heating_cost_current": {"value": 277, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 277, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 1.6, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3441, "water_heating": 1875}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "sap_deselected_improvements": ["N", "U"], "calculation_software_version": "4.10r08", "energy_consumption_potential": 91, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093627459, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE28 5BT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HUNTINGDON", "built_form": 2, "created_at": "2019-09-20 14:53:17", "living_area": 22.52, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "11, Bowland Close", "address_line_2": "Sawtry", "assessment_date": "2019-09-20", "assessment_type": "SAP", "completion_date": "2019-09-20", "inspection_date": "2019-09-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.65, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 42.14}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "125mm Cavity", "kappa_value": 52.8, "total_wall_area": 94, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 36.95}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 40.19}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 103.26}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 27.24}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 942, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 4.16, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Window", "width": 4.32, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear", "type": "French Door", "width": 1500, "height": 2100, "location": "External Wall 1", "orientation": 4}, {"name": "Right", "type": "Window", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.19, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.75, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 11.41, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.39, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.41, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.39, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.39, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.39, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "347mm Beamshield", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 42.14, "total_floor_area": 42.14}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 42.14, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 203, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 203, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2110, "water_heating": 1652}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 38330538, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L24 1WH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LIVERPOOL", "built_form": 2, "created_at": "2019-09-05 14:09:53", "living_area": 16.39, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "78, Hale Road", "assessment_date": "2019-09-05", "assessment_type": "SAP", "completion_date": "2019-09-05", "inspection_date": "2019-09-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.83, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 12, "type": 1, "u_value": 1, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 38.71}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 86.01, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 40.55}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 2}, {"name": 2, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 1, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 1, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 9, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 12, "type": 12, "width": 0.92, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.81, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.39, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.78, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 27.3, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.63, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.63, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.31, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.76, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.76, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.31, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.31, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.31, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 38.71, "total_floor_area": 38.71}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 38.71}], "thermal_mass_parameter": 145.65}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2123, "water_heating": 1605}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094087764, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE5 7FW", "data_type": 2, "hot_water": {"description": "Community scheme, no cylinder thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-04-17 16:21:24", "living_area": 26.1, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 81.88, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 30}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 11 Fitton Court", "address_line_2": "16, Hornsell Close", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.12, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500146, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.949, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 9, "solar_transmittance": 0.59}, {"name": "Opening Type 9", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Flat", "total_roof_area": 71.17}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "External - Flats", "total_wall_area": 51.3, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.22, "wall_type": 2, "description": "UNHeated Coridoor", "total_wall_area": 17.2, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 27.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1W03 W02", "type": "Opening Type 1", "width": 1.36, "height": 1.43, "location": "External Wall 1", "orientation": 1}, {"name": "D1W04 W10(h)", "type": "Opening Type 1", "width": 0.58, "height": 1.43, "location": "External Wall 1", "orientation": 2}, {"name": "D1W04 W10(h)", "type": "Opening Type 1", "width": 1.08, "height": 1.43, "location": "External Wall 1", "orientation": 8}, {"name": "D1W05 W07", "type": "Opening Type 1", "width": 2.01, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "D1W05 W07", "type": "Opening Type 1", "width": 0.99, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "D1D01 D16", "type": "Opening Type 1", "width": 1.17, "height": 1.95, "location": "External Wall 1", "orientation": 7}, {"name": "D1D01 D16", "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "Notm labeld", "type": "Opening Type 1", "width": 0.58, "height": 1.95, "location": "External Wall 1", "orientation": 5}, {"name": "Front door", "type": "Opening Type 9", "width": 0.91, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.79, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 8.79, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.98, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.52, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 6.88, "psi_value": 0.1, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 8.32, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 20.52, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.5, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.5, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11.09, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 17.96, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 71.17}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 208, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 208, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1620, "water_heating": 1709}}, "seller_commission_report": "Y", "energy_consumption_current": 65, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 65, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 2630177424, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 30% of fixed outlets", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "NR14 7GJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-03-21 20:56:28", "living_area": 17.6, "orientation": 7, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 143, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16396, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 1, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.25, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "9, Sebald Crescent", "address_line_2": "Poringland", "assessment_date": "2019-03-21", "assessment_type": "SAP", "completion_date": "2019-03-21", "inspection_date": "2019-03-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.35, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 30}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 53.07}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Plinth", "total_wall_area": 11.45, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.23, "wall_type": 2, "description": "Wall 1", "total_wall_area": 93.88, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.94, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W1", "type": "Opening Type 2", "width": 1.59, "height": 2.1, "location": "External Wall 2", "orientation": 5}, {"name": "W2", "type": "Opening Type 2", "width": 0.91, "height": 1.05, "location": "External Wall 2", "orientation": 5}, {"name": "W3", "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 2", "orientation": 5}, {"name": "W4", "type": "Opening Type 2", "width": 1.81, "height": 1.35, "location": "External Wall 2", "orientation": 5}, {"name": "W5", "type": "Opening Type 2", "width": 1.59, "height": 2.1, "location": "External Wall 2", "orientation": 1}, {"name": "W6", "type": "Opening Type 2", "width": 0.91, "height": 1.2, "location": "External Wall 2", "orientation": 1}, {"name": "W7", "type": "Opening Type 2", "width": 0.91, "height": 1.2, "location": "External Wall 2", "orientation": 1}, {"name": "W8", "type": "Opening Type 2", "width": 0.91, "height": 1.05, "location": "External Wall 2", "orientation": 1}, {"name": "W9", "type": "Opening Type 2", "width": 0.69, "height": 1.05, "location": "External Wall 2", "orientation": 7}, {"name": "W10", "type": "Opening Type 2", "width": 0.46, "height": 1.05, "location": "External Wall 2", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.08, "calculation_reference": "SAP 2005 record"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.23, "floor_type": 2, "description": "Floor 1", "storey_height": 2.34, "heat_loss_area": 53.07, "total_floor_area": 53.07}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 53.07}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 260, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 127, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 267, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a370", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 84}, {"sequence": 2, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 3, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3781, "water_heating": 2184}}, "seller_commission_report": "Y", "energy_consumption_current": 100, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 27, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094774916, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH4 9BT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNEMOUTH", "built_form": 4, "created_at": "2019-09-25 14:47:40", "living_area": 23.6, "orientation": 7, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "14b, Wharfdale Road", "assessment_date": "2019-09-25", "assessment_type": "SAP", "completion_date": "2019-09-25", "inspection_date": "2019-09-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.64, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-25", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 3, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.17, "roof_type": 2, "description": "Plane Roof", "total_roof_area": 18.83}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 28.49}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "total_wall_area": 27.21, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 3, "description": "Sheltered Wall", "total_wall_area": 16.44, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.69}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Door", "width": 1.89, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Side Windows", "type": "Window", "width": 2.95, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Side Windows", "type": "Window", "width": 1.88, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Patio Door", "type": "Window", "width": 3.98, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.4, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 2.8, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 7.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 5.1, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.1, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 13.6, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 13.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 47.32}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 135, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 135, "currency": "GBP"}, "hot_water_cost_current": {"value": 59, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 773, "water_heating": 1328}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 80, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10070019037, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE20 7AT", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-07-17 16:18:41", "living_area": 33.2, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.12, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "2, Crampton Road", "assessment_date": "2019-07-17", "assessment_type": "SAP", "completion_date": "2019-07-17", "inspection_date": "2019-07-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.73, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-17", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.26, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Flat", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 86}], "sap_walls": [{"name": "External", "u_value": 0.18, "wall_type": 2, "kappa_value": 70, "total_wall_area": 73.75, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 9.2, "location": "External", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.4, "location": "External", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.5, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 12.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 268, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 268, "currency": "GBP"}, "hot_water_cost_current": {"value": 306, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 306, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1529, "water_heating": 1743}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 90, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 24156777, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS40 5EG", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 3, "created_at": "2019-03-29 11:42:46.000000", "living_area": 34.0, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "false", "burner_control": 3, "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17115, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "19b Ladymead Lane", "address_line_2": "Langford", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 1 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 2 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 3 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 4 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 5 dg Brick and block cavity wall, full fill", "type": 4, "u_value": 1.6, "data_source": 2, "glazing_type": 3}, {"name": "2 0 dg new build", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 1 dg new build", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 2 dg new build", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 3 dg new build", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 4 dg new build", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "2 5 dg new build", "type": 4, "u_value": 1.6, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.16, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 44.0}], "sap_walls": [{"name": "1 Brick and block cavity wall, full fill", "u_value": 0.55, "wall_type": 2, "description": "Brick and block cavity wall, full fill", "kappa_value": 60.0, "total_wall_area": 72.28, "is_curtain_walling": "false"}, {"name": "2 new build", "u_value": 0.22, "wall_type": 2, "description": "new build", "kappa_value": 60.0, "total_wall_area": 51.43, "is_curtain_walling": "false"}, {"name": 5, "u_value": 0.0, "wall_type": 4, "kappa_value": 180.0, "total_wall_area": 36.0, "is_curtain_walling": "false"}], "identifier": "19b", "overshading": 2, "sap_openings": [{"name": "1 0 dg Brick and block cavity wall, full fill", "type": "1 0 dg Brick and block cavity wall, full fill", "width": 2.3, "height": 1.05, "location": "1 Brick and block cavity wall, full fill", "orientation": 7}, {"name": "1 1 dg Brick and block cavity wall, full fill", "type": "1 1 dg Brick and block cavity wall, full fill", "width": 2.3, "height": 1.05, "location": "1 Brick and block cavity wall, full fill", "orientation": 7}, {"name": "1 2 dg Brick and block cavity wall, full fill", "type": "1 2 dg Brick and block cavity wall, full fill", "width": 1.77, "height": 1.05, "location": "1 Brick and block cavity wall, full fill", "orientation": 3}, {"name": "1 3 dg Brick and block cavity wall, full fill", "type": "1 3 dg Brick and block cavity wall, full fill", "width": 0.49, "height": 1.05, "location": "1 Brick and block cavity wall, full fill", "orientation": 3}, {"name": "1 4 dg Brick and block cavity wall, full fill", "type": "1 4 dg Brick and block cavity wall, full fill", "width": 0.49, "height": 0.49, "location": "1 Brick and block cavity wall, full fill", "orientation": 3}, {"name": "1 5 dg Brick and block cavity wall, full fill", "type": "1 5 dg Brick and block cavity wall, full fill", "width": 2.3, "height": 2.1, "location": "1 Brick and block cavity wall, full fill", "orientation": 3}, {"name": "2 0 dg new build", "type": "2 0 dg new build", "width": 2.42, "height": 1.0, "location": "2 new build", "orientation": 7}, {"name": "2 1 dg new build", "type": "2 1 dg new build", "width": 1.2, "height": 1.05, "location": "2 new build", "orientation": 7}, {"name": "2 2 dg new build", "type": "2 2 dg new build", "width": 0.4, "height": 2.1, "location": "2 new build", "orientation": 7}, {"name": "2 3 dg new build", "type": "2 3 dg new build", "width": 0.49, "height": 1.05, "location": "2 new build", "orientation": 3}, {"name": "2 4 dg new build", "type": "2 4 dg new build", "width": 0.49, "height": 1.05, "location": "2 new build", "orientation": 3}, {"name": "2 5 dg new build", "type": "2 5 dg new build", "width": 0.9, "height": 2.1, "location": "2 new build", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.25, "floor_type": 2, "kappa_value": 110.0, "storey_height": 0.0, "heat_loss_area": 34.0, "total_floor_area": 34.0}, {"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "new build", "kappa_value": 110.0, "storey_height": 0.0, "heat_loss_area": 10.0, "total_floor_area": 10.0}]}], "heating_cost_current": 403, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 77, "lighting_cost_current": 57, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": 403, "hot_water_cost_current": 84, "suggested_improvements": [{"sequence": 1, "typical_saving": 33, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 78}, {"sequence": 2, "typical_saving": 275, "indicative_cost": "\u00c2\u00a35,000 - \u00c2\u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 87}, {"sequence": 3, "typical_saving": 517, "indicative_cost": "\u00c2\u00a315,000 - \u00c2\u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 109, "environmental_impact_rating": 106}], "co2_emissions_potential": -0.8, "energy_rating_potential": 109, "lighting_cost_potential": 57, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 51, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6270, "water_heating": 1852}}, "seller_commission_report": "N", "energy_consumption_current": 141, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": -62, "environmental_impact_current": 76, "current_energy_efficiency_band": "C", "environmental_impact_potential": 106, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 25, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10093514952, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL18 1QP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NEWENT", "built_form": 1, "created_at": "2019-03-27 14:24:41", "living_area": 17.046, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "24a Vauxhall", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-03-27", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.52, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 87, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Horizontal", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.143}], "sap_walls": [{"name": "Front (NW)", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 31.147, "is_curtain_walling": "false"}, {"name": "Side I (NE)", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 42.489, "is_curtain_walling": "false"}, {"name": "Rear (SE)", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 31.147, "is_curtain_walling": "false"}, {"name": "Side II (SW)", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 42.489, "is_curtain_walling": "false"}, {"name": "GF Block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 43}, {"name": "GF Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 19.667}, {"name": "FF Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 99.156}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.95, "height": 2.1, "location": "Side II (SW)", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 0.6, "height": 1.05, "location": "Front (NW)", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 0.6, "height": 1.35, "location": "Front (NW)", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.8, "height": 1.35, "location": "Front (NW)", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Front (NW)", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "Front (NW)", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 0.45, "height": 1.05, "location": "Side I (NE)", "orientation": 2}, {"name": 8, "type": "Windows (1)", "width": 0.45, "height": 1.05, "location": "Side I (NE)", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 1.5, "height": 2.1, "location": "Rear (SE)", "orientation": 4}, {"name": 10, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Rear (SE)", "orientation": 4}, {"name": 11, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "Rear (SE)", "orientation": 4}, {"name": 12, "type": "Windows (1)", "width": 1.8, "height": 1.05, "location": "Rear (SE)", "orientation": 4}, {"name": 13, "type": "Windows (1)", "width": 1.2, "height": 1.05, "location": "Side II (SW)", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.35, "psi_value": 0.388, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 32.7, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.202, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 27.754, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.026, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 16.737, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 27.485, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.01, "psi_value": -0.065, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 12.9, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.385, "heat_loss_area": 46.131, "total_floor_area": 46.131}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.625, "heat_loss_area": 0, "total_floor_area": 40.649, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 239, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 239, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 312, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3292, "water_heating": 1692}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 15, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094075309, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK43 9SH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 4, "created_at": "2019-02-14 14:47:41", "living_area": 28.46, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "8, Ironstone Close", "address_line_2": "Stewartby", "assessment_date": "2019-02-14", "assessment_type": "SAP", "completion_date": "2019-02-14", "inspection_date": "2019-02-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.47, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 2, "u_value": 1.35, "data_source": 2, "glazing_type": 7}, {"name": "Patio Doors", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows", "type": 4, "u_value": 1.35, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 36.96}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 52.25, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 67.39}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 39.47}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 65.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Doors", "width": 1.92, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.2, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear Windows", "type": "Windows", "width": 4.32, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Patio Doors", "type": "Patio Doors", "width": 3.15, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.67, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.26, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.6, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10.71, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10.71, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.71, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.52, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.81, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 13.81, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 13.81, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Ground Floor", "kappa_value": 0, "storey_height": 2.33, "heat_loss_area": 36.96, "total_floor_area": 36.96, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 36.96}]}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2161, "water_heating": 1577}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": -4, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10002063956, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT5 1FX", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "PORTLAND", "built_form": 1, "created_at": "2019-02-28 15:14:05", "living_area": 15.57, "orientation": 1, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.68, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "Yew Tree House", "address_line_3": "3 Fortuneswell", "assessment_date": "2019-02-14", "assessment_type": "SAP", "completion_date": "2019-02-28", "inspection_date": "2019-02-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 42, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 3, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "total_roof_area": 42.46}], "sap_walls": [{"name": "External walls", "u_value": 0.29, "wall_type": 2, "total_wall_area": 36.95, "is_curtain_walling": "false"}, {"name": "Corridor walls", "u_value": 0.29, "wall_type": 2, "total_wall_area": 19.01, "is_curtain_walling": "false"}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "total_wall_area": 18.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Corridor walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.3, "location": "External walls", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.1, "location": "External walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 342, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": {"value": 43, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 342, "currency": "GBP"}, "hot_water_cost_current": {"value": 257, "currency": "GBP"}, "co2_emissions_potential": 2.0, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 43, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 257, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2015, "water_heating": 1514}}, "seller_commission_report": "Y", "energy_consumption_current": 273, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 273, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 46} +{"uprn": 47244072, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in 25% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "postcode": "NE28 9FU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WALLSEND", "built_form": 1, "created_at": "2019-11-21 14:12:40", "living_area": 14.25, "orientation": 2, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11, Bowman Drive", "assessment_date": "2019-11-21", "assessment_type": "SAP", "completion_date": "2019-11-21", "inspection_date": "2019-11-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "total_floor_area": 113, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 25}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.35, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Warm Roof", "u_value": 0.18, "roof_type": 2, "total_roof_area": 14.36}, {"name": "Stud Roof", "u_value": 0.1296, "roof_type": 2, "total_roof_area": 28.82}, {"name": "Cold Roof", "u_value": 0.14, "roof_type": 2, "total_roof_area": 5.8}], "sap_walls": [{"name": "External Wall", "u_value": 0.31, "wall_type": 2, "total_wall_area": 161.36, "is_curtain_walling": "false"}, {"name": "Dormer Wall", "u_value": 0.44, "wall_type": 2, "total_wall_area": 5.8, "is_curtain_walling": "false"}, {"name": "Stud Wall", "u_value": 0.1296, "wall_type": 3, "total_wall_area": 17.32, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.2, "location": "External Wall", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 7.92, "location": "External Wall", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Dormer Wall", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.98, "location": "External Wall", "orientation": 4}, {"name": 8, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.38, "location": "Warm Roof", "orientation": 2}, {"name": 9, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 0.54, "location": "Warm Roof", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.68, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.52, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36.9, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.06, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 42.08, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 2.92, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.12, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.97, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.83, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 24.38, "psi_value": 0.09, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.88, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "storey_height": 2.33, "heat_loss_area": 44.77, "total_floor_area": 44.77}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 44.77}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.24, "heat_loss_area": 0, "total_floor_area": 23.93}]}], "heating_cost_current": {"value": 360, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 136, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 366, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 52, "currency": "GBP"}, "indicative_cost": "\u00a315", "improvement_type": "E", "improvement_details": {"improvement_number": 35}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 82}, {"sequence": 2, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 84}, {"sequence": 3, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.0, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5588, "water_heating": 1847}}, "seller_commission_report": "Y", "energy_consumption_current": 114, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 50, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10094267939, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE8 3JX", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 2, "created_at": "2019-10-14 09:19:47", "living_area": 29.4, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.87, "heat_efficiency": 54.2, "heat_source_type": 1, "power_efficiency": 37.4}, {"fuel_type": 51, "heat_fraction": 0.13, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 1.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 28 Kingwood Apartments", "address_line_2": "31, Waterline Way", "assessment_date": "2019-10-14", "assessment_type": "SAP", "completion_date": "2019-10-14", "inspection_date": "2019-10-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 1.26, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500470, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.19, "data_source": 2, "frame_factor": 0.85, "glazing_type": 3, "solar_transmittance": 0.47}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 79.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall", "total_wall_area": 45, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 27.5}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.7, "height": 2.4, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 2", "width": 3.6, "height": 2.4, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 2", "width": 1.1, "height": 2.4, "location": "External Wall 1", "orientation": 1}, {"name": 5, "type": "Opening Type 2", "width": 2.1, "height": 2.4, "location": "External Wall 1", "orientation": 1}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 79.3}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 159, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 159, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 452, "water_heating": 2104}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r12", "energy_consumption_potential": 36, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10093996905, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "FY6 0FR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "POULTON-LE-FYLDE", "built_form": 1, "created_at": "2019-09-28 12:49:38", "living_area": 23.54, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "8, Oakfield Close", "address_line_2": "Stalmine", "assessment_date": "2019-09-28", "assessment_type": "SAP", "completion_date": "2019-09-28", "inspection_date": "2019-09-28", "sap_ventilation": {"psv_count": 2, "pressure_test": 5, "air_permeability": 4.01, "open_flues_count": 0, "ventilation_type": 3, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 12", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 53.69}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Front Elevation", "total_wall_area": 50.49, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Left Side Elevation", "total_wall_area": 32.67, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Rear Elevation", "total_wall_area": 37.13, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.25, "wall_type": 2, "description": "Right Side Elevation", "total_wall_area": 32.67, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": "W2", "type": "Opening Type 1", "width": 0.49, "height": 0.9, "location": "External Wall 1", "orientation": 8}, {"name": "W3", "type": "Opening Type 1", "width": 0.49, "height": 0.9, "location": "External Wall 1", "orientation": 2}, {"name": "W4", "type": "Opening Type 1", "width": 1.2, "height": 1.35, "location": "External Wall 1", "orientation": 2}, {"name": "W5", "type": "Opening Type 1", "width": 1.77, "height": 1.05, "location": "External Wall 3", "orientation": 6}, {"name": "W6", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "W8", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W9", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 3", "orientation": 6}, {"name": "W10", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 3", "orientation": 6}, {"name": "W11", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 3", "orientation": 6}, {"name": "D1", "type": "Opening Type 12", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 3", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.62, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.76, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.6, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.46, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.08, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 35.46, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.57, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 17.64, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.75, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 53.69, "total_floor_area": 53.69}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 53.69}], "thermal_mass_parameter": 201}], "heating_cost_current": {"value": 275, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 275, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4134, "water_heating": 1749}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094177702, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR10 1RU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PERSHORE", "built_form": 2, "created_at": "2019-06-11 12:07:41", "living_area": 18.3, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 7.2 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "24, Lucerne Avenue", "assessment_date": "2019-06-11", "assessment_type": "SAP", "completion_date": "2019-06-11", "inspection_date": "2019-06-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.2, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 82.45, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.4}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 38.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "external", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.8, "location": "external", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.9, "location": "external", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.8, "psi_value": 0.202, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 9.4, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.7, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.7, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.22, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 36, "total_floor_area": 36}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 36, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 209, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 209, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2510, "water_heating": 1560}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 4, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093528933, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN4 8FT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 1, "created_at": "2019-01-30 10:30:30", "living_area": 25.14, "orientation": 7, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "10, Country Park Way", "address_line_2": "Royal Wootton Bassett", "assessment_date": "2019-01-30", "assessment_type": "SAP", "completion_date": "2019-01-30", "inspection_date": "2019-01-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.69, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins Joist", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.06}], "sap_walls": [{"name": "Stone", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 31.94, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 15.13, "is_curtain_walling": "false"}, {"name": "Render", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 18.58, "is_curtain_walling": "false"}, {"name": "1st floor block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 30.77}, {"name": "1st floor stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 43.07}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 4.64}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.96, "location": "Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.51, "location": "Stone", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.79, "location": "Stone", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.54, "location": "Stone", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 181, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 181, "currency": "GBP"}, "hot_water_cost_current": {"value": 59, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1386, "water_heating": 1334}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 101, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 72120226, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7NR", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-08-01 09:54:31", "living_area": 15.03, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "24 Lincoln Towers", "assessment_date": "2018-09-11", "assessment_type": "SAP", "completion_date": "2019-08-01", "inspection_date": "2018-09-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-08-01", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 45.22}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 47.63, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 70, "total_wall_area": 16.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 2, "height": 1.275, "location": "External Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1.85, "height": 1.275, "location": "External Wall", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1.6, "height": 1.275, "location": "External Wall", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.275, "location": "External Wall", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.06, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 8.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 20.75, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 19.44, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 4.31, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 4.76, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 16.32, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 13.79, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 679, "currency": "GBP"}, "co2_emissions_current": 7.0, "energy_rating_average": 60, "energy_rating_current": 45, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 679, "currency": "GBP"}, "hot_water_cost_current": {"value": 472, "currency": "GBP"}, "co2_emissions_potential": 7.0, "energy_rating_potential": 45, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 472, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 4919, "space_heating_existing_dwelling": 8216}}, "seller_commission_report": "Y", "energy_consumption_current": 910, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 910, "environmental_impact_current": 20, "current_energy_efficiency_band": "E", "environmental_impact_potential": 20, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 154} +{"uprn": 10094315010, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK12 2GF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOCKPORT", "built_form": 4, "created_at": "2019-12-10 08:47:54", "living_area": 14.97, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17513, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "4, Kinder View Close", "address_line_2": "Newtown, Disley", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.46, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 8", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "MAIN ROOF", "total_roof_area": 26.36}, {"name": "Roof 2", "u_value": 0.14, "roof_type": 2, "description": "Rafter", "total_roof_area": 16.96}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Timber", "total_wall_area": 8.56, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "Wall 1", "total_wall_area": 38.83, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 107.27}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front door", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "win", "type": "Opening Type 2", "width": 0.87, "height": 1.35, "location": "External Wall 2", "orientation": 1}, {"name": "win", "type": "Opening Type 2", "width": 0.87, "height": 1.35, "location": "External Wall 2", "orientation": 1}, {"name": "win", "type": "Opening Type 2", "width": 0.87, "height": 0.99, "location": "External Wall 2", "orientation": 1}, {"name": "win", "type": "Opening Type 2", "width": 0.4, "height": 0.95, "location": "External Wall 2", "orientation": 1}, {"name": "win", "type": "Opening Type 2", "width": 0.87, "height": 1.35, "location": "External Wall 2", "orientation": 5}, {"name": "win", "type": "Opening Type 2", "width": 2.1, "height": 2.1, "location": "External Wall 2", "orientation": 5}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 35, "width": 0.9, "height": 0.9, "location": "Roof 2", "orientation": 1}, {"name": "Rooflight", "type": "Opening Type 8", "pitch": 35, "width": 0.9, "height": 0.9, "location": "Roof 2", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.88, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.98, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.38, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 7.86, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 7.86, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.86, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.76, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.18, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 16.18, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 6.1, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 4.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.8, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 3.05, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 7.86, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.38, "heat_loss_area": 30.28, "total_floor_area": 30.28}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 30.28}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.03, "heat_loss_area": 0, "total_floor_area": 16.12}], "thermal_mass_parameter": 158.5}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 293, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2025, "water_heating": 1772}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 4, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10091682526, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6YR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 1, "created_at": "2019-01-08 15:38:13", "living_area": 37.63, "orientation": 2, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "19, Draper Close", "assessment_date": "2019-01-08", "assessment_type": "SAP", "completion_date": "2019-01-08", "inspection_date": "2019-01-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_count": 19, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Main Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 98.52}, {"name": "Sloping Ceiling", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.88}], "sap_walls": [{"name": "Brick Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 76.69, "is_curtain_walling": "false"}, {"name": "Car Park Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 24.69, "is_curtain_walling": "false"}, {"name": "Render", "u_value": 0.25, "wall_type": 2, "kappa_value": 150, "total_wall_area": 17, "is_curtain_walling": "false"}, {"name": "Internal Stud Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 175.81}, {"name": "Block Wall", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 6.46}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 31.27}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.932, "height": 2.1, "location": "Brick Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.38, "location": "Brick Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.05, "location": "Brick Walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.26, "location": "Render", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.15, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.22, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 32.4, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 11.56, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 30.35, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1.23, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 3.12, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.53, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 1.23, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.11, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.11, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.25, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 12.25, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.341, "heat_loss_area": 4.82, "total_floor_area": 4.82}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.554, "heat_loss_area": 100.25, "total_floor_area": 105.08}]}], "heating_cost_current": {"value": 304, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 304, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4014, "water_heating": 1755}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 90, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": null, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B11 4LJ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BIRMINGHAM", "built_form": 1, "created_at": "2019-05-01 12:30:03", "living_area": 39.5, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60039, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18284, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "139a Durham Road", "assessment_date": "2019-04-23", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2019-04-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.21, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "ceiling ins", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 79.91}], "sap_walls": [{"name": "Cavity walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 100.39, "is_curtain_walling": "false"}, {"name": "STud walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 19.68}, {"name": "Block walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 79.2}], "identifier": "Main Dwelling", "overshading": 3, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 8.52, "location": "Cavity walls", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.2, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 36.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 12, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 16.1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 21.39, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 1.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.4, "heat_loss_area": 79.91, "total_floor_area": 79.91}]}], "heating_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3594, "water_heating": 2012}}, "seller_commission_report": "Y", "energy_consumption_current": 109, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 31, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094256870, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB2 9FZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-05-01 16:40:38", "living_area": 28.02, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "90, Renard Way", "address_line_2": "Trumpington", "assessment_date": "2019-05-01", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2019-05-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.57, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500117, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 1}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.02, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.31, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W9", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall", "total_wall_area": 30.6, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.28, "wall_type": 3, "description": "Wall to Corridor", "total_wall_area": 5.32, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 37.98}, {"name": "Wall 4", "u_value": 0.3, "wall_type": 2, "description": "Recessed brick", "total_wall_area": 17.13, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.36, "height": 1.51, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 2, "width": 1.36, "height": 1.51, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 2, "width": 0.46, "height": 1.51, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 2, "width": 0.46, "height": 1.51, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 2, "width": 2.6, "height": 2.33, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 2, "width": 1.14, "height": 1.96, "location": "Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.29, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.29, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.86, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.48, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 2.17, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.39, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.17, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 4.09, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 4.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.45, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 15.5, "psi_value": 0.071, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.45, "heat_loss_area": 72.83, "total_floor_area": 72.83}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1822, "water_heating": 1567}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 46, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093758220, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.06 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR0 3FJ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "CROYDON", "built_form": 3, "created_at": "2019-12-20 11:08:47", "living_area": 31, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 48.8, "heat_source_type": 1, "power_efficiency": 33.4}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 90, "heat_source_type": 2}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "12, Purley Way", "assessment_date": "2019-12-20", "assessment_type": "SAP", "completion_date": "2019-12-20", "inspection_date": "2019-12-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500413, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 122, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Front Door", "type": 1, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 73.62}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 48.39, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.16, "wall_type": 3, "description": "Ext Wall - Sheltered", "total_wall_area": 3.68, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 113.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door", "type": "Front Door", "width": 1010, "height": 2250, "location": "External Wall 1", "orientation": 0}, {"name": "N", "type": "Window", "width": 7, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "S", "type": "Window", "width": 6.6, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.68, "heat_loss_area": 48.3, "total_floor_area": 48.3}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 73.62}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 184, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 184, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 747, "water_heating": 1926}}, "seller_commission_report": "Y", "energy_consumption_current": 44, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 44, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 74088201, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S41 9SH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTERFIELD", "built_form": 2, "created_at": "2019-08-29 14:12:22", "living_area": 17.43, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16399, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "18, Comley Crescent", "assessment_date": "2019-08-29", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.56, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 138, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 0.8, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 12, "isargonfilled": "false", "solar_transmittance": 0.57}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 43.21}, {"name": "GF plane roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 8.84}], "sap_walls": [{"name": "External wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 148.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 191.1}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 72.32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.98, "location": "External wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.65, "location": "External wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 8.715, "location": "External wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.95, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.19, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.42, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.53, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 1.8, "psi_value": 0.087, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 15.46, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 37.24, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.46, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.91, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 10.6, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 17.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.6, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 52.05, "total_floor_area": 52.05}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 43.21, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.651, "heat_loss_area": 0, "total_floor_area": 43.21}]}], "heating_cost_current": {"value": 279, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 98, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 281, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 98, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4090, "water_heating": 2137}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 28, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10007921606, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH7 6GS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "LINGFIELD", "built_form": 1, "created_at": "2019-07-05 14:22:32", "living_area": 36.2, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 102711, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.1, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 2.5, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5 Bannisters Croft", "address_line_2": "Blindley Heath", "assessment_date": "2019-07-05", "assessment_type": "SAP", "completion_date": "2019-07-05", "inspection_date": "2019-07-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.24, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 153, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Side/Rear Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Dormer Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof", "total_roof_area": 79.19}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall", "total_wall_area": 196.79, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 17.28, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance Door", "type": "Entrance Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Side Door", "type": "Side/Rear Door", "width": 938, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "01 GFF", "type": "Window", "width": 600, "height": 1000, "location": "External Wall 1", "orientation": 3}, {"name": "02 GFF", "type": "Window", "width": 400, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "03 GFF", "type": "Window", "width": 400, "height": 2100, "location": "External Wall 1", "orientation": 3}, {"name": "04 GFF", "type": "Window", "width": 2300, "height": 1200, "location": "External Wall 1", "orientation": 3}, {"name": "05 GFS", "type": "Window", "width": 1200, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "06 GFS", "type": "Window", "width": 1200, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "07 GFS", "type": "Window", "width": 1750, "height": 1200, "location": "External Wall 1", "orientation": 1}, {"name": "08 GFS", "type": "Window", "width": 2000, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "09 GFR", "type": "Window", "width": 3500, "height": 2100, "location": "External Wall 1", "orientation": 7}, {"name": "10 GFR", "type": "Window", "width": 2300, "height": 1350, "location": "External Wall 1", "orientation": 7}, {"name": "11 FFF", "type": "Dormer Window", "width": 1750, "height": 1000, "location": "External Wall 1", "orientation": 3}, {"name": "12 FFF", "type": "Dormer Window", "width": 1750, "height": 1000, "location": "External Wall 1", "orientation": 3}, {"name": "13 FFS", "type": "Window", "width": 600, "height": 400, "location": "External Wall 1", "orientation": 5}, {"name": "14 FFS", "type": "Window", "width": 1200, "height": 1000, "location": "External Wall 1", "orientation": 5}, {"name": "15 FFS", "type": "Window", "width": 1200, "height": 1000, "location": "External Wall 1", "orientation": 1}, {"name": "16 FFR", "type": "Dormer Window", "width": 1750, "height": 1000, "location": "External Wall 1", "orientation": 7}, {"name": "17 FFR", "type": "Dormer Window", "width": 1750, "height": 1200, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 27.6, "psi_value": 0.172, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 25.65, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 56.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 41.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 41.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 16.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 28.7, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 30.12, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.04, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.4, "heat_loss_area": 79.19, "total_floor_area": 79.19}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 73.51}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 396, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 397, "currency": "GBP"}, "hot_water_cost_current": {"value": 174, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 64, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 110, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6311, "water_heating": 2324}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 31, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 6720757, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E1 8ZH", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-05-13 14:14:35", "living_area": 34.9, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 90.21, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 43.01, "heat_source_type": 1, "power_efficiency": 37.08}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 6.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 205 Neroli House", "address_line_2": "14, Piazza Walk", "assessment_date": "2019-05-13", "assessment_type": "SAP", "completion_date": "2019-05-13", "inspection_date": "2019-05-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 43, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.36, "data_source": 2, "frame_factor": 0.8, "glazing_type": 4, "solar_transmittance": 0.36}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 42.57}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Common Areas", "total_wall_area": 26.75, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "External Wall", "total_wall_area": 22.02, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 32.61}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Living", "type": "Opening Type 2", "width": 2.8, "height": 2.54, "location": "External Wall 2", "orientation": 6}, {"name": "Living", "type": "Opening Type 2", "width": 3.35, "height": 2.54, "location": "External Wall 2", "orientation": 8}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.15, "floor_type": 3, "description": "Floor 1", "storey_height": 2.54, "heat_loss_area": 42.57, "total_floor_area": 42.57}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 161, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 34, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 161, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 34, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1412, "water_heating": 1741}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 66, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093593500, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N8 0EJ", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-11 09:41:58", "living_area": 21.95, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 1, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "true", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 58.4, "heat_source_type": 1, "power_efficiency": 28.75}, {"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 96.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 110 Altitude Point", "address_line_2": "Hampden Road", "assessment_date": "2019-08-30", "assessment_type": "SAP", "completion_date": "2019-09-11", "inspection_date": "2019-08-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.33, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 67, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.36}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 67.18}], "sap_walls": [{"name": "Brick 1", "u_value": 0.18, "wall_type": 2, "kappa_value": 14, "total_wall_area": 41.06, "is_curtain_walling": "false"}, {"name": "Metal Stud Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 128.65}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 41.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 7.89, "location": "Brick 1", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.23, "location": "Brick 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.24, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 32.85, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.48, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 10, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 32.85, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 125, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 54, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 125, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 54, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 754, "water_heating": 2002}}, "seller_commission_report": "Y", "energy_consumption_current": 51, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 51, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 100012775371, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.32 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.67 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK14 1LJ", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HYDE", "built_form": 2, "created_at": "2019-11-01 09:14:30", "living_area": 23.34, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17795, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "20, Oldham Street", "assessment_date": "2019-11-01", "assessment_type": "SAP", "completion_date": "2019-11-01", "inspection_date": "2019-11-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.8, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Opening Type 5", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Joists", "total_roof_area": 40.25}, {"name": "Roof 2", "u_value": 0.31, "roof_type": 2, "description": "Rear roof", "total_roof_area": 9.56}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.39, "wall_type": 2, "description": "Gable wall", "total_wall_area": 38.12, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.29, "wall_type": 2, "description": "Kitchen wall", "total_wall_area": 26.04, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.29, "wall_type": 2, "description": "Solid wall", "total_wall_area": 45.6, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.28, "wall_type": 2, "description": "Wall to shop", "total_wall_area": 25.76, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.76}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.65, "location": "External Wall 3", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.65, "location": "External Wall 3", "orientation": 2}, {"name": "Window", "type": "Opening Type 1", "width": 1.2, "height": 1.65, "location": "External Wall 1", "orientation": 6}, {"name": "Window", "type": "Opening Type 1", "width": 2.2, "height": 1.7, "location": "External Wall 3", "orientation": 6}, {"name": "Front door", "type": "Opening Type 5", "width": 0.86, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "Front door", "type": "Opening Type 5", "width": 1.07, "height": 2.34, "location": "External Wall 3", "orientation": 0}, {"name": "Window", "type": "Opening Type 1", "width": 1.07, "height": 0.48, "location": "External Wall 3", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.67, "floor_type": 2, "description": "Existing gorund", "storey_height": 2.65, "heat_loss_area": 49.81, "total_floor_area": 49.81}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.75, "heat_loss_area": 0, "total_floor_area": 40.25}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 465, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 465, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 76, "environmental_impact_rating": 75}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 83}], "co2_emissions_potential": 1.8, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8344, "water_heating": 2120}}, "seller_commission_report": "Y", "energy_consumption_current": 176, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 109, "environmental_impact_current": 73, "current_energy_efficiency_band": "C", "environmental_impact_potential": 83, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 31} +{"uprn": 10010261830, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE9 6EA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-05-21 14:05:48", "living_area": 41.77, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (assumed)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "7, Jacks Acre Lane", "assessment_date": "2019-05-21", "assessment_type": "SAP", "completion_date": "2019-05-21", "inspection_date": "2019-05-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500340, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-21", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 2.2, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_count": 5, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 69.62}], "sap_walls": [{"name": "External Walls", "u_value": 0.14, "wall_type": 2, "kappa_value": 60, "total_wall_area": 158.9, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 19.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 6.01, "location": "External Walls", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 21.82, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.2, "location": "External Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.58, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.94, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.65, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 37.41, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.56, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 45.9, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 23.7, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.8, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11.98, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 5.4, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.07, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.7, "heat_loss_area": 69.62, "total_floor_area": 69.62}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.81, "heat_loss_area": 0, "total_floor_area": 32.13}]}], "heating_cost_current": {"value": 314, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 90, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 314, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.7, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4600, "water_heating": 1878}}, "seller_commission_report": "Y", "energy_consumption_current": 46, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": 35, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093511270, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT9 4FS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHERBORNE", "built_form": 3, "created_at": "2019-05-22 09:20:02", "living_area": 15.41, "orientation": 4, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "11, Warren Way", "assessment_date": "2019-05-22", "assessment_type": "SAP", "completion_date": "2019-05-22", "inspection_date": "2019-05-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.46}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 15.48}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Sloping", "kappa_value": 9, "total_roof_area": 7.84}, {"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "description": "Ceiling to Void", "kappa_value": 9, "total_roof_area": 8.94}, {"name": "Roof 4", "u_value": 0.3, "roof_type": 2, "description": "Dormer Roof", "kappa_value": 9, "total_roof_area": 2.57}, {"name": "Roof 5", "u_value": 0.14, "roof_type": 2, "description": "Porch", "kappa_value": 9, "total_roof_area": 1.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 110.9, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Cheek", "kappa_value": 9, "total_wall_area": 5.74, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.14, "wall_type": 2, "description": "Wall to Void", "kappa_value": 9, "total_wall_area": 14.33, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 69.38}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 47.62}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 49.67}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 36.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance Door", "type": "Front Door", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 3.82, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear windows", "type": "Windows", "width": 6.16, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear roof lights", "type": "Rooflight", "pitch": 35, "width": 0.65, "height": 0.83, "location": "Roof 1", "orientation": 8}, {"name": "Front Dorma Window", "type": "Windows", "width": 1.2, "height": 1.2, "location": "External Wall 2", "orientation": 4}, {"name": "Side Windows", "type": "Windows", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.56, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.19, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 10.62, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 10.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 12.15, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 11.12, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.96, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 10.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.23, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 0, "storey_height": 2.31, "heat_loss_area": 32.4, "total_floor_area": 32.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 30.74, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Internal Floor 2", "kappa_value": 18, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 21.8, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 248, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 248, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3391, "water_heating": 1656}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 16, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10090430398, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR4 0EW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 1, "created_at": "2019-02-13 15:14:35", "living_area": 27.26, "orientation": 5, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11, Clydesdale Road", "address_line_2": "Lightfoot Green", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.68, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 170, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.35, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insualted Ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 85.1}], "sap_walls": [{"name": "Exposed", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 211.54, "is_curtain_walling": "false"}, {"name": "Ground", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 153.61}, {"name": "First", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 155.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Exposed", "orientation": 5}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.74, "location": "Exposed", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.58, "location": "Exposed", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 14.69, "location": "Exposed", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.19, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 14.81, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 60, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.3, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 41.3, "psi_value": 0, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 16.02, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 25.28, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 40.98, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 20.49, "psi_value": -0.108, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.75, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.27, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.25, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "kappa_value": 75, "storey_height": 2.79, "heat_loss_area": 85.1, "total_floor_area": 85.1}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 85.1, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 382, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 97, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 382, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 91}], "co2_emissions_potential": 1.4, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 97, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6499, "water_heating": 1811}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 46, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093307001, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN27 9EW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "ASHFORD", "built_form": 1, "created_at": "2019-04-04 16:26:49.000000", "living_area": 24.29, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_heating_code": 901, "hot_water_store_size": 150.0, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "false", "main_heating_number": 1, "main_heating_control": 2207, "is_interlocked_system": "false", "main_heating_category": 4, "main_heating_fraction": 1.0, "main_heating_flue_type": 5, "mcs_installed_heat_pump": "false", "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 102463, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "false", "load_or_weather_compensation": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.43, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "is_immersion_for_summer_use": "false", "primary_pipework_insulation": 4, "sap_heating_design_water_use": 1, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 3.0}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, radiators, electric", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "12, Old Hall Park", "address_line_2": "Headcorn", "assessment_date": "2019-04-04", "assessment_type": "SAP", "completion_date": "2019-04-03", "inspection_date": "2019-04-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.98, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 1, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 207, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-04", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.0, "orientation": 3, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 Specified U-Value = 1.00 Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "frame_factor": 0.7, "glazing_type": 8, "solar_transmittance": 0.64}, {"name": "2 0 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "frame_factor": 0.7, "glazing_type": 8, "solar_transmittance": 0.64}, {"name": "2 1 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "frame_factor": 0.7, "glazing_type": 8, "solar_transmittance": 0.64}, {"name": "2 2 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "frame_factor": 0.7, "glazing_type": 8, "solar_transmittance": 0.64}, {"name": "2 3 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "frame_factor": 0.7, "glazing_type": 8, "solar_transmittance": 0.64}, {"name": "2 4 Insulated Composite Door Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 1, "u_value": 1.0, "data_source": 2, "glazing_type": 1}, {"name": "2 5 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 2, "u_value": 1.0, "data_source": 2, "glazing_type": 8}, {"name": "2 6 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": 4, "u_value": 1.0, "data_source": 2, "glazing_type": 8}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9, 11], "sap_building_parts": [{"sap_roofs": [{"name": "0 200 + 200 Isover Spacesaver Plus Cross Laid", "u_value": 0.1, "roof_type": 2, "description": "200 + 200 Isover Spacesaver Plus Cross Laid", "kappa_value": 9.0, "total_roof_area": 103.45}], "sap_walls": [{"name": "1 Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "u_value": 0.19, "wall_type": 2, "description": "Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "kappa_value": 68.3, "total_wall_area": 22.41, "is_curtain_walling": "false"}, {"name": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "u_value": 0.21, "wall_type": 2, "description": "Brick/125 Dritherm 32/100 Celcon Std/Plaster", "kappa_value": 68.3, "total_wall_area": 232.12, "is_curtain_walling": "false"}], "identifier": "12 Old Hall Park, Headcorn, Ashford, Kent, TN27 9EW", "overshading": 2, "sap_openings": [{"name": "1 0 Specified U-Value = 1.00 Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "type": "1 0 Specified U-Value = 1.00 Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "width": 8.79, "height": 1.0, "location": "1 Tiles on Battens or Render/100 Celcon Std/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 5}, {"name": "2 0 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 0 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 4.95, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 3}, {"name": "2 1 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 1 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 4.35, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 7}, {"name": "2 2 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 2 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 7.22, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 5}, {"name": "2 3 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 3 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 10.14, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 1}, {"name": "2 4 Insulated Composite Door Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 4 Insulated Composite Door Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 1.89, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 5}, {"name": "2 5 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 5 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 1.89, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 3}, {"name": "2 6 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "type": "2 6 Specified U-Value = 1.00 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "width": 9.98, "height": 1.0, "location": "2 Brick/125 Dritherm 32/100 Celcon Std/Plaster", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Beam/CelconStd Block/150 Celotex XR4000/Screed", "kappa_value": 75.0, "storey_height": 2.4, "heat_loss_area": 103.33, "total_floor_area": 103.33}]}], "heating_cost_current": 520, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": 107, "main_heating_controls": [{"description": "2207 Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": 521, "hot_water_cost_current": 254, "suggested_improvements": [{"sequence": 1, "typical_saving": 98, "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}], "co2_emissions_potential": 2.0, "energy_rating_potential": 87, "lighting_cost_potential": 107, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 155, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 11222, "water_heating": 2416}}, "seller_commission_report": "N", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 57, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11, "additional_allowable_electricity_generation": 0.0} +{"uprn": 63190143, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF4 1FD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WAKEFIELD", "built_form": 1, "created_at": "2019-05-28 11:29:02", "living_area": 28, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "52, Herbage View", "address_line_2": "Crofton", "assessment_date": "2019-05-28", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.46}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "party", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 61.1}], "sap_walls": [{"name": "external", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 53.52, "is_curtain_walling": "false"}, {"name": "corridor", "u_value": 0.3, "wall_type": 2, "kappa_value": 150, "total_wall_area": 16.08, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 75.1}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 12}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.5, "location": "external", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.4, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.55, "location": "external", "orientation": 6}], "construction_year": 2015, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.45, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 6.45, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 15.3, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 29, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 7.2, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 2.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 61.1, "total_floor_area": 61.1}]}], "heating_cost_current": {"value": 198, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 198, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1871, "water_heating": 1590}}, "seller_commission_report": "Y", "energy_consumption_current": 101, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 101, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10071159028, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE24 3GS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DERBY", "built_form": 4, "created_at": "2019-05-28 16:32:57", "living_area": 15, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "19, Budle Avenue", "assessment_date": "2019-05-28", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.77, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.45}, {"name": "Opening Type 3", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "j", "total_roof_area": 43.01}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 45.48, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 90.46}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 1, "height": 3.91, "location": "External Wall 1", "orientation": 4}, {"name": "Window", "type": "Opening Type 1", "width": 1, "height": 8, "location": "External Wall 1", "orientation": 8}, {"name": "Door", "type": "Opening Type 3", "width": 1, "height": 1.82, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.76, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.85, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.22, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.3, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.56, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 18.5, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 18.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 18.5, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 43.01, "total_floor_area": 43.01}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 43.01}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 172, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 172, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 91}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1711, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -6, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10094283633, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CA14 4AE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WORKINGTON", "built_form": 1, "created_at": "2019-07-26 10:05:31", "living_area": 13.37, "orientation": 6, "region_code": 9, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Potters Meadow", "assessment_date": "2019-07-26", "assessment_type": "SAP", "completion_date": "2019-07-26", "inspection_date": "2019-07-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.52, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 93, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Half-Glazed Doors", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Patio Doors", "type": 4, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 46.45}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 145.04, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 89.73}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 118.62}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Half-Glazed Doors", "width": 2.86, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Windows", "width": 4.79, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "RH Windows", "type": "Windows", "width": 0.72, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Windows", "type": "Windows", "width": 3.26, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Patio Doors", "type": "Patio Doors", "width": 6.64, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "RH Door", "type": "Half-Glazed Doors", "width": 1.91, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "LH Windows", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.29, "psi_value": 0.36, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.86, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 30.6, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.44, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.44, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.17, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 18.27, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.4, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Ground Floor", "kappa_value": 110, "storey_height": 2.42, "heat_loss_area": 46.45, "total_floor_area": 46.45, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "First Floor", "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 46.45}]}], "heating_cost_current": {"value": 267, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 267, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3815, "water_heating": 1699}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10014358010, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR10 3GA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 2, "created_at": "2019-06-03 15:28:13", "living_area": 37.81, "orientation": 0, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Beech Grove", "address_line_2": "Horsford", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-03", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.23, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 39.13}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 86.46, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 42.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.59, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.33, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.31, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.66, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.7, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.7, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.1, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.6, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.6, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.6, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.6, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 39.13, "total_floor_area": 39.13}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 39.13}], "thermal_mass_parameter": 197.196}], "heating_cost_current": {"value": 218, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 218, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2705, "water_heating": 1611}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094712175, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE15 9QE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BURTON-ON-TRENT", "built_form": 2, "created_at": "2019-11-20 14:42:05", "living_area": 18.7, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Park Close", "address_line_2": "Drakelow", "assessment_date": "2019-11-20", "assessment_type": "SAP", "completion_date": "2019-11-20", "inspection_date": "2019-11-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.38, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 2", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": "Opening Type 13", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Ceiling to Apex", "total_roof_area": 10.69}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "Ceiling to Roofspace", "total_roof_area": 8.53}, {"name": "Roof 3", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 2.1}, {"name": "Roof 4", "u_value": 0.16, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 23}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 101.76, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 1.15, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.12, "wall_type": 2, "description": "Wall to Roofspace", "total_wall_area": 12.67, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 54.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.33, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": "W1", "type": "Opening Type 2", "width": 0.81, "height": 1.5, "location": "External Wall 1", "orientation": 8}, {"name": "W1a", "type": "Opening Type 2", "width": 0.56, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "W1b", "type": "Opening Type 2", "width": 0.56, "height": 1.5, "location": "External Wall 1", "orientation": 7}, {"name": "W2 optional", "type": "Opening Type 2", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "W3", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W4", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W5", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "W6", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W7", "type": "Opening Type 2", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "W8", "type": "Opening Type 2", "width": 0.92, "height": 1.05, "location": "External Wall 2", "orientation": 8}, {"name": "W9", "type": "Opening Type 13", "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 4", "orientation": 8}, {"name": "W10", "type": "Opening Type 13", "pitch": 40, "width": 0.78, "height": 1.4, "location": "Roof 4", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.92, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 7.74, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 8.66, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 5.1, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 23.26, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.83, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.51, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.51, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 10.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 5.35, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 2.1, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 10.95, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 10.95, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.94, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.88, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.36, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.56, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.78, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0.92, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 38.94, "total_floor_area": 38.94}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 37.98}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 29.45}], "thermal_mass_parameter": 165.97}], "heating_cost_current": {"value": 255, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3541, "water_heating": 1747}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 22, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10011930948, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX16 1HF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BANBURY", "built_form": 2, "created_at": "2019-11-22 10:06:04", "living_area": 22.45, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "16, Kingerlee Road", "assessment_date": "2019-11-22", "assessment_type": "SAP", "completion_date": "2019-11-22", "inspection_date": "2019-11-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.97, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-11-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "External door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Patio Doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof", "kappa_value": 9, "total_roof_area": 51.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "kappa_value": 60, "total_wall_area": 99.98, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 46.39}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 83.08}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 114.84}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "External door", "width": 2.13, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 4.35, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Windows", "type": "Window", "width": 4.87, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Patio Doors", "type": "Patio Doors", "width": 2.13, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.71, "psi_value": 0.18, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.68, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.26, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.26, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.86, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.4, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.4, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.4, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.4, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "GF", "kappa_value": 75, "storey_height": 2.33, "heat_loss_area": 51.04, "total_floor_area": 51.04, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "1F", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 51.04}]}], "heating_cost_current": {"value": 234, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 234, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 321, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2819, "water_heating": 1734}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10090489075, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.40 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF10 2EA", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "CARDIFF", "built_form": 2, "created_at": "2019-09-04 12:51:43", "living_area": 18.04, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.13, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "41 Churchill Villas", "address_line_2": "Churchill Way", "assessment_date": "2019-09-04", "assessment_type": "SAP", "completion_date": "2019-09-04", "inspection_date": "2019-09-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 43, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 2", "type": 3, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 41.76}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.5, "wall_type": 2, "description": "Exist Ext Walls", "total_wall_area": 33.81, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "New Ext Wall", "total_wall_area": 14.44, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.51, "wall_type": 3, "description": "Corridor Walls", "total_wall_area": 14.04, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 17.03}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "NEast", "type": "Opening Type 1", "width": 3.65, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "North", "type": "Opening Type 1", "width": 0.5, "height": 2.05, "location": "External Wall 1", "orientation": 1}, {"name": "East", "type": "Opening Type 1", "width": 0.5, "height": 2.05, "location": "External Wall 1", "orientation": 3}, {"name": "SWest", "type": "Opening Type 1", "width": 1.2, "height": 1.65, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 5", "type": "Opening Type 2", "width": 1.89, "height": 1, "location": "External Wall 3", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.78, "heat_loss_area": 0, "total_floor_area": 43.33}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 350, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 66, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 350, "currency": "GBP"}, "hot_water_cost_current": {"value": 236, "currency": "GBP"}, "co2_emissions_potential": 1.8, "energy_rating_potential": 66, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 236, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1994, "water_heating": 1345}}, "seller_commission_report": "Y", "energy_consumption_current": 251, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 251, "environmental_impact_current": 69, "current_energy_efficiency_band": "D", "environmental_impact_potential": 69, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 43} +{"uprn": 10023329914, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.53 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SG5 2ED", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "HITCHIN", "built_form": 1, "created_at": "2019-02-08 09:09:20", "living_area": 12, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 75}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "6 Chancery Place", "address_line_2": "1, Old Park Road", "assessment_date": "2018-04-17", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2018-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 25, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.9, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Walls", "u_value": 0.53, "wall_type": 2, "kappa_value": 150, "total_wall_area": 30, "is_curtain_walling": "false"}, {"name": "PW", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 32}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.5, "location": "Walls", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.5, "location": "Walls", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 187, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 23, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 187, "currency": "GBP"}, "hot_water_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_potential": 1.3, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 23, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 214, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1101, "water_heating": 1259}}, "seller_commission_report": "Y", "energy_consumption_current": 307, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 307, "environmental_impact_current": 72, "current_energy_efficiency_band": "C", "environmental_impact_potential": 72, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 52} +{"uprn": 10002613825, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in 80% of fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB25 0DB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "CAMBRIDGE", "built_form": 1, "created_at": "2019-12-13 16:19:59", "living_area": 18.56, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 3, "emitter_temperature": 3, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "main_heating_data_source": 1, "main_heating_index_number": 189998, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.57, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 2, "is_heat_pump_assisted_by_immersion": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, underfloor, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "Firs Lodge", "address_line_2": "Ness Road", "address_line_3": "Burwell", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 24, "low_energy_fixed_lighting_outlets_percentage": 80}, "sap_opening_types": [{"name": "Entrance", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}, {"name": "Sliding & glazed doors", "type": 4, "u_value": 1.7, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Window", "type": 4, "u_value": 1, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.38}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof void", "total_roof_area": 110.21}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External Wall brick", "total_wall_area": 100.86, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "External Wall clad", "total_wall_area": 14.46, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Hall", "type": "Entrance", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Hall", "type": "Window", "width": 0.33, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "Cloaks", "type": "Window", "width": 0.57, "height": 0.75, "location": "External Wall 1", "orientation": 3}, {"name": "Kitchen", "type": "Window", "width": 1.81, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "Bedroom 3", "type": "Window", "width": 1.25, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "Bedroom 2", "type": "Window", "width": 1.81, "height": 1.2, "location": "External Wall 2", "orientation": 2}, {"name": "Bathroom", "type": "Window", "width": 0.91, "height": 0.75, "location": "External Wall 1", "orientation": 4}, {"name": "Bedroom 1", "type": "Window", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "Shower", "type": "Window", "width": 0.57, "height": 0.75, "location": "External Wall 1", "orientation": 6}, {"name": "Sitting room", "type": "Sliding & glazed doors", "width": 2.71, "height": 2.1, "location": "External Wall 2", "orientation": 6}, {"name": "Dining room", "type": "Sliding & glazed doors", "width": 2.71, "height": 2.1, "location": "External Wall 1", "orientation": 6}, {"name": "Utility", "type": "Sliding & glazed doors", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 6}, {"name": "Utility", "type": "Window", "width": 0.48, "height": 1.05, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.18, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 36.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 47.85, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 24.32, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 23.53, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 24.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.46, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Heat Loss Floor", "storey_height": 2.41, "heat_loss_area": 110.21, "total_floor_area": 110.21}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 243, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 243, "currency": "GBP"}, "hot_water_cost_current": {"value": 214, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 86, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 95}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 112, "environmental_impact_rating": 111}], "co2_emissions_potential": -1.4, "energy_rating_potential": 112, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 128, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4445, "water_heating": 2174}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -78, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 111, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094350733, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK45 4PW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEDFORD", "built_form": 2, "created_at": "2019-11-08 11:24:27", "living_area": 20.85, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18122, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "16, Whitebeam Close", "address_line_2": "Silsoe", "assessment_date": "2019-11-08", "assessment_type": "SAP", "completion_date": "2019-11-08", "inspection_date": "2019-11-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.252, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-11-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "description": "WG1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 23.4}, {"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 2.18}, {"name": "Roof 3", "u_value": 0.19, "roof_type": 2, "description": "1F Horizontal C.", "total_roof_area": 9.68}, {"name": "Roof 4", "u_value": 0.13, "roof_type": 2, "description": "Sloping Ceiling", "total_roof_area": 22.47}], "sap_walls": [{"name": "Wall 1", "u_value": 0.22, "wall_type": 2, "description": "50mm A Platinum GF", "total_wall_area": 56.26, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 6.12, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.18, "wall_type": 3, "description": "Wall to Roofspace", "total_wall_area": 28.73, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0.22, "wall_type": 2, "description": "Gable", "total_wall_area": 10.21, "is_curtain_walling": "false"}, {"name": "Wall 5", "u_value": 0, "wall_type": 4, "description": "E-WM-20", "total_wall_area": 22.91}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 3, "type": 2, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": 2, "width": 0.91, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 2, "width": 2.6, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 2", "orientation": 6}, {"name": 10, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 2", "orientation": 6}, {"name": 11, "type": 2, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.56, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 10.55, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 25.36, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 23.74, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 25.31, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 16.61, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.55, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 1.26, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 2.42, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.74, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.84, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.36, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 6.92, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 4.74, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.84, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 5.36, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 4.24, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.55, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}, {"length": 1.26, "psi_value": 0.12, "psi_value_source": 2, "thermal_bridge_type": "P4"}, {"length": 2.42, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 18.36, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 16.61, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 8.48, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "150mm B&B", "storey_height": 2.37, "heat_loss_area": 49.26, "total_floor_area": 49.26}, {"storey": 99, "u_value": 0, "floor_type": 3, "storey_height": 2.42, "heat_loss_area": 0, "total_floor_area": 40.13}], "thermal_mass_parameter": 138.2}], "heating_cost_current": {"value": 237, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3127, "water_heating": 1548}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 13, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093333944, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN39 4FX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BEXHILL-ON-SEA", "built_form": 3, "created_at": "2019-12-19 18:28:43", "living_area": 29.12, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "5, Clervaux Close", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.67, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 3", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 34.85}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 81.58, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.33, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 2", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W1", "type": "Opening Type 3", "width": 1.36, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "W2", "type": "Opening Type 3", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W3", "type": "Opening Type 3", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W4", "type": "Opening Type 3", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "W5", "type": "Opening Type 3", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "W6", "type": "Opening Type 3", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W7", "type": "Opening Type 3", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 5}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.3, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.28, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.66, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 16.7, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 16.7, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.5, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.2, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.2, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.2, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.2, "psi_value": 0.085, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.148, "floor_type": 2, "description": "Jet Floor", "storey_height": 2.33, "heat_loss_area": 34.85, "total_floor_area": 34.85}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 34.85}], "thermal_mass_parameter": 203.61}], "heating_cost_current": {"value": 188, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 188, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 350, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 40, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1992, "water_heating": 1540}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": null, "roofs": [{"description": "Average thermal transmittance 0.54 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "walls": [{"description": "Average thermal transmittance 1.28 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "floors": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "Multiple glazing throughout", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E5 0ND", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-11-29 12:49:26", "living_area": 39.59, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17688, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat A", "address_line_2": "80 Dunlace Road", "assessment_date": "2019-11-29", "assessment_type": "SAP", "completion_date": "2019-11-29", "inspection_date": "2019-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 71, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Entrance Door", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 2.6, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "true", "solar_transmittance": 0.76}, {"name": "Bi-Fold", "type": 2, "u_value": 2.95, "frame_type": 7, "data_source": 3, "glazing_gap": 3, "glazing_type": 3, "isargonfilled": "true"}, {"name": "Roof Windows", "type": 5, "u_value": 2.3, "frame_type": 7, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.8, "glazing_type": 8, "isargonfilled": "true", "solar_transmittance": 0.68}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.24, "roof_type": 2, "description": "Bay Roof", "total_roof_area": 1.17}, {"name": "Roof 2", "u_value": 0.56, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 19.05}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "total_roof_area": 50.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 2.02, "wall_type": 2, "description": "Solid Brick Walls", "total_wall_area": 51.71, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.27, "wall_type": 2, "description": "Extension Wall", "total_wall_area": 37.26, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.83, "wall_type": 2, "description": "Wall to Communal", "total_wall_area": 8.1, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 29.29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Entrance Door", "type": "Entrance Door", "width": 1.89, "height": 1, "location": "External Wall 3", "orientation": 0}, {"name": "Front Window", "type": "Windows", "width": 4, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "North Bay", "type": "Windows", "width": 0.8, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "East Bay", "type": "Windows", "width": 0.8, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Bi-Fold", "type": "Bi-Fold", "width": 6.51, "height": 1, "location": "External Wall 2", "orientation": 0}, {"name": "Roof Windows", "type": "Roof Windows", "pitch": 0, "width": 2, "height": 1, "location": "Roof 2", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.3, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.7, "heat_loss_area": 70.57, "total_floor_area": 70.57}], "thermal_mass_parameter": 450}], "heating_cost_current": {"value": 555, "currency": "GBP"}, "co2_emissions_current": 3.1, "energy_rating_average": 60, "energy_rating_current": 63, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 555, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 3.1, "energy_rating_potential": 63, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10407, "water_heating": 1785}}, "seller_commission_report": "Y", "energy_consumption_current": 253, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 253, "environmental_impact_current": 57, "current_energy_efficiency_band": "D", "environmental_impact_potential": 57, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10093757594, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR7 7FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "THORNTON HEATH", "built_form": 1, "created_at": "2019-11-08 12:44:13", "living_area": 28.26, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 2, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17644, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 24 Flora Court", "address_line_2": "20, Chipstead Avenue", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-08", "inspection_date": "2019-11-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500157, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 62, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-11-08", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.7, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.05, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.38, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.04}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 51.36}], "sap_walls": [{"name": "External wall", "u_value": 0.13, "wall_type": 2, "kappa_value": 9, "total_wall_area": 58.6, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.59, "location": "External wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.09, "location": "External wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.66, "location": "External wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.24, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.16, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 17.13, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.54, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 14.43, "psi_value": 0.2185, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 9.78, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 9.78, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 62.4, "total_floor_area": 62.4}]}], "heating_cost_current": {"value": 182, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 182, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 72, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 990, "water_heating": 1606}}, "seller_commission_report": "Y", "energy_consumption_current": 57, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 57, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10011925920, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX25 5BE", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BICESTER", "built_form": 1, "created_at": "2019-11-08 10:55:36", "living_area": 22.4, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 260, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17835, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.07, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Wilson Close", "address_line_2": "Upper Heyford", "assessment_date": "2019-11-08", "assessment_type": "SAP", "completion_date": "2019-11-08", "inspection_date": "2019-11-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 7, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 6, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 204, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-11-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 22.7}, {"name": "sloped", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.1}, {"name": "dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3}], "sap_walls": [{"name": "external", "u_value": 0.18, "wall_type": 2, "kappa_value": 60, "total_wall_area": 213.13, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 7.2, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 221.1}, {"name": "block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 60.9}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.9, "location": "external", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 18.11, "location": "external", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 15.1, "location": "external", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.2, "location": "external", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.1, "location": "dormer", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 1.1, "location": "dormer", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 0.65, "location": "external", "orientation": 6}, {"name": 9, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "sloped", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 26.45, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 19.95, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 42.6, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.3, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 72, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 5.5, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 27, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.4, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 21.1, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 13.6, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 2.6, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 2.6, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 4.2, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.7, "heat_loss_area": 75.2, "total_floor_area": 75.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 75.2, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 54}]}], "heating_cost_current": {"value": 370, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 104, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 370, "currency": "GBP"}, "hot_water_cost_current": {"value": 109, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.4, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 104, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 109, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5756, "water_heating": 2344}}, "seller_commission_report": "Y", "energy_consumption_current": 66, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 38, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 200001726957, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TR2 5HY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "TRURO", "built_form": 1, "created_at": "2019-12-19 19:32:10", "living_area": 96.38, "orientation": 8, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 500, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 2, "main_heating_code": 223, "emitter_temperature": 0, "main_heating_number": 1, "main_heating_control": 2207, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "central_heating_pump_age": 2, "main_heating_data_source": 3, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_heat_pump_assisted_by_immersion": "true", "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Water source heat pump, underfloor, electric", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Ventongassic", "address_line_2": "St. Just in Roseland", "assessment_date": "2019-12-19", "assessment_type": "SAP", "completion_date": "2019-12-19", "inspection_date": "2019-12-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.86, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 10, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 468, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-19", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 21.76, "orientation": 6, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_count": 50, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.57}, {"name": "Opening Type 2", "type": 1, "u_value": 1.6, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 3", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 12, "solar_transmittance": 0.57}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 8, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 164.22}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 477.59, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 3", "pitch": 0, "width": 3625, "height": 1000, "location": "Roof 1", "orientation": 8}, {"name": "Opening 2", "type": "Opening Type 1", "width": 49.56, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 3", "type": "Opening Type 1", "width": 4.61, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 4", "type": "Opening Type 2", "width": 1145, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 5", "type": "Opening Type 3", "pitch": 0, "width": 1.8, "height": 1, "location": "Roof 1", "orientation": 6}, {"name": "Opening 6", "type": "Opening Type 1", "width": 14.88, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 7", "type": "Opening Type 3", "pitch": 0, "width": 1.8, "height": 1, "location": "Roof 1", "orientation": 2}, {"name": "Opening 8", "type": "Opening Type 1", "width": 32.87, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 9", "type": "Opening Type 1", "width": 4.11, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 10", "type": "Opening Type 3", "pitch": 0, "width": 2425, "height": 945, "location": "Roof 1", "orientation": 4}, {"name": "Opening 11", "type": "Opening Type 1", "width": 25.2, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.35, "heat_loss_area": 218.68, "total_floor_area": 218.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.35, "heat_loss_area": 0, "total_floor_area": 218.68}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 3.71, "heat_loss_area": 0, "total_floor_area": 30.88}], "thermal_mass_parameter": 100}], "is_zero_carbon_home": "true", "heating_cost_current": {"value": 1245, "currency": "GBP"}, "co2_emissions_current": -6.2, "energy_rating_average": 60, "energy_rating_current": 111, "lighting_cost_current": {"value": 161, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1245, "currency": "GBP"}, "hot_water_cost_current": {"value": 187, "currency": "GBP"}, "co2_emissions_potential": -6.2, "energy_rating_potential": 111, "lighting_cost_potential": {"value": 161, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 187, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 15981, "water_heating": 2393}}, "seller_commission_report": "Y", "energy_consumption_current": -73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": -73, "environmental_impact_current": 111, "current_energy_efficiency_band": "A", "environmental_impact_potential": 111, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": -13} +{"uprn": 10012869379, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN25 7AA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHFORD", "built_form": 4, "created_at": "2019-03-14 15:16:17", "living_area": 26.13, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15704, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "65, Nuthatch Drive", "address_line_2": "Finberry", "assessment_date": "2019-03-14", "assessment_type": "SAP", "completion_date": "2019-03-14", "inspection_date": "2019-03-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.05, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.81, "sap_flat_details": {"level": 2}, "total_floor_area": 50, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DTC", "type": 1, "u_value": 1.08, "data_source": 2, "glazing_type": 1}, {"name": "LHS Windows", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 4, "solar_transmittance": 0.48}, {"name": "Rear Window", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 4, "solar_transmittance": 0.48}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0, "roof_type": 2, "description": "Party", "total_roof_area": 49.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main", "total_wall_area": 37.51, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.24, "wall_type": 2, "description": "WTC", "total_wall_area": 20.14, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DTC", "type": "DTC", "width": 2.13, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "LHS Windows", "type": "LHS Windows", "width": 6.56, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear Window", "type": "Rear Window", "width": 6.75, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.04, "calculation_reference": "APA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 2, "description": "Party", "storey_height": 2.4, "heat_loss_area": 49.68, "total_floor_area": 49.68}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 156, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 156, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1079, "water_heating": 1695}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "1.24r01", "energy_consumption_potential": 102, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 18} +{"uprn": 373179, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS16 2JZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 3, "created_at": "2019-11-28 14:36:12", "living_area": 30.11, "orientation": 5, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "10, The Berries", "address_line_2": "Fishponds", "assessment_date": "2018-12-04", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.69, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500418, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.1, "orientation": 1, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane", "kappa_value": 9, "total_roof_area": 42.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "75mm SIG iHouse", "kappa_value": 60, "total_wall_area": 91.9, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 42.6}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 57.02}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 95.71}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 932, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 5.27, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "French Rear", "type": "French Door", "width": 1585, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Window", "width": 4.07, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Left", "type": "Window", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.78, "psi_value": 0.324, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.83, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.95, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.86, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.52, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.38, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.86, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 8.52, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.52, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.52, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Springvale Top Sheet", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 42.04, "total_floor_area": 42.04}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 42.04, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.7, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2131, "water_heating": 1651}}, "seller_commission_report": "Y", "energy_consumption_current": 58, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 46, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10094245241, "roofs": [{"description": {"value": "Average thermal transmittance 0.35 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "walls": [{"description": {"value": "Average thermal transmittance 0.30 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF10 3EE", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CARDIFF", "built_form": 1, "created_at": "2019-10-16 09:04:46", "living_area": 13.51, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18329, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 10", "address_line_2": "37-39 Colum Road", "assessment_date": "2019-10-16", "assessment_type": "SAP", "completion_date": "2019-10-16", "inspection_date": "2019-10-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 0, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-10-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 3.1, "frame_type": 2, "data_source": 3, "glazing_gap": 1, "frame_factor": 0.7, "glazing_type": 3, "isargonfilled": "false", "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Flat Roof Above Bay Window", "u_value": 0.35, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.5}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 45.777}], "sap_walls": [{"name": "Existing Walls", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 24.455, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 14.964}, {"name": "Corridor Walls", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 14.593}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.05, "height": 1.8, "location": "Existing Walls", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 0.6, "height": 1.8, "location": "Existing Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 0.6, "height": 1.8, "location": "Existing Walls", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 0.85, "height": 1.95, "location": "Existing Walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.85, "height": 1.95, "location": "Existing Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.6, "location": "Existing Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 179, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 179, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 75, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1843, "water_heating": 1685}}, "seller_commission_report": "Y", "energy_consumption_current": 117, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 117, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 21} +{"uprn": 10093511334, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DT1 3FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DORCHESTER", "built_form": 4, "created_at": "2019-12-09 15:41:02", "living_area": 36, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17614, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 3", "address_line_2": "4, Abbey Court", "address_line_3": "Poundbury", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.84, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500115, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 103, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 7", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 103}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Wall 1", "total_wall_area": 85.51, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.14, "wall_type": 2, "description": "Wall 2", "total_wall_area": 31.27, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 29.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 2.17, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": 2, "type": "Opening Type 1", "width": 1.2, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": 3, "type": "Opening Type 1", "width": 1.2, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": 4, "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": 5, "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": 6, "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": 7, "type": "Opening Type 7", "width": 1.01, "height": 2.1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.18, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.17, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 34.55, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 34.55, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 13.52, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6.76, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 13.52, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.64, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 8.64, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 3.38, "heat_loss_area": 0, "total_floor_area": 103}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 259, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 259, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 81, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3240, "water_heating": 1819}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 85, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10011975058, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP25 6NX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "THETFORD", "built_form": 2, "created_at": "2019-06-18 11:56:34", "living_area": 16.32, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16210, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "4, Adcock Road", "address_line_2": "Watton", "assessment_date": "2019-06-18", "assessment_type": "SAP", "completion_date": "2019-06-18", "inspection_date": "2019-06-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.62, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 90, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.71}, {"name": "Opening Type 9", "type": 2, "u_value": 2.4, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 44.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Wall 1", "total_wall_area": 99, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "front", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "rear", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "front", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "front", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "rear", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "rear", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "front", "type": "Opening Type 9", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "rear", "type": "Opening Type 9", "width": 0.85, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.25, "psi_value": 0.17, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.25, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.8, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 9.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.2, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 15, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 8.1, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.1, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 44.8, "total_floor_area": 44.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 44.8}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 237, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 310, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3115, "water_heating": 2048}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 21, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093751231, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SY4 4RX", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SHREWSBURY", "built_form": 1, "created_at": "2019-03-06 15:23:56", "living_area": 16.87, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18043, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.76, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4, Aries Drive", "address_line_2": "Shawbury", "assessment_date": "2019-03-06", "assessment_type": "SAP", "completion_date": "2019-03-06", "inspection_date": "2019-03-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 146, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plain", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 73.17}], "sap_walls": [{"name": "External", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 173.48, "is_curtain_walling": "false"}, {"name": "Ground Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 27.76}, {"name": "1st Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 196.78}, {"name": "block wall", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 91.2}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 9.69, "location": "External", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 10.28, "location": "External", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 17.81, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.06, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 34.22, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.22, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.22, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.99, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.28, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 73.17, "total_floor_area": 73.17}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.69, "heat_loss_area": 0, "total_floor_area": 73.17, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 293, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 91, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 295, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 91, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4462, "water_heating": 2253}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 28, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 68178343, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "KT20 5FN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TADWORTH", "built_form": 4, "created_at": "2019-12-06 19:14:22", "living_area": 27.08, "orientation": 2, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17503, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "11 Dover Road", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-06", "inspection_date": "2019-12-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.57, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 4.62}, {"name": "Roof 2", "u_value": 0.09, "roof_type": 2, "description": "Plane Ceiling", "total_roof_area": 52.33}, {"name": "Roof 3", "u_value": 0.13, "roof_type": 2, "description": "Sloping ceiling", "total_roof_area": 28.61}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Dormer Cheek", "total_wall_area": 7.78, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "External Wall", "total_wall_area": 48.75, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.15, "wall_type": 2, "description": "Wall to Corridor", "total_wall_area": 24.28, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 31.52}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door to Corr", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "Front Window", "type": "Opening Type 2", "width": 0.91, "height": 1.01, "location": "External Wall 1", "orientation": 2}, {"name": "Front Window", "type": "Opening Type 2", "width": 0.91, "height": 1.01, "location": "External Wall 1", "orientation": 2}, {"name": "Rear Window", "type": "Opening Type 2", "width": 0.91, "height": 1.01, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Window", "type": "Opening Type 2", "width": 0.91, "height": 1.01, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Window", "type": "Opening Type 2", "width": 0.91, "height": 1.01, "location": "External Wall 1", "orientation": 6}, {"name": "Rear Juliet", "type": "Opening Type 2", "width": 0.99, "height": 2.04, "location": "External Wall 2", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.54, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.54, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.38, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 32.5, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 7.35, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.47, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 7.94, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 11.91, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 9.34, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 5.84, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 20.79, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 5.18, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 20.79, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 75.03}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1761, "water_heating": 1787}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 82, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093627406, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE28 5BS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HUNTINGDON", "built_form": 2, "created_at": "2019-04-17 09:08:23", "living_area": 20.42, "orientation": 8, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "44, Jackson Avenue", "address_line_2": "Sawtry", "assessment_date": "2019-04-17", "assessment_type": "SAP", "completion_date": "2019-04-17", "inspection_date": "2019-04-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.07, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glazed Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm MW", "kappa_value": 9, "total_roof_area": 42.04}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Wall - 125mm Supafil", "kappa_value": 60, "total_wall_area": 94.2, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.35}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 47.74}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 68.94}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "F Door", "type": "Solid Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "F Windows", "type": "Windows", "width": 3.26, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "R French", "type": "Windows", "width": 1585, "height": 2100, "location": "External Wall 1", "orientation": 4}, {"name": "R Windows", "type": "Windows", "width": 3.68, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "RHS Windows", "type": "Windows", "width": 1.44, "height": 1, "location": "External Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.4, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.87, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.52, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.84, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.87, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.52, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 8.07, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.07, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.07, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "347mm Beamshield", "kappa_value": 18, "storey_height": 2.39, "heat_loss_area": 42.04, "total_floor_area": 42.04, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 42.04}]}], "heating_cost_current": {"value": 199, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 199, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2266, "water_heating": 1651}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10010775459, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK13 7DB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GLOSSOP", "built_form": 4, "created_at": "2019-09-05 15:36:36", "living_area": 14.91, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "83, Hawthorn Drive", "assessment_date": "2019-09-05", "assessment_type": "SAP", "completion_date": "2019-09-05", "inspection_date": "2019-09-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.63, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "roof", "total_roof_area": 40.24}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Main Wall", "total_wall_area": 47.13, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.41}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Windows", "type": "Windows", "width": 4.62, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Windows", "type": "Windows", "width": 7.48, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Door", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.79, "psi_value": 0.233, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.18, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.58, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.58, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.58, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.72, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 16.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.8, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Jet Floor Lo", "storey_height": 2.31, "heat_loss_area": 40.24, "total_floor_area": 40.24}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 40.24}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 217, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 217, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 286, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2479, "water_heating": 1627}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 14, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 45157680, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SR2 0SZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SUNDERLAND", "built_form": 2, "created_at": "2019-05-16 14:40:42", "living_area": 26.75, "orientation": 1, "region_code": 1, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "46, Handley Way", "address_line_2": "Ryhope", "assessment_date": "2019-05-16", "assessment_type": "SAP", "completion_date": "2019-05-16", "inspection_date": "2019-05-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 3.07, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 84, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 2", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Cold", "total_roof_area": 42.06}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Brick", "total_wall_area": 77.82, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "Cladding", "total_wall_area": 7.96, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.2, "wall_type": 2, "description": "Render", "total_wall_area": 13.67, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w0-04", "type": "Opening Type 1", "width": 1.14, "height": 1.5, "location": "External Wall 2", "orientation": 7}, {"name": "d0-10", "type": "Opening Type 2", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "w0-03", "type": "Opening Type 1", "width": 1.14, "height": 1.5, "location": "External Wall 1", "orientation": 5}, {"name": "d0-12", "type": "Opening Type 1", "width": 2.71, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "d0-11", "type": "Opening Type 2", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "w1-09", "type": "Opening Type 1", "width": 1.14, "height": 1.35, "location": "External Wall 3", "orientation": 7}, {"name": "w1-08", "type": "Opening Type 1", "width": 1.14, "height": 1.35, "location": "External Wall 2", "orientation": 7}, {"name": "w1-07", "type": "Opening Type 1", "width": 1.36, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "w1-06", "type": "Opening Type 1", "width": 0.91, "height": 1.05, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.58, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.54, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 28.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.5, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 19.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.11, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.39, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 20.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.23, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.23, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.23, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground", "storey_height": 2.4, "heat_loss_area": 42.06, "total_floor_area": 42.06}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 42.06}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 300, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2844, "water_heating": 1651}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 14, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091722632, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S42 5FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTERFIELD", "built_form": 1, "created_at": "2019-01-30 08:15:02", "living_area": 20.12, "orientation": 4, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached bungalow", "language": "1"}, "language_code": 1, "property_type": 1, "address_line_1": "5, Noble Road", "address_line_2": "North Wingfield", "assessment_date": "2019-01-30", "assessment_type": "SAP", "completion_date": "2019-01-30", "inspection_date": "2019-01-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.53, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.3, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 71.44}, {"name": "Bay Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.45}], "sap_walls": [{"name": "External Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 18, "total_wall_area": 171.17, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.87, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.91, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.56, "location": "External Wall", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "External Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.66, "location": "External Wall", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.17, "location": "External Wall", "orientation": 8}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 0.62, "location": "External Wall", "orientation": 4}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 0.62, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.77, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 20.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 35.76, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 22.64, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 13.12, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 15.14, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 75, "storey_height": 2.35, "heat_loss_area": 72.89, "total_floor_area": 72.89}]}], "heating_cost_current": {"value": 272, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 272, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 288, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4054, "water_heating": 1706}}, "seller_commission_report": "Y", "energy_consumption_current": 123, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 38, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10094171206, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE7 7WG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-04-01 15:16:49", "living_area": 20.04, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 170, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18041, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.39, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "46, Sheppard Way", "address_line_2": "Rothley", "assessment_date": "2019-04-01", "assessment_type": "SAP", "completion_date": "2019-04-01", "inspection_date": "2019-04-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.2, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 114, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 12", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 57.2}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "External", "total_wall_area": 151.01, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.77, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W2", "type": "Opening Type 1", "width": 1.77, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W8", "type": "Opening Type 1", "width": 0.63, "height": 0.63, "location": "External Wall 1", "orientation": 1}, {"name": "W3", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W4", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W5", "type": "Opening Type 1", "width": 0.63, "height": 0.9, "location": "External Wall 1", "orientation": 5}, {"name": "W6", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "W9", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "D1", "type": "Opening Type 9", "width": 1.3, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W7", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "D3", "type": "Opening Type 12", "width": 0.91, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.38, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 13.17, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 32.76, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 30.6, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 13, "psi_value": 0.108, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.74, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground floor", "storey_height": 2.37, "heat_loss_area": 57.2, "total_floor_area": 57.2}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 57.2}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 264, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 78, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 266, "currency": "GBP"}, "hot_water_cost_current": {"value": 100, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.6, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 78, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3891, "water_heating": 2147}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 26, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10012361048, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L40 7AG", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ORMSKIRK", "built_form": 2, "created_at": "2019-05-28 11:03:34", "living_area": 14.5, "orientation": 8, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "55, Folly View Grove", "address_line_2": "Burscough", "assessment_date": "2019-05-28", "assessment_type": "SAP", "completion_date": "2019-05-28", "inspection_date": "2019-05-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.91, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-05-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.4}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 87.22, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 126.5}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.67}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.55, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.3, "location": "external", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.5, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.8, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.8, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.5, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.3, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.3, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.3, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.3, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 39.4, "total_floor_area": 39.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 39.4, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 297, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1948, "water_heating": 1615}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093429797, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DH9 6FG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STANLEY", "built_form": 1, "created_at": "2019-02-19 15:59:56", "living_area": 15.62, "orientation": 7, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "56, Wooler Drive", "address_line_2": "The Middles", "assessment_date": "2019-02-19", "assessment_type": "SAP", "completion_date": "2019-02-19", "inspection_date": "2019-02-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.92, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 115, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 5}, {"name": "Windows", "type": 4, "u_value": 1.3, "data_source": 4, "glazing_type": 5, "solar_transmittance": 0.46}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 57.67}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 148.25, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Door", "width": 1.95, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Windows", "width": 8.02, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear", "type": "Windows", "width": 8.52, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Side", "type": "Windows", "width": 0.63, "height": 1, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.1, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.7, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.5, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 30.38, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 30.38, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 15.4, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.52, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.33, "heat_loss_area": 57.67, "total_floor_area": 57.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 57.67}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 361, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 361, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 280, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.1, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6005, "water_heating": 1766}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 53, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10013071163, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DE55 5AZ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALFRETON", "built_form": 4, "created_at": "2019-04-05 11:01:06", "living_area": 14.71, "orientation": 8, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 0, "main_heating_data_source": 1, "main_heating_index_number": 17507, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200006, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "32, Peregrine Way", "address_line_2": "Tibshelf", "assessment_date": "2019-04-05", "assessment_type": "SAP", "completion_date": "2019-04-05", "inspection_date": "2019-04-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.07, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 35.63}], "sap_walls": [{"name": "External Wall", "u_value": 0.17, "wall_type": 2, "kappa_value": 60, "total_wall_area": 45.51, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 56.24}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 93.0816}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 80.13}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.88, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.01, "location": "External Wall", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.51, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.56, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.12, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.6, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.66, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.82, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.6, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 2.1, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.1, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 19.84, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 16.64, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 15.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 16.64, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 35.63, "total_floor_area": 35.63}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 34.84, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 291, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1643, "water_heating": 1809}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093357284, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX28 6NY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WITNEY", "built_form": 2, "created_at": "2019-10-02 17:34:50", "living_area": 16.87, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Plover Close", "assessment_date": "2019-10-02", "assessment_type": "SAP", "completion_date": "2019-10-02", "inspection_date": "2019-10-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.99, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 58, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 4, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 28.86}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Alreflex Plat", "total_wall_area": 74.31, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-22", "total_wall_area": 35.49}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 4, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 4, "width": 0.49, "height": 0.9, "location": "Wall 1", "orientation": 6}, {"name": 6, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 4, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 4, "width": 0.49, "height": 0.9, "location": "Wall 1", "orientation": 6}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.3, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.66, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.98, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.76, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.21, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.21, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.95, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.27, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.77, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.77, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.27, "psi_value": 0.128, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.27, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.27, "psi_value": 0.19, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 28.86, "total_floor_area": 28.86}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 28.86}], "thermal_mass_parameter": 210.08}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 185, "currency": "GBP"}, "hot_water_cost_current": {"value": 63, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.2, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1924, "water_heating": 1419}}, "seller_commission_report": "Y", "energy_consumption_current": 97, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": -19, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093208547, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HX2 9WB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HALIFAX", "built_form": 1, "created_at": "2019-04-24 11:07:21", "living_area": 17.5, "orientation": 0, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 145, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16404, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.31, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "10, Whitehouse Close", "assessment_date": "2019-04-24", "assessment_type": "SAP", "completion_date": "2019-04-24", "inspection_date": "2019-04-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.56, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 135, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": 14, "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": 15, "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 79.18}], "sap_walls": [{"name": "Wall 1", "u_value": 0.22, "wall_type": 2, "description": "EXT", "total_wall_area": 162.37, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.43, "wall_type": 3, "description": "Garage", "total_wall_area": 21.3, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.35, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 2, "width": 1.1, "height": 1.15, "location": "Wall 1", "orientation": 8}, {"name": 4, "type": 2, "width": 1.1, "height": 1.15, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 2, "width": 0.6, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 2, "width": 0.6, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 2, "width": 1.77, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 9, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 2, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 11, "type": 2, "width": 1.1, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 2, "width": 0.91, "height": 1.05, "location": "Wall 1", "orientation": 4}, {"name": 13, "type": 2, "width": 1.1, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 14, "type": 14, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 15, "type": 15, "width": 0.9, "height": 2.1, "location": "Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.43, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13.57, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 41.8, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 37.6, "psi_value": 0.099, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.97, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.97, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 20.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.36, "psi_value": 0.112, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 26.1, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 30.06, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.74, "psi_value": -0.11, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 60.4, "total_floor_area": 60.4}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "FOG", "storey_height": 2.75, "heat_loss_area": 17.84, "total_floor_area": 74.7}], "thermal_mass_parameter": 191}], "heating_cost_current": {"value": 372, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 373, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 40, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 278, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 1.3, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6467, "water_heating": 2157}}, "seller_commission_report": "Y", "energy_consumption_current": 99, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 51, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 64112236, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF64 4QA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DINAS POWYS", "built_form": 2, "created_at": "2019-06-07 15:38:11", "living_area": 18.17, "orientation": 7, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18120, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "53, Caerwent Close", "assessment_date": "2019-06-07", "assessment_type": "SAP", "completion_date": "2019-06-07", "inspection_date": "2019-06-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.88, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Door", "type": 1, "u_value": 1.41, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "kappa_value": 9, "total_roof_area": 40.14}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 60, "total_wall_area": 91.39, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 45.38}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 129.17}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 3.97, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Door", "type": "Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Rear", "type": "Windows", "width": 4.74, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Door", "type": "Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Side", "type": "Windows", "width": 685, "height": 1200, "location": "External Wall 1", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.77, "psi_value": 0.31, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 7.72, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.35, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.27, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.27, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.15, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 9.12, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.2, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.2, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 9.12, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 9.12, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.12, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 40.14, "total_floor_area": 40.14, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 40.14}]}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 334, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2444, "water_heating": 1726}}, "seller_commission_report": "Y", "energy_consumption_current": 89, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 1, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093531495, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN10 2GT", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "DEVIZES", "built_form": 1, "created_at": "2019-06-07 13:21:24", "living_area": 19.22, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Erghum Lane", "assessment_date": "2019-06-07", "assessment_type": "SAP", "completion_date": "2019-06-07", "inspection_date": "2019-06-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.92, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 144, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.41, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 13", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 70.29}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Roof 2", "total_roof_area": 3.11}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "description": "Wall 1 Platinum", "total_wall_area": 196.97, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 1.01, "height": 2.32, "location": "External Wall 1", "orientation": 0}, {"name": "W2", "type": "Opening Type 2", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "W1", "type": "Opening Type 2", "width": 1, "height": 1.5, "location": "External Wall 1", "orientation": 1}, {"name": "W1", "type": "Opening Type 2", "width": 0.48, "height": 1.5, "location": "External Wall 1", "orientation": 8}, {"name": "W1", "type": "Opening Type 2", "width": 0.48, "height": 1.5, "location": "External Wall 1", "orientation": 2}, {"name": "W7", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W6", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "W5", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 1}, {"name": "W13", "type": "Opening Type 2", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 5}, {"name": "D4", "type": "Opening Type 2", "width": 2.46, "height": 2.1, "location": "External Wall 1", "orientation": 5}, {"name": "D4", "type": "Opening Type 2", "width": 0.48, "height": 2.1, "location": "External Wall 1", "orientation": 3}, {"name": "D4", "type": "Opening Type 2", "width": 0.48, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "D3", "type": "Opening Type 13", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W11", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "W12", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 5}, {"name": "W3", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Opening Type 2", "width": 1.02, "height": 1.5, "location": "External Wall 1", "orientation": 3}, {"name": "W8", "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": "W9", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 3}, {"name": "D2", "type": "Opening Type 2", "width": 2.4, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": "W10", "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 20.41, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 18.46, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 65.54, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.563, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 38.96, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 22.903, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.057, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7.17, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 34.1, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 14.26, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 73.4, "total_floor_area": 73.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 70.29}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 328, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 84, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 330, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 38, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 84, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 48, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5434, "water_heating": 2196}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 32, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 100090390426, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CM2 8NN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHELMSFORD", "built_form": 1, "created_at": "2019-03-04 16:16:33", "living_area": 22.01, "orientation": 2, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 10263, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "secondary_heating_code": 633, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "secondary_heating_flue_type": 1, "secondary_heating_data_source": 3, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.6 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Pear Tree House", "address_line_2": "78 Brook Lane", "address_line_3": "Galleywood", "assessment_date": "2019-03-04", "assessment_type": "SAP", "completion_date": "2019-03-04", "inspection_date": "2019-03-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.58, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 7, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 243, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_count": 100, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 5}, {"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}, {"name": "Rooflight", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0, "roof_type": 2, "description": "Sloped Ceiling", "total_roof_area": 1}, {"name": "Roof 2", "u_value": 0, "roof_type": 2, "description": "Flat Ceiling", "total_roof_area": 1}, {"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 9.15}, {"name": "Roof 4", "u_value": 0.17, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 2.59}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall", "total_wall_area": 277.42, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.22, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 5.82, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.11, "wall_type": 2, "description": "Sheltered Wall", "total_wall_area": 32.99, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Door", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Window", "type": "Window", "width": 11.57, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Front Dormer", "type": "Window", "width": 1.1, "height": 1.2, "location": "External Wall 2", "orientation": 2}, {"name": "Side Window", "type": "Window", "width": 2.73, "height": 1.47, "location": "External Wall 1", "orientation": 4}, {"name": "Rear Window", "type": "Window", "width": 26.24, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Side Window", "type": "Window", "width": 4.26, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Side Dormer", "type": "Window", "width": 0.9, "height": 0.9, "location": "External Wall 2", "orientation": 8}, {"name": "Rooflight", "type": "Rooflight", "pitch": 45, "width": 0.86, "height": 1, "location": "Roof 1", "orientation": 8}, {"name": "Side Door", "type": "Door", "width": 0.93, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 33.55, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 31.68, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 69.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 50.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 14.45, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 13.23, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 49.66, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 6.17, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 44.44, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 29.08, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 6.17, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 34.37, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.15, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.08, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.08, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 27.03, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 2.01, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 20.5, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 6.91, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.35, "heat_loss_area": 121.73, "total_floor_area": 121.73}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.51, "heat_loss_area": 0, "total_floor_area": 116.64}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.36, "heat_loss_area": 0, "total_floor_area": 5.12}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 540, "currency": "GBP"}, "co2_emissions_current": 3.0, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 110, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 540, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 89}], "co2_emissions_potential": 2.1, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 110, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 103, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 9564, "water_heating": 2277}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 53, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 45156808, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DH5 9FB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HOUGHTON LE SPRING", "built_form": 1, "created_at": "2019-11-28 08:32:58", "living_area": 14.28, "orientation": 7, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17744, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.65, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "4, Holmfirth Close", "address_line_2": "Hetton-le-Hole", "assessment_date": "2019-11-27", "assessment_type": "SAP", "completion_date": "2019-11-28", "inspection_date": "2019-11-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.58, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 119, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - Horizontal Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 67.64}], "sap_walls": [{"name": "External Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 153.72, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 22.18, "is_curtain_walling": "false"}, {"name": "Timber Steel", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 190}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 51.3, "total_wall_area": 22}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "External Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.15, "location": "External Wall", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.81, "location": "External Wall", "orientation": 3}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 5.23, "location": "External Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.5, "location": "External Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 15.8, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.29, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.28, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.04, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 26.7, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 23.61, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.43, "psi_value": 0.077, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 27.76, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.68, "psi_value": -0.1, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.34, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 8.34, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.66, "heat_loss_area": 51.57, "total_floor_area": 51.57}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "kappa_value": 20, "storey_height": 2.36, "heat_loss_area": 16.07, "total_floor_area": 67.64}]}], "heating_cost_current": {"value": 312, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 313, "currency": "GBP"}, "hot_water_cost_current": {"value": 103, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 304, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4521, "water_heating": 2206}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 37, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091687331, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CT10 3QT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "BROADSTAIRS", "built_form": 1, "created_at": "2019-12-13 10:59:18", "living_area": 25.3, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "secondary_fuel_type": 39, "hot_water_store_size": 290, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 4, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2205, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "false", "main_heating_data_source": 1, "main_heating_index_number": 101093, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 691, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.39, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "hot_water_store_heat_transfer_area": 1.4, "is_heat_pump_assisted_by_immersion": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, fan coil units, electric", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Sila", "address_line_2": "North Foreland Avenue", "assessment_date": "2019-12-13", "assessment_type": "SAP", "completion_date": "2019-12-13", "inspection_date": "2019-12-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 7, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 295, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 4}, {"name": "rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "door solid", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "flat roof", "kappa_value": 9, "total_roof_area": 145.48}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "balc roof", "kappa_value": 9, "total_roof_area": 12.6}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "slate finished", "kappa_value": 150, "total_wall_area": 98.15, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "render", "kappa_value": 9, "total_wall_area": 42.92, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.18, "wall_type": 2, "description": "timber clad", "kappa_value": 9, "total_wall_area": 149.74, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.16, "wall_type": 2, "description": "gar sep", "kappa_value": 150, "total_wall_area": 13.61, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 45}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 45}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "door", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "door solid", "width": 1.58, "height": 2.1, "location": "External Wall 4", "orientation": 0}, {"name": "Opening 3", "type": "door", "width": 1.25, "height": 2.6, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "windows", "width": 5.32, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Opening 5", "type": "windows", "width": 15.91, "height": 1, "location": "External Wall 3", "orientation": 3}, {"name": "Opening 6", "type": "windows", "width": 2.77, "height": 2.6, "location": "External Wall 2", "orientation": 3}, {"name": "Opening 7", "type": "door", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 8", "type": "door", "width": 0.93, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "Opening 9", "type": "windows", "width": 0.91, "height": 2.1, "location": "External Wall 3", "orientation": 1}, {"name": "Opening 10", "type": "windows", "width": 1.45, "height": 0.6, "location": "External Wall 2", "orientation": 1}, {"name": "Opening 11", "type": "windows", "width": 19.94, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 12", "type": "windows", "width": 12.92, "height": 1, "location": "External Wall 3", "orientation": 7}, {"name": "Opening 13", "type": "rooflight", "pitch": 0, "width": 3.54, "height": 1, "location": "Roof 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 35.71, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 29.91, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 71.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 51.59, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 49.65, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 49.65, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 23.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.8, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 5.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.6, "heat_loss_area": 124.88, "total_floor_area": 149.04}, {"storey": 1, "u_value": 0.22, "floor_type": 3, "description": "Heat Loss Floor 2", "kappa_value": 18, "storey_height": 3.2, "heat_loss_area": 24.16, "total_floor_area": 145.48}]}], "heating_cost_current": {"value": 820, "currency": "GBP"}, "co2_emissions_current": 3.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 125, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and at least two room thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 820, "currency": "GBP"}, "hot_water_cost_current": {"value": 249, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 104, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 352, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}], "co2_emissions_potential": 2.2, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 125, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 145, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 16915, "water_heating": 2254}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 44, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093988715, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CV8 1TQ", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "KENILWORTH", "built_form": 1, "created_at": "2019-11-26 16:01:00", "living_area": 19.46, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18032, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.35, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "6, Burrow Hill Lane", "address_line_2": "Burton Green", "assessment_date": "2019-11-26", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.18, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_count": 28, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 4, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.5}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Insulation at Joist", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 56.41}], "sap_walls": [{"name": "Brick Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 49.5, "total_wall_area": 147.34, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.56, "is_curtain_walling": "false"}, {"name": "Grd floor stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 86.34}, {"name": "1st floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 167.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.97, "location": "Brick Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.7, "location": "Brick Wall", "orientation": 2}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 7.42, "location": "Brick Wall", "orientation": 6}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 0.92, "location": "Brick Wall", "orientation": 2}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 6.45, "location": "Brick Wall", "orientation": 1}, {"name": 6, "type": "Windows (2)", "width": 1, "height": 4.92, "location": "Brick Wall", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 18.9, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 13, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 38.6, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.2, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.8, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 18.4, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 13.4, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 32.36, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 12.24, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 56.41, "total_floor_area": 56.41}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 55.49, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 259, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 260, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 314, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3757, "water_heating": 2134}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 23, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094424790, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M1 3EF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "MANCHESTER", "built_form": 4, "created_at": "2019-11-19 14:05:58", "living_area": 29.5, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2310, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.77, "heat_efficiency": 88.6, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.23, "heat_efficiency": 61.6, "heat_source_type": 1, "power_efficiency": 32.5}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 505", "address_line_2": "28, Minshull Street", "assessment_date": "2019-11-05", "assessment_type": "SAP", "completion_date": "2019-11-19", "inspection_date": "2019-11-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500500, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "External", "total_wall_area": 29.7, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.4, "wall_type": 2, "description": "Unheated", "total_wall_area": 23.4, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 30.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "WC- 02- 23", "type": "Opening Type 1", "width": 1, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": "EDC- 02- 05", "type": "Opening Type 1", "width": 1.9, "height": 2.4, "location": "External Wall 1", "orientation": 6}, {"name": "WC- 02- 24", "type": "Opening Type 1", "width": 1, "height": 2.4, "location": "External Wall 1", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 61.4}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 138, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 138, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 512, "water_heating": 1944}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 71, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093269247, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL56 0EY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MORETON-IN-MARSH", "built_form": 2, "created_at": "2019-11-27 08:53:08", "living_area": 19.2, "orientation": 8, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "33, Windsor Road", "assessment_date": "2019-11-27", "assessment_type": "SAP", "completion_date": "2019-11-27", "inspection_date": "2019-11-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.06, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof", "u_value": 0.13, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.67}], "sap_walls": [{"name": "External Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 84.02, "is_curtain_walling": "false"}, {"name": "Stud Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 133.244}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "External Wall", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.12, "location": "External Wall", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.32, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.36, "location": "External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.65, "psi_value": 0.217, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.63, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.2, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.59, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.59, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.02, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 10.57, "psi_value": 0.066, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.55, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.55, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.55, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.55, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.55, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 38.67, "total_floor_area": 38.67}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.47, "heat_loss_area": 0, "total_floor_area": 38.67, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 324, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2230, "water_heating": 1695}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 1, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 40084167, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "L35 7AF", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "PRESCOT", "built_form": 2, "created_at": "2019-11-06 11:30:10", "living_area": 16.48, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80116, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 1, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16916, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200025, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.38, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Ferranti Close", "assessment_date": "2019-11-06", "assessment_type": "SAP", "completion_date": "2019-11-06", "inspection_date": "2019-11-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 9", "type": 1, "u_value": 1.7, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 44.7}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 97.55, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 39.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "win", "type": "Opening Type 1", "width": 1.81, "height": 1.35, "location": "External Wall 1", "orientation": 6}, {"name": "win", "type": "Opening Type 1", "width": 1.81, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "win", "type": "Opening Type 1", "width": 0.57, "height": 1.2, "location": "External Wall 1", "orientation": 6}, {"name": "win", "type": "Opening Type 1", "width": 0.57, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "win", "type": "Opening Type 1", "width": 1.81, "height": 2.1, "location": "External Wall 1", "orientation": 2}, {"name": "win", "type": "Opening Type 1", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "win", "type": "Opening Type 1", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 2}, {"name": "win", "type": "Opening Type 1", "width": 1.02, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": "front door", "type": "Opening Type 9", "width": 0.98, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.61, "psi_value": 0.175, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.63, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 25.2, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.24, "psi_value": 0.319, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.24, "psi_value": 0.068, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 11.2, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.8, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10.14, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.14, "psi_value": 0.055, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.85, "psi_value": 0.151, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.85, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.85, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Floor 1", "storey_height": 2.4, "heat_loss_area": 44.7, "total_floor_area": 44.7}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.67, "heat_loss_area": 0, "total_floor_area": 44.7}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 221, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 222, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 307, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2823, "water_heating": 2062}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 11, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 422000128589, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OL8 3JJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "OLDHAM", "built_form": 2, "created_at": "2019-12-09 11:24:57", "living_area": 13.1, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17044, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 7.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "46, Whitebank Road", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 5.84, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Main Roof", "total_roof_area": 29.68}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 75.77, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 1.77, "height": 1.05, "location": "External Wall 1", "orientation": 3}, {"name": 3, "type": "Opening Type 2", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": 4, "type": "Opening Type 2", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 7}, {"name": 5, "type": "Opening Type 2", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": 6, "type": "Opening Type 2", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.69, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.74, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 17.4, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.4, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.4, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.95, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.45, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.84, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.84, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.45, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.45, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.45, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.31, "heat_loss_area": 29.68, "total_floor_area": 29.68}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 29.68}], "thermal_mass_parameter": 180}], "heating_cost_current": {"value": 196, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 196, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 281, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2231, "water_heating": 1554}}, "seller_commission_report": "Y", "energy_consumption_current": 104, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 15134428, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.31 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN1 5EZ", "data_type": 4, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "NORTHAMPTON", "built_form": 1, "created_at": "2019-05-01 17:44:54", "living_area": 24.43, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18122, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18122, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Hamilton House", "address_line_2": "66, Palmerston Road", "assessment_date": "2018-11-20", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2018-11-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Solid Insulated", "u_value": 0.31, "wall_type": 2, "kappa_value": 135, "total_wall_area": 35.89, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 0.8, "height": 1.9, "location": "Solid Insulated", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 0.8, "height": 1.9, "location": "Solid Insulated", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 0.8, "height": 1.9, "location": "Solid Insulated", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}, {"name": 9, "type": "Windows (1)", "width": 1.2, "height": 1.8, "location": "Solid Insulated", "orientation": 1}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 193, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 193, "currency": "GBP"}, "hot_water_cost_current": {"value": 56, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2128, "water_heating": 1273}}, "seller_commission_report": "Y", "energy_consumption_current": 110, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 110, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093320026, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CW5 7NZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NANTWICH", "built_form": 1, "created_at": "2019-11-04 12:19:14", "living_area": 20.97, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16398, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.84, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "22, Winterberry Way", "address_line_2": "Stapeley", "assessment_date": "2019-11-04", "assessment_type": "SAP", "completion_date": "2019-11-04", "inspection_date": "2019-11-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 165, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_count": 25, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 4, "type": 2, "u_value": 1.9, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 8, "type": 2, "u_value": 1.6, "data_source": 2, "description": "D2", "glazing_type": 4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Horizontal Ceiling", "total_roof_area": 81.38}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 4.74}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 190.36, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.05, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 2, "type": 1, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 4, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 5, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 6, "type": 1, "width": 2.4, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 1, "width": 3.46, "height": 2.1, "location": "Wall 1", "orientation": 3}, {"name": 8, "type": 8, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 9, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 10, "type": 1, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 11, "type": 1, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 12, "type": 1, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 13, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 14, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 15, "type": 1, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 6}, {"name": 16, "type": 1, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 17, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 18, "type": 1, "width": 0.49, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 19, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 20, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 21, "type": 1, "width": 0.49, "height": 1.05, "location": "Wall 1", "orientation": 7}, {"name": 22, "type": 1, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 23, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 24, "type": 1, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.95, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 22.31, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 24.26, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 72.46, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.09, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 38.06, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 20.09, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.97, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.08, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 33.9, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 14.1, "psi_value": -0.068, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "130mm Platinum", "storey_height": 2.31, "heat_loss_area": 83.46, "total_floor_area": 83.46}, {"storey": 1, "u_value": 0.18, "floor_type": 3, "description": "Exposed Floor", "storey_height": 2.63, "heat_loss_area": 2.66, "total_floor_area": 81.38}], "thermal_mass_parameter": 171.82}], "heating_cost_current": {"value": 375, "currency": "GBP"}, "co2_emissions_current": 2.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 93, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 377, "currency": "GBP"}, "hot_water_cost_current": {"value": 105, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.2, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 93, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 60, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6308, "water_heating": 2279}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 41, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094221348, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RG40 5BG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WOKINGHAM", "built_form": 1, "created_at": "2019-10-10 11:15:01", "living_area": 15.47, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17617, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "28 Lockhart Drive", "assessment_date": "2019-10-10", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2019-10-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500340, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 102, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Door", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Side/Rear Door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Door to Corridor", "type": 3, "u_value": 1.24, "data_source": 2, "glazing_type": 1}, {"name": "Windows - Houses", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.66}, {"name": "French Doors - Houses", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.66}, {"name": "Windows - Flats", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.5}, {"name": "French Doors - Flats", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.5}, {"name": "Rooflights", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.66}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane", "kappa_value": 9, "total_roof_area": 50.83}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "description": "Plane Bay", "kappa_value": 9, "total_roof_area": 0.62}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm Ecobead", "kappa_value": 60, "total_wall_area": 150.75, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 84.61}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 106.38}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "F Door", "type": "Front Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "F Windows", "type": "Windows - Houses", "width": 6.44, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "R French", "type": "French Doors - Houses", "width": 2485, "height": 2100, "location": "External Wall 1", "orientation": 5}, {"name": "R Windows", "type": "Windows - Houses", "width": 3, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "LHS Windows", "type": "Windows - Houses", "width": 9.63, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "FL Windows", "type": "Windows - Houses", "width": 395, "height": 1350, "location": "External Wall 1", "orientation": 2}, {"name": "RL Windows", "type": "Windows - Houses", "width": 395, "height": 1350, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.02, "psi_value": 0.277, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 16.46, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.2, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 2.7, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 30.34, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 15.37, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 2.23, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E10"}, {"length": 1.88, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 14.62, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 25, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5, "psi_value": -0.086, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "150mm EPS on B+B", "kappa_value": 75, "storey_height": 2.37, "heat_loss_area": 51.45, "total_floor_area": 51.45, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 50.81}]}], "heating_cost_current": {"value": 249, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 72, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 249, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 72, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3080, "water_heating": 1816}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093489491, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NE40 4QA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "RYTON", "built_form": 2, "created_at": "2019-12-02 16:39:46", "living_area": 18.3, "orientation": 8, "region_code": 1, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.9 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "51, Jarvis Drive", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-02", "inspection_date": "2019-12-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 3.94, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 1, "conservatory_type": 1, "registration_date": "2019-12-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.73}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 89.57, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 67.528}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92.768}, {"name": "party", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 43.41}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.76, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.45, "location": "external", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.42, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.4, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.4, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.28, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.28, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.42, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.86, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.8, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.86, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.86, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 41.73, "total_floor_area": 41.73}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 41.73, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 214, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 214, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2375, "water_heating": 1647}}, "seller_commission_report": "Y", "energy_consumption_current": 84, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 11, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094455585, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH10 3GT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRAWLEY", "built_form": 2, "created_at": "2019-10-25 14:54:55", "living_area": 15.36, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "5, Aquamarine Close", "assessment_date": "2019-10-25", "assessment_type": "SAP", "completion_date": "2019-10-25", "inspection_date": "2019-10-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.32, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-25", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.78, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.57}], "sap_walls": [{"name": "Brick on timber frame", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 89.83, "is_curtain_walling": "false"}, {"name": "Metal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 147.93}, {"name": "Timber Frame", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 41.34}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Brick on timber frame", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.37, "location": "Brick on timber frame", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.7, "location": "Brick on timber frame", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 9.27, "psi_value": 0.112, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.22, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.3, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.3, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.88, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.42, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.82, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.06, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.82, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.42, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.42, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.42, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 41.57, "total_floor_area": 41.57}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 41.57, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 237, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2525, "water_heating": 1645}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 52, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10090092492, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WV8 1FF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WOLVERHAMPTON", "built_form": 1, "created_at": "2019-10-10 11:48:40", "living_area": 16.4, "orientation": 8, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18042, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11, Gough Close", "address_line_2": "Codsall", "assessment_date": "2018-11-29", "assessment_type": "SAP", "completion_date": "2019-10-10", "inspection_date": "2018-11-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.58, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 164, "transaction_type": 1, "conservatory_type": 4, "registration_date": "2019-10-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.9, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.45}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.7, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "cold", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.6}, {"name": "dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7.2}, {"name": "sloped", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 18.8}], "sap_walls": [{"name": "external", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 176.86, "is_curtain_walling": "false"}, {"name": "dormer", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 9.7, "is_curtain_walling": "false"}, {"name": "stud in roof", "u_value": 0.39, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.2, "is_curtain_walling": "false"}, {"name": "stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 196.3}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "external", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 9.15, "location": "external", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.2, "location": "dormer", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.7, "location": "external", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.1, "location": "dormer", "orientation": 4}, {"name": 6, "type": "Roof windows (1)", "pitch": 45, "width": 0.001, "height": 0, "location": "sloped", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.5, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 11.2, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.7, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 31.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 41, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.2, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.8, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 6.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 19.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.6, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 7.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 21.1, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 11.8, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 61.5, "total_floor_area": 61.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 61.5, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.25, "heat_loss_area": 0, "total_floor_area": 41.5}]}], "heating_cost_current": {"value": 331, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 95, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 332, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}], "co2_emissions_potential": 0.9, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 95, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4867, "water_heating": 2208}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 30, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 766353461, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.29 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP20 2GH", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 1, "created_at": "2019-05-02 19:17:39", "living_area": 18.2, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 97.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 53 Heron House", "address_line_2": "49, Buckingham Street", "assessment_date": "2018-12-14", "assessment_type": "SAP", "completion_date": "2019-05-02", "inspection_date": "2018-12-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.36, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "flat roof", "u_value": 0.17, "roof_type": 2, "total_roof_area": 32.1}], "sap_walls": [{"name": "Exposed", "u_value": 0.3, "wall_type": 2, "total_wall_area": 22.68, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.3, "wall_type": 2, "total_wall_area": 12.6, "is_curtain_walling": "false"}, {"name": "panel", "u_value": 1.6, "wall_type": 2, "total_wall_area": 4.2, "is_curtain_walling": "true"}, {"name": "pw", "u_value": 0.2, "wall_type": 4, "total_wall_area": 34.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.03, "height": 2.1, "location": "Corridor", "orientation": 0}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 1.5, "location": "Exposed", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.8, "height": 1.5, "location": "Exposed", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 190, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 75, "lighting_cost_current": {"value": 28, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 190, "currency": "GBP"}, "hot_water_cost_current": {"value": 85, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 75, "lighting_cost_potential": {"value": 28, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 85, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2041, "water_heating": 1695}}, "seller_commission_report": "Y", "energy_consumption_current": 172, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 172, "environmental_impact_current": 81, "current_energy_efficiency_band": "C", "environmental_impact_potential": 81, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 30} +{"uprn": 10011926728, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX5 3FE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 4}, "post_town": "KIDLINGTON", "built_form": 2, "created_at": "2019-11-20 18:27:57", "living_area": 15, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "emitter_temperature": 1, "main_heating_number": 1, "main_heating_control": 2204, "main_heating_category": 4, "main_heating_fraction": 1, "mcs_installed_heat_pump": "true", "main_heating_data_source": 1, "main_heating_index_number": 189997, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_heat_transfer_area": 2, "is_heat_pump_assisted_by_immersion": "true", "hot_water_store_insulation_thickness": 100}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Air source heat pump, radiators, electric", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "1, Canal Close", "address_line_2": "Enslow", "assessment_date": "2019-11-20", "assessment_type": "SAP", "completion_date": "2019-11-20", "inspection_date": "2019-11-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 3.81, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows and Rooflights", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.67}, {"name": "Doors", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 3}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [9], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 53.8}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External Wall Improved", "total_wall_area": 107.47, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 53}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows and Rooflights", "width": 3.07, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 2", "type": "Windows and Rooflights", "width": 2.3, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Windows and Rooflights", "width": 2.8, "height": 1.5, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 4", "type": "Windows and Rooflights", "width": 1.03, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Opening 5", "type": "Windows and Rooflights", "width": 1.58, "height": 1.3, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 6", "type": "Windows and Rooflights", "width": 1.1, "height": 1.05, "location": "External Wall 1", "orientation": 5}, {"name": "Opening 7", "type": "Windows and Rooflights", "width": 1.1, "height": 1.15, "location": "External Wall 1", "orientation": 5}, {"name": "Front Door", "type": "Doors", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "French Doors", "type": "Doors", "width": 2, "height": 1.6, "location": "External Wall 1", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.97, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 11.02, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.1, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 20.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.3, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.3, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.3, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 10.3, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.3, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 5.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.75, "heat_loss_area": 53.8, "total_floor_area": 53.8}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 52.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 288, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 289, "currency": "GBP"}, "hot_water_cost_current": {"value": 211, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 86, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 326, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 94}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 112, "environmental_impact_rating": 111}], "co2_emissions_potential": -1.4, "energy_rating_potential": 112, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 125, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4487, "water_heating": 2137}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -76, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 111, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093725926, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO9 3FQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HALSTEAD", "built_form": 3, "created_at": "2019-11-04 14:05:16", "living_area": 20.68, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17513, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "9, Rockways Close", "address_line_2": "Sible Hedingham", "assessment_date": "2019-11-04", "assessment_type": "SAP", "completion_date": "2019-11-04", "inspection_date": "2019-11-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.13, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 20, "total_roof_area": 48.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Main", "kappa_value": 110, "total_wall_area": 33.43, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 3, "description": "Corridor", "kappa_value": 110, "total_wall_area": 4.27, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 3, "description": "Stair", "kappa_value": 110, "total_wall_area": 13.05, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 14.07}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 92.95}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 28.14}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 4.6, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Side", "type": "Window", "width": 4.6, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Door", "type": "Door", "width": 2.15, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.082, "calculation_reference": "CBA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "GF", "kappa_value": 110, "storey_height": 2.31, "heat_loss_area": 48.35, "total_floor_area": 48.35}]}], "heating_cost_current": {"value": 154, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 154, "currency": "GBP"}, "hot_water_cost_current": {"value": 66, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 66, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1139, "water_heating": 1489}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 95, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 766354173, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP20 1FZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "AYLESBURY", "built_form": 4, "created_at": "2019-12-02 20:08:47", "living_area": 24.22, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "50, Lester Road", "assessment_date": "2019-12-02", "assessment_type": "SAP", "completion_date": "2019-12-02", "inspection_date": "2019-12-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.12, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Cold Roof (insulated ceiling)", "total_roof_area": 24.9}, {"name": "Roof 2", "u_value": 0.19, "roof_type": 2, "description": "Warm Roof (insulated rafters)", "total_roof_area": 10.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "External Walls", "total_wall_area": 61.27, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 125.76}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Entrance Door", "type": "Solid Door", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front Windows", "type": "Window", "width": 5.34, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear Windows", "type": "Window", "width": 8.15, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.19, "psi_value": 0.172, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.19, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 29.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 7.9, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.8, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 5.9, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.44, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 29.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.88, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 33.76, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.88, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 16.88, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 33.34, "total_floor_area": 33.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 33.34}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 33.34}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 77, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 322, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 77, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2139, "water_heating": 1727}}, "seller_commission_report": "Y", "energy_consumption_current": 68, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.12r02", "energy_consumption_potential": 1, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10090722244, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WR15 8PY", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "TENBURY WELLS", "built_form": 1, "created_at": "2019-12-20 13:15:58", "living_area": 32.17, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 10312, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.66, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "Brickyard Cottage", "address_line_2": "Hampton Charles", "assessment_date": "2019-12-16", "assessment_type": "SAP", "completion_date": "2019-12-20", "inspection_date": "2019-12-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 188, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "ICL", "u_value": 0.11, "roof_type": 2, "total_roof_area": 99.32}, {"name": "IRL", "u_value": 0.22, "roof_type": 2, "total_roof_area": 5.33}], "sap_walls": [{"name": "Ext wall", "u_value": 0.28, "wall_type": 2, "total_wall_area": 220.72, "is_curtain_walling": "false"}, {"name": "wall to garage + wc", "u_value": 0.31, "wall_type": 2, "total_wall_area": 16.89, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.78, "location": "Ext wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Ext wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 13, "location": "Ext wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.78, "location": "Ext wall", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "Ext wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 7.83, "location": "Ext wall", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 1, "height": 7.56, "location": "Ext wall", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1, "height": 3.42, "location": "Ext wall", "orientation": 7}, {"name": 9, "type": "Windows (1)", "width": 1, "height": 3.78, "location": "Ext wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 32.7, "psi_value": 0.292, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 23.7, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 60.6, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 58.333, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 37.047, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 13.938, "psi_value": 0.101, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 25.884, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12.589, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0.824, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 24.204, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.78, "psi_value": -0.111, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "storey_height": 2.39, "heat_loss_area": 103.09, "total_floor_area": 103.09}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 85.24}]}], "heating_cost_current": {"value": 467, "currency": "GBP"}, "co2_emissions_current": 2.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 100, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 468, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}, {"sequence": 3, "typical_saving": {"value": 628, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 103, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.2, "energy_rating_potential": 103, "lighting_cost_potential": {"value": 100, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 8034, "water_heating": 2255}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": -9, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10090857826, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA6 4AA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRIDGWATER", "built_form": 2, "created_at": "2019-07-19 11:21:25", "living_area": 34.8, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "105, Old Market Road", "assessment_date": "2019-07-19", "assessment_type": "SAP", "completion_date": "2019-07-19", "inspection_date": "2019-07-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.3, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500295, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 81, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}, {"name": "Rooflights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 40.47}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "Main", "kappa_value": 14, "total_wall_area": 97.51, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 48.42}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 125.82}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 4.97, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "Window", "width": 7.89, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Side", "type": "Window", "width": 1.45, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Door", "type": "Door", "width": 2, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.069, "calculation_reference": "ACD & Calculated"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "GF", "kappa_value": 20, "storey_height": 2.5, "heat_loss_area": 40.47, "total_floor_area": 40.47}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.92, "heat_loss_area": 0, "total_floor_area": 40.47, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 232, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 232, "currency": "GBP"}, "hot_water_cost_current": {"value": 72, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 340, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.1, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2766, "water_heating": 1630}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 6, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094022729, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.32 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 3, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "YO11 2PW", "data_type": 4, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SCARBOROUGH", "built_form": 1, "created_at": "2019-02-01 16:38:59", "living_area": 29.943, "orientation": 3, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.7, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "8, The Crescent", "assessment_date": "2019-01-30", "assessment_type": "SAP", "completion_date": "2019-02-01", "inspection_date": "2019-01-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 1, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Brick", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 55.549, "is_curtain_walling": "false"}, {"name": "Corridor Solid", "u_value": 1.11, "wall_type": 2, "kappa_value": 9, "total_wall_area": 10.041, "is_curtain_walling": "false"}, {"name": "New Wall", "u_value": 0.16, "wall_type": 2, "kappa_value": 9, "total_wall_area": 5.561, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.772, "location": "Corridor Solid", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 0.784, "location": "External Brick", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.344, "location": "External Brick", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.705, "location": "External Brick", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.705, "location": "External Brick", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 2.087, "location": "External Brick", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 110, "storey_height": 2.725, "heat_loss_area": 79.094, "total_floor_area": 79.094}]}], "heating_cost_current": {"value": 797, "currency": "GBP"}, "co2_emissions_current": 3.6, "energy_rating_average": 60, "energy_rating_current": 58, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 797, "currency": "GBP"}, "hot_water_cost_current": {"value": 309, "currency": "GBP"}, "co2_emissions_potential": 3.6, "energy_rating_potential": 58, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 309, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4698, "water_heating": 1824}}, "seller_commission_report": "Y", "energy_consumption_current": 269, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 269, "environmental_impact_current": 62, "current_energy_efficiency_band": "D", "environmental_impact_potential": 62, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 45} +{"uprn": 10094333201, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU11 2FD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ALDERSHOT", "built_form": 1, "created_at": "2019-06-19 08:51:26", "living_area": 26.7, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17644, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 9 Birch House", "address_line_2": "Exchange Close", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-19", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.53, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500260, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 47, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-19", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.504, "orientation": "ND", "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.52}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 47.48}], "sap_walls": [{"name": "External Wall", "u_value": 0.21, "wall_type": 2, "kappa_value": 60, "total_wall_area": 17.23, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 49.5}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 84.92}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 5.94, "height": 1, "location": "External Wall", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.98, "height": 1, "location": "External Wall", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.6, "psi_value": 0.35, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13, "psi_value": 0.015, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 14.36, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.079, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 14.4, "psi_value": -0.004, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.208, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 41.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.182, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 124, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 124, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 349, "water_heating": 1444}}, "seller_commission_report": "Y", "energy_consumption_current": 48, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 48, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093549825, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.23 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE16 7GQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MARKET HARBOROUGH", "built_form": 1, "created_at": "2019-03-22 16:47:10", "living_area": 18.09, "orientation": 2, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16397, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.39, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3, North Close", "address_line_2": "Great Bowden", "assessment_date": "2019-03-22", "assessment_type": "SAP", "completion_date": "2019-03-22", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.66, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 106, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_count": 40, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ceiling Level", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 47.02}, {"name": "Kitchen Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12.08}], "sap_walls": [{"name": "External Walls", "u_value": 0.23, "wall_type": 2, "kappa_value": 60, "total_wall_area": 156.4119, "is_curtain_walling": "false"}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 57.2619}, {"name": "Internal Walls", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 117.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.98, "height": 2.1, "location": "External Walls", "orientation": 2}, {"name": 2, "type": "Door (1)", "width": 0.98, "height": 2.1, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.248, "height": 1.35, "location": "External Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.248, "height": 1.35, "location": "External Walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "External Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 0.46, "height": 0.9, "location": "External Walls", "orientation": 2}, {"name": 7, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "External Walls", "orientation": 2}, {"name": 8, "type": "Windows (2)", "width": 1.9, "height": 2.1, "location": "External Walls", "orientation": 4}, {"name": 9, "type": "Windows (1)", "width": 0.685, "height": 1.2, "location": "External Walls", "orientation": 4}, {"name": 10, "type": "Windows (1)", "width": 1.248, "height": 1.05, "location": "External Walls", "orientation": 6}, {"name": 11, "type": "Windows (2)", "width": 2.5, "height": 2.1, "location": "External Walls", "orientation": 6}, {"name": 12, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "External Walls", "orientation": 6}, {"name": 13, "type": "Windows (1)", "width": 0.685, "height": 1.05, "location": "External Walls", "orientation": 6}, {"name": 14, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "External Walls", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.926, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.966, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 40.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 34.68, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 27.95, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 23.14, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 15.05, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 22.475, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.455, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "kappa_value": 110, "storey_height": 2.455, "heat_loss_area": 59.1, "total_floor_area": 59.1}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 47.02, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 269, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 71, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 271, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 303, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 71, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 54, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4022, "water_heating": 2128}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 27, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10090924133, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M24 4LN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANCHESTER", "built_form": 2, "created_at": "2019-09-06 17:02:37", "living_area": 14.01, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16137, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "18, Ireby Close", "address_line_2": "Middleton", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-06", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.72, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500339, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 31.53}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External", "total_wall_area": 82.09, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 41.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Soild", "type": "Opening Type 1", "width": 1.02, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": 1, "type": "Opening Type 2", "width": 1.14, "height": 1.05, "location": "External Wall 1", "orientation": 8}, {"name": 1, "type": "Opening Type 2", "width": 1.59, "height": 2.1, "location": "External Wall 1", "orientation": 4}, {"name": 1, "type": "Opening Type 2", "width": 1.02, "height": 1.35, "location": "External Wall 1", "orientation": 4}, {"name": 1, "type": "Opening Type 2", "width": 1.36, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": 1, "type": "Opening Type 2", "width": 0.57, "height": 1.05, "location": "External Wall 1", "orientation": 2}, {"name": 1, "type": "Opening Type 2", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": 1, "type": "Opening Type 2", "width": 1.02, "height": 1.2, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.74, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.74, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 15.88, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.88, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 7.94, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.95, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.34, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10.34, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.95, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.95, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.95, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.168, "floor_type": 2, "description": "Floor 1", "storey_height": 2.39, "heat_loss_area": 31.53, "total_floor_area": 31.53}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.78, "heat_loss_area": 0, "total_floor_area": 31.53}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 52, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 279, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 52, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2361, "water_heating": 1837}}, "seller_commission_report": "Y", "energy_consumption_current": 111, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 18, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 200002723742, "roofs": [{"description": "Average thermal transmittance 0.38 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "walls": [{"description": "Average thermal transmittance 0.38 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.54 W/m\u00b2K", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL1 5BP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "DARLINGTON", "built_form": 3, "created_at": "2019-09-30 18:19:21", "living_area": 20.74, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 39, "hot_water_store_size": 60, "main_heating_details": [{"main_fuel_type": 39, "storage_heaters": [{"index_number": 230001, "number_of_heaters": 2, "high_heat_retention": "true"}], "main_heating_code": 409, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2404, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "secondary_heating_code": 691, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Electric storage heaters", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat G/07 The Coachman", "address_line_2": "135, Victoria Road", "assessment_date": "2019-09-30", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_system_make_model": "tbc", "mechanical_vent_specific_fan_power": 0.7, "mechanical_ventilation_data_source": 2, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 37, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.8, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.45, "roof_type": 2, "description": "Ceiling to Corridor", "kappa_value": 9, "total_roof_area": 1.79}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "kappa_value": 20, "total_roof_area": 35.22}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.35, "wall_type": 2, "description": "External Wall", "kappa_value": 9, "total_wall_area": 11.35, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.4, "wall_type": 2, "description": "Wall to Corridor (Timber)", "kappa_value": 18, "total_wall_area": 38.98, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.3, "wall_type": 2, "description": "Wall to Corridor (Solid)", "kappa_value": 9, "total_wall_area": 4.56, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 18.11}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 51.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 5.34, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Front Door", "type": "Door to Corridor", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.54, "floor_type": 2, "description": "Ground Floor", "kappa_value": 20, "storey_height": 2.78, "heat_loss_area": 37.01, "total_floor_area": 37.01}]}], "heating_cost_current": {"value": 678, "currency": "GBP"}, "co2_emissions_current": 2.8, "energy_rating_average": 60, "energy_rating_current": 51, "lighting_cost_current": {"value": 34, "currency": "GBP"}, "main_heating_controls": [{"description": "Controls for high heat retention storage heaters", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 678, "currency": "GBP"}, "hot_water_cost_current": {"value": 235, "currency": "GBP"}, "co2_emissions_potential": 2.8, "energy_rating_potential": 51, "lighting_cost_potential": {"value": 34, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 235, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3747, "water_heating": 1341}}, "seller_commission_report": "Y", "energy_consumption_current": 447, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 447, "environmental_impact_current": 56, "current_energy_efficiency_band": "E", "environmental_impact_potential": 56, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 76} +{"uprn": 10093387255, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO7 3DF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WATERLOOVILLE", "built_form": 1, "created_at": "2019-06-21 14:49:47", "living_area": 22.17, "orientation": 0, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "21, Rowe Rise", "assessment_date": "2019-06-21", "assessment_type": "SAP", "completion_date": "2019-06-21", "inspection_date": "2019-06-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.95, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 0.7, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.29, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 49.93, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.23, "wall_type": 3, "description": "E-WM-23 Common", "total_wall_area": 16.54, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.1, "location": "Wall 2", "orientation": 0}, {"name": 2, "type": 2, "width": 1.5, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 2, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 2, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 2, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 2, "width": 0.63, "height": 1.2, "location": "Wall 1", "orientation": 5}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.82, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.81, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.6, "psi_value": 0.021, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.42, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 14.2, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.44, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 4.66, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.66, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.102, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.33, "heat_loss_area": 0, "total_floor_area": 48.44}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 147, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 147, "currency": "GBP"}, "hot_water_cost_current": {"value": 58, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1073, "water_heating": 1317}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 87, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10094298062, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 9GW", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 2, "created_at": "2019-02-27 15:28:31", "living_area": 26.45, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "6, Le Marchant Drive", "address_line_2": "Ludgershall", "assessment_date": "2019-02-27", "assessment_type": "SAP", "completion_date": "2019-02-27", "inspection_date": "2019-02-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 3.75, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 112, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Ext door - solid", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Ext door - half glazed", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window - French", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Plane roof 450mm", "kappa_value": 9, "total_roof_area": 56.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "TF", "kappa_value": 9, "total_wall_area": 109.13, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 52.22}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.19}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 134.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Door - Front", "type": "Ext door - solid", "width": 1022, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Window - Front", "type": "Window 1", "width": 5, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Window - Rear", "type": "Window 1", "width": 5.54, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Window - Rear French", "type": "Window - French", "width": 1810, "height": 2100, "location": "External Wall 1", "orientation": 5}, {"name": "Window - side", "type": "Window 1", "width": 685, "height": 1050, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.47, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.64, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 21.19, "psi_value": 0.187, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.19, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.14, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 11.05, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20.6, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.14, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 10.14, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.14, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "NS30", "kappa_value": 18, "storey_height": 2.41, "heat_loss_area": 56.02, "total_floor_area": 56.02, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 56.02}]}], "heating_cost_current": {"value": 253, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 253, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3152, "water_heating": 1760}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 16, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094046131, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA5 4FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PINNER", "built_form": 1, "created_at": "2019-06-13 14:17:13", "living_area": 33.53, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "false", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 3 Healthlands Point", "address_line_2": "Walpole Close", "address_line_3": "Hatch End", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-13", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-13", "sap_energy_source": {"electricity_tariff": 4, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.9, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party C", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 84.76}], "sap_walls": [{"name": "External", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 69.8, "is_curtain_walling": "false"}, {"name": "Corridor", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 33.48, "is_curtain_walling": "false"}, {"name": "Int W T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 137.181}, {"name": "Int W B", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 29.824}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.91, "height": 2.1, "location": "Corridor", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "External", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "External", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1.8, "height": 1.2, "location": "External", "orientation": 2}, {"name": 5, "type": "Windows (2)", "width": 1.2, "height": 2.4, "location": "External", "orientation": 4}, {"name": 6, "type": "Windows (2)", "width": 3.6, "height": 2.4, "location": "External", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.11, "psi_value": 0.277, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.4, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 39.27, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 39.27, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 18.41, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.89, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.148, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 110, "storey_height": 2.63, "heat_loss_area": 84.76, "total_floor_area": 84.76}]}], "heating_cost_current": {"value": 230, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 61, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 230, "currency": "GBP"}, "hot_water_cost_current": {"value": 80, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 61, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 80, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2977, "water_heating": 1800}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 93, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094288331, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B4 6FQ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 4, "created_at": "2019-02-26 23:08:06", "living_area": 34.11, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 111, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.03, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1014", "address_line_2": "2 Exchange Square", "address_line_3": "The Priory Queensway", "assessment_date": "2019-02-26", "assessment_type": "SAP", "completion_date": "2019-02-26", "inspection_date": "2019-02-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.44, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Curtain wall", "type": 4, "u_value": 1.1, "data_source": 2, "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.27}, {"name": "Opening Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 9, "total_roof_area": 45.06}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.14, "wall_type": 2, "description": "Type 01", "kappa_value": 14, "total_wall_area": 5.97, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.18, "wall_type": 2, "description": "Type 03", "kappa_value": 150, "total_wall_area": 3.18, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 1.22, "wall_type": 2, "description": "Curtain wall", "kappa_value": 14, "total_wall_area": 5.38, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 46.34}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 2.84}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 10.5, "total_wall_area": 51.4}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "NE", "type": "Curtain wall", "width": 4.54, "height": 1, "location": "External Wall 3", "orientation": 2}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.48, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 6.13, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 6.13, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 4.74, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 80, "storey_height": 2.37, "heat_loss_area": 0, "total_floor_area": 45.06}]}], "heating_cost_current": {"value": 20, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 20, "currency": "GBP"}, "hot_water_cost_current": {"value": 228, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 228, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 25, "water_heating": 1342}}, "seller_commission_report": "Y", "energy_consumption_current": 115, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 115, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10094455592, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH10 3GT", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CRAWLEY", "built_form": 3, "created_at": "2019-12-09 15:13:21", "living_area": 24.35, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2105, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "19, Aquamarine Close", "assessment_date": "2019-12-09", "assessment_type": "SAP", "completion_date": "2019-12-09", "inspection_date": "2019-12-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.61, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 94, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-12-09", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.04, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.4, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 6}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Main Ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 46.98}], "sap_walls": [{"name": "Brick on timber frame", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 99.38, "is_curtain_walling": "false"}, {"name": "Metal Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 181.62}, {"name": "Timber Frame", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 43.7}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.12, "location": "Brick on timber frame", "orientation": 3}, {"name": 2, "type": "Door (2)", "width": 1, "height": 2.12, "location": "Brick on timber frame", "orientation": 7}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.42, "location": "Brick on timber frame", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 4.89, "location": "Brick on timber frame", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E1"}, {"length": 9.29, "psi_value": 0.112, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.1, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20.24, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 20.24, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 8.24, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 12, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 14.73, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.91, "psi_value": -0.06, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.82, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.9, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.9, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.9, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 46.98, "total_floor_area": 46.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 46.98, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 256, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 75, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 256, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 89, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 89, "lighting_cost_potential": {"value": 75, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2917, "water_heating": 1704}}, "seller_commission_report": "Y", "energy_consumption_current": 61, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 50, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10091683311, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SP11 6YW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ANDOVER", "built_form": 1, "created_at": "2019-04-30 15:38:04", "living_area": 15.09, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 8.0 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "66, Hawthorn Avenue", "assessment_date": "2019-04-30", "assessment_type": "SAP", "completion_date": "2019-04-30", "inspection_date": "2019-04-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 5.96, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 2, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 39.36}], "sap_walls": [{"name": "External Walls", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 128.51, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 79.36916}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 90.171}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.11, "location": "External Walls", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.25, "location": "External Walls", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.1, "location": "External Walls", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.87, "psi_value": 0.385, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.212, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.8, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.4, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.78, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.78, "psi_value": 0.004, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.107, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.44, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 8.34, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.94, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.092, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.84, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.34, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.34, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 8.34, "psi_value": 0.096, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.094, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "kappa_value": 75, "storey_height": 2.587, "heat_loss_area": 39.36, "total_floor_area": 39.36}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.333, "heat_loss_area": 0, "total_floor_area": 39.36, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 265, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 62, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 265, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 85}, {"sequence": 2, "typical_saving": {"value": 319, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.3, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 62, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3182, "water_heating": 1614}}, "seller_commission_report": "Y", "energy_consumption_current": 106, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 19, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10007105756, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU10 1FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FARNHAM", "built_form": 4, "created_at": "2019-05-03 15:43:33", "living_area": 16.3, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17838, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "20, Yalden Gardens", "address_line_2": "Tongham", "assessment_date": "2019-05-03", "assessment_type": "SAP", "completion_date": "2019-05-03", "inspection_date": "2019-05-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 5.5, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 5}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Main Roof", "total_roof_area": 41.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Brick|Tile|Render|Board", "total_wall_area": 50.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 86.96}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 4.35, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 4", "type": "Opening Type 2", "width": 7.65, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.91, "psi_value": 0.288, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.9, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.9, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.88, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 9.88, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.88, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 20.56, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.92, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 19.92, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 16.92, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "Celecta Tetris P/A", "storey_height": 2.46, "heat_loss_area": 41.5, "total_floor_area": 41.5}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 41.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1961, "water_heating": 1788}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": -2, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093760548, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR4 0QB", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 2, "created_at": "2019-01-28 15:59:31", "living_area": 15.31, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17039, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "19 Victory Road", "address_line_2": "Higher Bartle", "assessment_date": "2019-01-28", "assessment_type": "SAP", "completion_date": "2019-01-28", "inspection_date": "2019-01-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.25, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-28", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.4, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 4}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 6, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 37.36}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 1.97}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 91.17, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 43.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.49, "height": 0.68, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 2, "width": 1.8, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 2, "width": 1.25, "height": 0.9, "location": "Wall 1", "orientation": 1}, {"name": 5, "type": 2, "width": 1.25, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 6, "width": 2.51, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 7, "type": 2, "width": 0.9, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 8, "type": 2, "width": 1.25, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 2, "width": 0.69, "height": 1.2, "location": "Wall 1", "orientation": 3}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.08, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.14, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.16, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.693, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.693, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 4.7, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 3.45, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 9.23, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0.42, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 10.17, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.17, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.293, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.293, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.98, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0.42, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.54, "heat_loss_area": 38.82, "total_floor_area": 38.82}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.66, "heat_loss_area": 0, "total_floor_area": 38.82}], "thermal_mass_parameter": 173}], "heating_cost_current": {"value": 202, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 202, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2325, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 61, "environmental_impact_current": 89, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10002558634, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE11 3GZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SPALDING", "built_form": 1, "created_at": "2019-01-14 13:01:52", "living_area": 15.39, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15460, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.8 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Tamar Close", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.76, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 119, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "roof lights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 18.14}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "External Roof 2", "total_roof_area": 40}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 181.54, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.26, "wall_type": 2, "description": "External Wall 2", "total_wall_area": 3, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Door", "width": 1.89, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "South Windows", "type": "Window", "width": 0.68, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "East windows", "type": "Window", "width": 8.35, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "West windows", "type": "Window", "width": 7.68, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "West roof lights", "type": "roof lights", "pitch": 35, "width": 0.9, "height": 1, "location": "Roof 2", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 44.14, "total_floor_area": 44.14}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 38.4}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 36.7}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 373, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 375, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 315, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.1, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6227, "water_heating": 2090}}, "seller_commission_report": "Y", "energy_consumption_current": 111, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 51, "environmental_impact_current": 80, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10095438134, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW11 7AY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-13 15:12:20", "living_area": 39.6, "orientation": 2, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 64.2, "cooling_system_eer": 4.26, "cooling_system_type": 1, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.83, "heat_efficiency": 45.73853, "heat_source_type": 1, "power_efficiency": 38.76147}, {"fuel_type": 51, "heat_fraction": 0.17, "heat_efficiency": 95.86, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "G511", "address_line_2": "Legacy Building", "address_line_3": "1 Viaduct Gardens", "assessment_date": "2019-05-13", "assessment_type": "SAP", "completion_date": "2019-05-13", "inspection_date": "2019-05-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.44, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500132, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.45, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 5, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 70, "total_wall_area": 50.71, "is_curtain_walling": "false"}, {"name": "Sheltered Walls", "u_value": 0.2, "wall_type": 4, "kappa_value": 70, "total_wall_area": 31.46}, {"name": "Party Walls", "u_value": 0.2, "wall_type": 4, "kappa_value": 70, "total_wall_area": 17.23}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 6.72, "height": 2.435, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 138, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 138, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 965, "water_heating": 2100}}, "seller_commission_report": "Y", "energy_consumption_current": 31, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 31, "environmental_impact_current": 95, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10091172037, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DN20 9FR", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BRIGG", "built_form": 1, "created_at": "2019-08-29 14:42:57", "living_area": 16.316, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60041, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18269, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200040, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "1, Wheat Lane", "address_line_2": "Hibaldstow", "assessment_date": "2019-08-29", "assessment_type": "SAP", "completion_date": "2019-08-29", "inspection_date": "2019-08-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.526, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 127, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane Roof", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 62.07}, {"name": "Slope", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 12.9}], "sap_walls": [{"name": "Ext Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 60, "total_wall_area": 156.6, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 17.73, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.058, "location": "Ext Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 8.001, "location": "Ext Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 2.058, "location": "Ext Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 11.843, "location": "Ext Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 3.801, "location": "Ext Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.11, "psi_value": 0.215, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 12.85, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 36.92, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 39.1, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 26.5, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 13.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.8, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 19.1, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 3.79, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 29.17, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.08, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.8, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 3.4, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 65.35, "total_floor_area": 65.35}, {"storey": 1, "u_value": 0.19, "floor_type": 3, "kappa_value": 20, "storey_height": 2.34, "heat_loss_area": 8.41, "total_floor_area": 62.07}]}], "heating_cost_current": {"value": 340, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 340, "currency": "GBP"}, "hot_water_cost_current": {"value": 49, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.9, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5643, "water_heating": 2086}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 40, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093057697, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW8 2FA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-03-14 21:50:56", "living_area": 25.75, "orientation": 1, "region_code": 14, "report_type": 3, "sap_cooling": {"cooled_area": 47.71, "cooling_system_eer": 2.8, "cooling_system_type": 2, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 145, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 37.72411, "heat_source_type": 1, "power_efficiency": 34.545887}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 82, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 35 Gladwin Tower", "address_line_2": "50, Wandsworth Road", "assessment_date": "2019-03-14", "assessment_type": "SAP", "completion_date": "2019-03-14", "inspection_date": "2019-03-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 2.5, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500276, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 77, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.24, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 0.84, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}, {"name": "Windows (2)", "type": 4, "u_value": 1.6, "frame_type": 8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.43}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External (Curtain) Wall", "u_value": 0.84, "wall_type": 2, "kappa_value": 14, "total_wall_area": 25.71, "is_curtain_walling": "true"}, {"name": "Wall to Corridor", "u_value": 0.12, "wall_type": 2, "kappa_value": 14, "total_wall_area": 7.02, "is_curtain_walling": "false"}, {"name": "Shear Walls to lift Shaft/Stairwell", "u_value": 0.19, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.56, "is_curtain_walling": "false"}, {"name": "Cladding-curtain walling", "u_value": 0.84, "wall_type": 2, "kappa_value": 14, "total_wall_area": 14.55, "is_curtain_walling": "true"}, {"name": "PW1 Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 32.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.89, "location": "Wall to Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7, "location": "External (Curtain) Wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 7.5, "location": "Cladding-curtain walling", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 3, "storey_height": 2.5, "heat_loss_area": 23.2, "total_floor_area": 77.36}]}], "heating_cost_current": {"value": 155, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 155, "currency": "GBP"}, "hot_water_cost_current": {"value": 82, "currency": "GBP"}, "co2_emissions_potential": 0.8, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 82, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 883, "water_heating": 2002}}, "seller_commission_report": "Y", "energy_consumption_current": 57, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 57, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093122992, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.30 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR7 4FS", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BROMYARD", "built_form": 2, "created_at": "2019-03-19 15:46:09", "living_area": 16.11, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17862, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "45, Porthouse Rise", "assessment_date": "2019-03-19", "assessment_type": "SAP", "completion_date": "2019-03-19", "inspection_date": "2019-03-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.88, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}, {"name": "Opening Type 9", "type": 1, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 34.97}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.3, "wall_type": 2, "description": "Wall 1", "total_wall_area": 84.18, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "upvc", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "upvc", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "upvc", "type": "Opening Type 1", "width": 0.63, "height": 1.05, "location": "External Wall 1", "orientation": 6}, {"name": "upvc", "type": "Opening Type 1", "width": 1.2, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "upvc", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "Front Door", "type": "Opening Type 9", "width": 0.95, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.44, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 8.49, "psi_value": 0.013, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.008, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.11, "psi_value": 0.095, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.64, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 9.47, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 14.76, "psi_value": 0.067, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.84, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.43, "psi_value": 0.113, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 7.43, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.43, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.16, "floor_type": 2, "description": "Floor 1", "storey_height": 2.31, "heat_loss_area": 34.97, "total_floor_area": 34.97}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 34.97}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 207, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 207, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 309, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2510, "water_heating": 1590}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10095438076, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SW11 7AY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-05-13 15:12:26", "living_area": 39, "orientation": 6, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 31.3, "cooling_system_eer": 4.26, "cooling_system_type": 1, "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.83, "heat_efficiency": 45.73853, "heat_source_type": 1, "power_efficiency": 38.76147}, {"fuel_type": 51, "heat_fraction": 0.17, "heat_efficiency": 95.86, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "G46", "address_line_2": "Legacy Building", "address_line_3": "1 Viaduct Gardens", "assessment_date": "2019-05-13", "assessment_type": "SAP", "completion_date": "2019-05-13", "inspection_date": "2019-05-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.41, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500132, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.45, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 5, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 70, "total_wall_area": 43.7, "is_curtain_walling": "false"}, {"name": "Sheltered Walls", "u_value": 0.2, "wall_type": 4, "kappa_value": 70, "total_wall_area": 23.2}, {"name": "Party Walls", "u_value": 0.2, "wall_type": 4, "kappa_value": 70, "total_wall_area": 18.1}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 12.7, "location": "External Wall", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 145, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 46, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 145, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 46, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1203, "water_heating": 1933}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 35, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10094247467, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO11 2FP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MANNINGTREE", "built_form": 1, "created_at": "2019-03-20 12:34:05", "living_area": 23.74, "orientation": 4, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.23, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "3, Propino Way", "address_line_2": "Mistley", "assessment_date": "2019-03-20", "assessment_type": "SAP", "completion_date": "2019-03-20", "inspection_date": "2019-03-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.48, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 4, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 152, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-20", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 77.19}], "sap_walls": [{"name": "External Walls", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 209.74, "is_curtain_walling": "false"}, {"name": "GF", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 104.936}, {"name": "1F", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 176.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Walls", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Walls", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.89, "location": "External Walls", "orientation": 4}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 12.59, "location": "External Walls", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.55, "location": "External Walls", "orientation": 6}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 3.06, "location": "External Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.93, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 17.57, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 46.05, "psi_value": 0.039, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.18, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 40.18, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 27.86, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 15.27, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 34.04, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 13.16, "psi_value": -0.09, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": -1, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.72, "heat_loss_area": 77.19, "total_floor_area": 77.19}, {"storey": 0, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 75.08, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 341, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 342, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 0.9, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5124, "water_heating": 2152}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 31, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10012142177, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO14 4AD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "FAREHAM", "built_form": 3, "created_at": "2019-02-01 10:15:14", "living_area": 13.19, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17836, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "underfloor_heat_emitter_type": 2, "compensating_controller_index_number": 200012, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "4a East Street", "address_line_2": "Titchfield", "assessment_date": "2019-01-07", "assessment_type": "SAP", "completion_date": "2019-02-01", "inspection_date": "2019-02-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 111, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Front Entrance", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Rooflights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Cold Pitched Roof", "total_roof_area": 11.95}, {"name": "Roof 2", "u_value": 0.1, "roof_type": 2, "description": "Cold Pitched Room in Roof", "total_roof_area": 14.37}, {"name": "Roof 3", "u_value": 0.17, "roof_type": 2, "description": "Sloping Ceilings", "total_roof_area": 38.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "Brick Wall", "total_wall_area": 49.52, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.22, "wall_type": 3, "description": "Stud Walls to Cold Loft", "total_wall_area": 18.3, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.23, "wall_type": 2, "description": "Dormer Cheeks", "total_wall_area": 2.82, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 94.86}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Front Entrance", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Elevation", "type": "Windows", "width": 4.56, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Front Dormer", "type": "Windows", "width": 915, "height": 900, "location": "External Wall 3", "orientation": 1}, {"name": "Rear Elevation", "type": "Windows", "width": 7.1, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Rooflight", "type": "Rooflights", "pitch": 45, "width": 550, "height": 780, "location": "Roof 3", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.86, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.48, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 25.7, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 17.77, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 4.13, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 12.46, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 7.64, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 19.28, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 16.17, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 16.17, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.19, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.18, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 6.08, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.56, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 14.21, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0.91, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 15.25, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.2, "heat_loss_area": 41.9, "total_floor_area": 41.9}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 41.9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.22, "heat_loss_area": 0, "total_floor_area": 27.53}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 210, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 210, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 335, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2608, "water_heating": 1870}}, "seller_commission_report": "Y", "energy_consumption_current": 69, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 5, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10093606944, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.10 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M5 4YE", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-03-26 18:47:44", "living_area": 28.3, "orientation": 4, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.06, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 411", "address_line_2": "7, Woden Street", "assessment_date": "2019-03-22", "assessment_type": "SAP", "completion_date": "2019-03-26", "inspection_date": "2019-03-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.95, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500140, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 45.8}], "sap_walls": [{"name": "External wall", "u_value": 0.1, "wall_type": 2, "total_wall_area": 32.4, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "total_wall_area": 15.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.4, "location": "External wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.6, "location": "External wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 77, "currency": "GBP"}, "hot_water_cost_current": {"value": 230, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 230, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 327, "water_heating": 1356}}, "seller_commission_report": "Y", "energy_consumption_current": 136, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 136, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 23} +{"uprn": 674838, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BS16 1WZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRISTOL", "built_form": 4, "created_at": "2019-05-15 10:51:21", "living_area": 17.9, "orientation": 0, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "20 Island Copsie", "address_line_2": "Stoke Gifford", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.51, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 103, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 45.02}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 6.3}], "sap_walls": [{"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 77.76, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party Wall", "total_wall_area": 72.94}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 1, "width": 0.98, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.2, "height": 1, "location": "Wall 1", "orientation": 3}, {"name": 4, "type": 3, "width": 1.15, "height": 0.8, "location": "Wall 1", "orientation": 3}, {"name": 5, "type": 3, "width": 1.15, "height": 0.8, "location": "Wall 1", "orientation": 3}, {"name": 6, "type": 3, "width": 0.8, "height": 0.8, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 3, "width": 1.3, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 8, "type": 3, "width": 1.3, "height": 0.9, "location": "Wall 1", "orientation": 7}, {"name": 9, "type": 3, "width": 1.3, "height": 1.33, "location": "Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.16, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.2, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 21.46, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 20, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 8.94, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 18, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12.22, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 12.22, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 10.4, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15.6, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.94, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.94, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 17.88, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.6, "heat_loss_area": 51.32, "total_floor_area": 51.32}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 51.32}], "thermal_mass_parameter": 143}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 317, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 52, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2455, "water_heating": 1878}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 7, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 12190770, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W13 9AU", "data_type": 4, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "LONDON", "built_form": 3, "created_at": "2019-06-12 14:43:46", "living_area": 23.45, "orientation": 5, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.33, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "167, Uxbridge Road", "assessment_date": "2019-06-12", "assessment_type": "SAP", "completion_date": "2019-06-12", "inspection_date": "2019-06-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 3, "registration_date": "2019-06-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 5", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 9.04}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "EW", "total_wall_area": 28.36, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.28, "wall_type": 2, "description": "EW Old", "total_wall_area": 44.01, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.51}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 2.4, "height": 1.57, "location": "External Wall 1", "orientation": 1}, {"name": "Window", "type": "Opening Type 1", "width": 6.76, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 3.57, "height": 1, "location": "External Wall 2", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.73, "heat_loss_area": 0, "total_floor_area": 62.78}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 386, "currency": "GBP"}, "co2_emissions_current": 2.2, "energy_rating_average": 60, "energy_rating_current": 65, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 386, "currency": "GBP"}, "hot_water_cost_current": {"value": 271, "currency": "GBP"}, "co2_emissions_potential": 2.2, "energy_rating_potential": 65, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 271, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2245, "water_heating": 1599}}, "seller_commission_report": "Y", "energy_consumption_current": 203, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 203, "environmental_impact_current": 68, "current_energy_efficiency_band": "D", "environmental_impact_potential": 68, "has_heated_separate_conservatory": "true", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 34} +{"uprn": 10024143444, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN21 1AF", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "EASTBOURNE", "built_form": 6, "created_at": "2019-04-23 10:51:07", "living_area": 19.2, "orientation": 0, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 41, "heat_fraction": 1, "heat_efficiency": 400, "heat_source_type": 3}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 32 Burlington Lodge", "address_line_2": "Southfields Road", "assessment_date": "2019-03-27", "assessment_type": "SAP", "completion_date": "2019-04-23", "inspection_date": "2019-03-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 5.09, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 48, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.5, "data_source": 2, "description": "B1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [13], "sap_building_parts": [{"sap_walls": [{"name": "Wall 1", "u_value": 0.23, "wall_type": 2, "description": "External", "total_wall_area": 24.61, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 50.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.51, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": 1, "width": 2.11, "height": 2.1, "location": "Wall 1", "orientation": 2}, {"name": 4, "type": 1, "width": 1.51, "height": 2.1, "location": "Wall 1", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.13, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.3, "psi_value": 0.002, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 5.1, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.55, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.55, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.55, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.55, "heat_loss_area": 0, "total_floor_area": 47.5}], "thermal_mass_parameter": 168}], "heating_cost_current": {"value": 119, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 119, "currency": "GBP"}, "hot_water_cost_current": {"value": 90, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 90, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 508, "water_heating": 1793}}, "seller_commission_report": "Y", "energy_consumption_current": 57, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 57, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10091110813, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GU8 6JE", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "GODALMING", "built_form": 1, "created_at": "2019-05-10 13:47:16", "living_area": 22.77, "orientation": 6, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17489, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.78, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "Cornerstone", "address_line_2": "Hookley Lane", "address_line_3": "Elstead", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.59, "open_flues_count": 1, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 148, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 4.5, "orientation": 4, "overshading": 2, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazed Door", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 6}, {"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Rooflight", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Ground Floor Ceiling", "kappa_value": 9, "total_roof_area": 18.72}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "First Floor Plane", "kappa_value": 9, "total_roof_area": 46.68}, {"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "description": "First Floor Slope Roof", "kappa_value": 9, "total_roof_area": 24.65}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Ground Floor External", "kappa_value": 42.92, "total_wall_area": 99.64, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "First Floor External", "kappa_value": 9, "total_wall_area": 57.59, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 95.8}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 102.5}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Glazed Door", "width": 900, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "SW win1", "type": "Window", "width": 3.6, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "SW win2", "type": "Window", "width": 2.88, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "SE win", "type": "Window", "width": 5.22, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "SE velux", "type": "Rooflight", "pitch": 40, "width": 1.99, "height": 1, "location": "Roof 3", "orientation": 4}, {"name": "NE win1", "type": "Window", "width": 7.92, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "NE win2", "type": "Window", "width": 3.42, "height": 1, "location": "External Wall 2", "orientation": 2}, {"name": "NW win1", "type": "Window", "width": 4.44, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "NW win2", "type": "Window", "width": 600, "height": 800, "location": "External Wall 2", "orientation": 8}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 21.6, "psi_value": 0.2, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 15.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 45.5, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 42.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 3, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 3, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 18, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 20.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.3, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.18, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 24.9, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 11.95, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 1.87, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.87, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 6.28, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.8, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.35, "heat_loss_area": 82.12, "total_floor_area": 82.12, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0.25, "floor_type": 3, "description": "Exposed over Porch", "kappa_value": 18, "storey_height": 2.36, "heat_loss_area": 2.16, "total_floor_area": 65.56}]}], "heating_cost_current": {"value": 340, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 95, "lighting_cost_current": {"value": 85, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 341, "currency": "GBP"}, "hot_water_cost_current": {"value": 104, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 85, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 58, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5306, "water_heating": 2258}}, "seller_commission_report": "Y", "energy_consumption_current": 17, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 7, "environmental_impact_current": 96, "current_energy_efficiency_band": "A", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 3} +{"uprn": 10093178047, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.19 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN22 2BN", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "UCKFIELD", "built_form": 2, "created_at": "2019-09-27 11:43:41", "living_area": 28.6, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 95.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "15 Grants Hill Court", "address_line_2": "Oaklea Way", "assessment_date": "2019-09-27", "assessment_type": "SAP", "completion_date": "2019-09-27", "inspection_date": "2019-09-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.93, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500107, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 59, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 4", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 58.58}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "Brick Faced Cavity", "total_wall_area": 59.11, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 22.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 2", "width": 798, "height": 975, "location": "External Wall 1", "orientation": 1}, {"name": "Opening 3", "type": "Opening Type 2", "width": 11.26, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.12, "psi_value": 0.358, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 5.09, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.016, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 23.18, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 23.18, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 5.1, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.1, "psi_value": 0.03, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.7, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Beam & Block", "storey_height": 2.55, "heat_loss_area": 58.58, "total_floor_area": 58.58}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 80, "lighting_cost_current": {"value": 47, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 96, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 82, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.0, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 47, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2164, "water_heating": 1914}}, "seller_commission_report": "Y", "energy_consumption_current": 112, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.08r10", "energy_consumption_potential": -3, "environmental_impact_current": 84, "current_energy_efficiency_band": "C", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10094328533, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SN25 2RY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWINDON", "built_form": 1, "created_at": "2019-07-31 16:30:40", "living_area": 48.43, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18493, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "139, Eastlake", "address_line_2": "Tadpole Garden Village", "assessment_date": "2019-07-31", "assessment_type": "SAP", "completion_date": "2019-07-31", "inspection_date": "2019-07-31", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 129, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-31", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Doors", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.14, "roof_type": 2, "description": "Plane Ceiling", "kappa_value": 9, "total_roof_area": 64.74}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.29, "wall_type": 2, "description": "100mm Supafil 40", "kappa_value": 60, "total_wall_area": 194.81, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 77.56}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 119.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "Door", "width": 961, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Window", "width": 11.77, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear windows", "type": "Window", "width": 6.6, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "RHS Windows", "type": "Window", "width": 685, "height": 2100, "location": "External Wall 1", "orientation": 7}, {"name": "Rear French", "type": "French Doors", "width": 11.38, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.42, "psi_value": 0.219, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.93, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 45.17, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.81, "psi_value": 0.088, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 35.81, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 21.95, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 13.87, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 32.64, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 6.12, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "description": "75mm PIR", "kappa_value": 110, "storey_height": 2.38, "heat_loss_area": 64.74, "total_floor_area": 64.74, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 3.01, "heat_loss_area": 0, "total_floor_area": 64.74}]}], "heating_cost_current": {"value": 358, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 82, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 358, "currency": "GBP"}, "hot_water_cost_current": {"value": 78, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 90}], "co2_emissions_potential": 1.2, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 82, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 78, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5883, "water_heating": 1759}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 49, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094773111, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH5 1HQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BOURNEMOUTH", "built_form": 1, "created_at": "2019-10-02 10:51:41", "living_area": 20.42, "orientation": 5, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17955, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "7 Brookestead Court", "address_line_2": "40, Florence Road", "assessment_date": "2019-02-05", "assessment_type": "SAP", "completion_date": "2019-10-02", "inspection_date": "2019-02-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.52, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 61, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.33, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.44}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.66}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.39}, {"name": "Plain ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 36.46}, {"name": "Dormer roof", "u_value": 0.18, "roof_type": 2, "kappa_value": 9, "total_roof_area": 5.45}], "sap_walls": [{"name": "External wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 31.04, "is_curtain_walling": "false"}, {"name": "Semi-exposed wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.13, "is_curtain_walling": "false"}, {"name": "Dormer cheek", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 6.02, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 13.9}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.92, "height": 2.1, "location": "Semi-exposed wall", "orientation": 5}, {"name": 2, "type": "Windows (1)", "width": 1.25, "height": 1.15, "location": "Dormer cheek", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1.25, "height": 0.35, "location": "External wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.25, "height": 1.15, "location": "Dormer cheek", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.25, "height": 0.35, "location": "External wall", "orientation": 1}, {"name": 6, "type": "Roof windows (1)", "pitch": 45, "width": 0.55, "height": 0.83, "location": "Pitched roof", "orientation": 1}, {"name": 7, "type": "Roof windows (1)", "pitch": 45, "width": 0.78, "height": 0.83, "location": "Pitched roof", "orientation": 3}, {"name": 8, "type": "Roof windows (1)", "pitch": 45, "width": 0.78, "height": 0.83, "location": "Pitched roof", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0.92, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 28.05, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 8.25, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 6.66, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 2.7, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 1.43, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 14.09, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 19.21, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 5.44, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 1.79, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 4.16, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 2.5, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 4.6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11.9, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 9.72, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 177, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 177, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1797, "water_heating": 1476}}, "seller_commission_report": "Y", "energy_consumption_current": 92, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 92, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094404213, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DH6 2FD", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "DURHAM", "built_form": 1, "created_at": "2019-04-29 10:26:36", "living_area": 16.57, "orientation": 6, "region_code": 7, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16157, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.04, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, The Parks", "address_line_2": "Shotton Colliery", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-04-29", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.61, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 192, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_count": 30, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.66}, {"name": "external door", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "glazed door", "type": 4, "u_value": 1.7, "data_source": 2, "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.66}, {"name": "roof light", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.66}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "type 1", "total_roof_area": 19.27}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "sloping roof", "total_roof_area": 61.9}, {"name": "Roof 3", "u_value": 0.18, "roof_type": 2, "description": "dormer", "total_roof_area": 1.9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "ext wall", "total_wall_area": 209.82, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "dormer cheeks", "total_wall_area": 2.4, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.13, "wall_type": 3, "description": "loft walls", "total_wall_area": 17.1, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "front", "type": "Window", "width": 7.97, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "entrance", "type": "external door", "width": 0.85, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "south rl", "type": "roof light", "pitch": 0, "width": 1.92, "height": 1, "location": "Roof 2", "orientation": 6}, {"name": "n west", "type": "glazed door", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "n west rl", "type": "roof light", "pitch": 0, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 8}, {"name": "n east rl", "type": "roof light", "pitch": 0, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 2}, {"name": "n east dormer", "type": "Window", "width": 0.9, "height": 1.05, "location": "External Wall 2", "orientation": 2}, {"name": "n east", "type": "Window", "width": 6.48, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "south east", "type": "roof light", "pitch": 0, "width": 0.78, "height": 0.98, "location": "Roof 2", "orientation": 4}, {"name": "s east", "type": "Window", "width": 2.03, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.45, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.1, "psi_value": 0.038, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 49.5, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 40.78, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 61.96, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 33.4, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.3, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.3, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 9.8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.2, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 11.6, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 16.13, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 6.74, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 9.9, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.86, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 14.86, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 1, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 1, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "ground floor", "storey_height": 2.4, "heat_loss_area": 79.73, "total_floor_area": 79.73}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 68.31}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.17, "heat_loss_area": 0, "total_floor_area": 43.74}], "thermal_mass_parameter": 90}], "heating_cost_current": {"value": 416, "currency": "GBP"}, "co2_emissions_current": 2.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 102, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 417, "currency": "GBP"}, "hot_water_cost_current": {"value": 107, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 45, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 289, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.5, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 102, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7245, "water_heating": 2332}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 44, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093316388, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HP2 4ZD", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HEMEL HEMPSTEAD", "built_form": 1, "created_at": "2019-11-26 22:37:21", "living_area": 24.669, "orientation": 8, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18118, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "81 Bryanston Court", "address_line_2": "Selden Hill", "assessment_date": "2019-11-26", "assessment_type": "SAP", "completion_date": "2019-11-26", "inspection_date": "2019-11-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.127, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-11-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.7}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "New Roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 68.57}], "sap_walls": [{"name": "New External Wall", "u_value": 0.17, "wall_type": 2, "kappa_value": 70, "total_wall_area": 31.906, "is_curtain_walling": "false"}, {"name": "Unheated Stairs", "u_value": 0.2, "wall_type": 2, "kappa_value": 17, "total_wall_area": 13.468, "is_curtain_walling": "false"}, {"name": "Party Wall (FF)", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 17.576}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1.744, "height": 1.8, "location": "New External Wall", "orientation": 4}, {"name": 2, "type": "Windows (1)", "width": 1.744, "height": 2.475, "location": "New External Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.8, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 20.514, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 4.62, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 3.62, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 10.8, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 15, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 15, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 5.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.885, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.885, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 195, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 195, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1725, "water_heating": 1649}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.23", "energy_consumption_potential": 90, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094496794, "roofs": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "RH16 3AL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HAYWARDS HEATH", "built_form": 1, "created_at": "2019-02-08 08:42:36", "living_area": 34.34, "orientation": 5, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": "NA", "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.1 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "58a, The Broadway", "assessment_date": "2018-07-19", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2018-07-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.11, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Pitched roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.74}, {"name": "Flat roof", "u_value": 0.12, "roof_type": 2, "kappa_value": 9, "total_roof_area": 54.06}], "sap_walls": [{"name": "External walls", "u_value": 0.15, "wall_type": 2, "kappa_value": 60, "total_wall_area": 60.69, "is_curtain_walling": "false"}, {"name": "Party wall to flat", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 26.11}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.96, "height": 2.1, "location": "External walls", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1.3, "height": 1.2, "location": "External walls", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 2.2, "height": 1.275, "location": "External walls", "orientation": 7}, {"name": 4, "type": "Roof windows (1)", "width": 0.8, "height": 0.8, "location": "Flat roof", "orientation": 9}, {"name": 5, "type": "Roof windows (1)", "width": 0.8, "height": 0.8, "location": "Flat roof", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.46, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 9.15, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.89, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.41, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 18.21, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 7.14, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.38, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.38, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 10.97, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 10.97, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 165, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 55, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 165, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 55, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1490, "water_heating": 1725}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 86, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10009656023, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B98 7WA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "REDDITCH", "built_form": 4, "created_at": "2019-06-07 14:58:19", "living_area": 15.11, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_hot_water_separately_timed": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "63, Whetstone Street", "assessment_date": "2019-06-07", "assessment_type": "SAP", "completion_date": "2019-06-07", "inspection_date": "2019-06-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.28, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-07", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.1, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 43.01}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm A Platinum", "total_wall_area": 45.43, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "E-WM-26", "total_wall_area": 90.37}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.01, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 1.81, "height": 1.5, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 6, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 7, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 6}, {"name": 9, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 10, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.32, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.3, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23.86, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 9.3, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 9.3, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.3, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.54, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 18.5, "psi_value": 0.128, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 18.5, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 18.5, "psi_value": 0.19, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "150mm TE Platinum GF", "storey_height": 2.33, "heat_loss_area": 43.01, "total_floor_area": 43.01}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 43.01}], "thermal_mass_parameter": 185.396}], "heating_cost_current": {"value": 186, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 298, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1974, "water_heating": 1663}}, "seller_commission_report": "Y", "energy_consumption_current": 74, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 0, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10007882345, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NN15 5YX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "KETTERING", "built_form": 1, "created_at": "2019-06-19 10:06:39", "living_area": 21.05, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Top-floor maisonette", "language_code": 1, "property_type": 3, "address_line_1": "39, Claydon Avenue", "address_line_2": "Barton Seagrave", "assessment_date": "2019-06-19", "assessment_type": "SAP", "completion_date": "2019-06-19", "inspection_date": "2019-06-19", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.87, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "sap_flat_details": {"level": 3}, "total_floor_area": 57, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-19", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 4, "u_value": 1.41, "data_source": 2, "description": "W2", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}, {"name": 5, "type": 1, "u_value": 1.9, "data_source": 2, "description": "D1", "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main roof", "total_roof_area": 49.53}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Sloped ceiling", "total_roof_area": 1.82}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "40mm Celotex", "total_wall_area": 56.76, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0, "wall_type": 4, "description": "Party", "total_wall_area": 49.65}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": 1, "width": 0.92, "height": 1.35, "location": "Wall 1", "orientation": 6}, {"name": 5, "type": 5, "width": 1, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 6, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 7, "type": 1, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.68, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.68, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 14.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 4.01, "psi_value": 0.201, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 1.08, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.68, "psi_value": 0.093, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 11.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 8.63, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 7.38, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.7, "psi_value": -0.077, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 7.38, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.26, "psi_value": 0.073, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 5.45, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 8.61, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 8.63, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0.4, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.16, "floor_type": 4, "description": "130mm Platinum", "storey_height": 2.7, "heat_loss_area": 5.83, "total_floor_area": 5.83}, {"storey": 2, "u_value": 0.43, "floor_type": 3, "description": "Over Ext. lobby", "storey_height": 2.46, "heat_loss_area": 3.1, "total_floor_area": 51.12}], "thermal_mass_parameter": 270.54}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 62, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 62, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1721, "water_heating": 1410}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 96, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091498469, "roofs": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.29 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR25 5PG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEYLAND", "built_form": 1, "created_at": "2019-08-22 09:17:10", "living_area": 17.82, "orientation": 0, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16401, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.26, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "7, Thetford Drive", "assessment_date": "2019-08-22", "assessment_type": "SAP", "completion_date": "2019-08-22", "inspection_date": "2019-08-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-22", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.1, "orientation": 8, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": 9, "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Main Roof", "total_roof_area": 50.87}, {"name": "Roof 2", "u_value": 0.21, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 23.9}], "sap_walls": [{"name": "Wall 5", "u_value": 0.34, "wall_type": 2, "description": "Garage Wall", "total_wall_area": 19.02, "is_curtain_walling": "false"}, {"name": "Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Main External Wall", "total_wall_area": 163.52, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.91, "height": 2.25, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 2.49, "height": 1.65, "location": "Wall 1", "orientation": 4}, {"name": 4, "type": 3, "width": 1.81, "height": 0.9, "location": "Wall 1", "orientation": 4}, {"name": 5, "type": 3, "width": 0.69, "height": 0.75, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": 3, "width": 1.81, "height": 1.35, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 3, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 8}, {"name": 9, "type": 9, "width": 3.05, "height": 2.25, "location": "Wall 1", "orientation": 8}, {"name": 10, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 11, "type": 3, "width": 0.69, "height": 0.75, "location": "Wall 1", "orientation": 6}, {"name": 12, "type": 3, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 13, "type": 3, "width": 1.81, "height": 1.2, "location": "Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 18.5, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 13.63, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35.7, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.97, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 7.81, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 7.81, "psi_value": -0.082, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 28.52, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 32.75, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.59, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.36, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 27.76, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.58, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 3, "description": "Floor over Garage", "storey_height": 2.54, "heat_loss_area": 65.93, "total_floor_area": 51.82}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.65, "heat_loss_area": 0, "total_floor_area": 65.93}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 298, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 299, "currency": "GBP"}, "hot_water_cost_current": {"value": 98, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 41, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 88, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.3, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4537, "water_heating": 2127}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 65, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093976297, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS8 9FS", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MIDDLESBROUGH", "built_form": 1, "created_at": "2019-09-18 15:09:53", "living_area": 13.91, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "28, Sunflower Lane", "address_line_2": "Stainton", "assessment_date": "2019-09-18", "assessment_type": "SAP", "completion_date": "2019-09-18", "inspection_date": "2019-09-18", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 4.49, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 1, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500230, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-09-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Cold Roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 50.59}], "sap_walls": [{"name": "Ext Wall", "u_value": 0.27, "wall_type": 2, "kappa_value": 95, "total_wall_area": 122.7, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.26, "wall_type": 2, "kappa_value": 95, "total_wall_area": 17.22, "is_curtain_walling": "false"}, {"name": "Ground Floor", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 78.89}, {"name": "First Floor", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 110.55}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Ext Wall", "orientation": 1}, {"name": 2, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Ext Wall", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.39, "location": "Ext Wall", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 9.27, "location": "Ext Wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.67, "location": "Ext Wall", "orientation": 3}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.85, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 9.83, "psi_value": 0.012, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.8, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 29.76, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 21.29, "psi_value": -0.007, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.44, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.06, "psi_value": 0.181, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 24.87, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.76, "psi_value": -0.103, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.59, "heat_loss_area": 42.78, "total_floor_area": 42.78}, {"storey": 1, "u_value": 0.14, "floor_type": 3, "kappa_value": 20, "storey_height": 2.34, "heat_loss_area": 7.81, "total_floor_area": 45.2}]}], "heating_cost_current": {"value": 258, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 258, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 305, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 51, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3302, "water_heating": 1815}}, "seller_commission_report": "Y", "energy_consumption_current": 98, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 25, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093563267, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E17 7FW", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-08-05 09:51:43", "living_area": 27.2, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18234, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "underfloor_heat_emitter_type": 2, "compensating_controller_index_number": 200016, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 1.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "8, Planetree Path", "assessment_date": "2019-08-05", "assessment_type": "SAP", "completion_date": "2019-08-05", "inspection_date": "2019-08-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 1.85, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 72, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 71.72}], "sap_walls": [{"name": "Marley Cladding Board", "u_value": 0.22, "wall_type": 2, "kappa_value": 14, "total_wall_area": 66.3, "is_curtain_walling": "false"}, {"name": "Brick Wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 14, "total_wall_area": 29.64, "is_curtain_walling": "false"}, {"name": "Internal Partitions", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 81.55}, {"name": "Solid Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 43.43}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 4.02, "location": "Marley Cladding Board", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.22, "location": "Marley Cladding Board", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.68, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 78.8, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 9.74, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.74, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 35.67, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 161, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 161, "currency": "GBP"}, "hot_water_cost_current": {"value": 91, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 91, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1423, "water_heating": 1924}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 83, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10093312259, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "MK8 1DH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MILTON KEYNES", "built_form": 1, "created_at": "2019-06-13 09:28:48", "living_area": 22.82, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16399, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Drysdale End", "address_line_2": "Whitehouse", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-13", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.91, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 172, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.3, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.4, "data_source": 4, "glazing_type": 6, "solar_transmittance": 0.41}, {"name": 12, "type": 5, "u_value": 1.7, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "description": "Bay pitched", "total_roof_area": 0.88}, {"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Joist level", "total_roof_area": 88.95}, {"name": "Roof 2", "u_value": 0.29, "roof_type": 2, "description": "Sloping", "total_roof_area": 1}], "sap_walls": [{"name": "Wall 1", "u_value": 0.249, "wall_type": 2, "description": "External", "total_wall_area": 215.64, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.29, "wall_type": 3, "description": "Velux Shaft", "total_wall_area": 1.65, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.99, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 1.59, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": 2, "width": 1.2, "height": 1.5, "location": "Wall 1", "orientation": 8}, {"name": 5, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": 2, "width": 1.14, "height": 1.35, "location": "Wall 1", "orientation": 8}, {"name": 8, "type": 2, "width": 2.49, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 9, "type": 2, "width": 2.49, "height": 2.1, "location": "Wall 1", "orientation": 4}, {"name": 10, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 11, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 4}, {"name": 12, "type": 12, "pitch": 45, "width": 0.85, "height": 1, "location": "Roof 2", "orientation": 4}, {"name": 13, "type": 2, "width": 1.59, "height": 1.42, "location": "Wall 1", "orientation": 2}, {"name": 14, "type": 2, "width": 1.59, "height": 1.42, "location": "Wall 1", "orientation": 2}, {"name": 15, "type": 2, "width": 1.59, "height": 1.42, "location": "Wall 1", "orientation": 2}, {"name": 16, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 17, "type": 2, "width": 1.14, "height": 1.2, "location": "Wall 1", "orientation": 2}, {"name": 18, "type": 2, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 19, "type": 2, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 2}, {"name": 20, "type": 2, "width": 0.6, "height": 1.5, "location": "Wall 1", "orientation": 1}, {"name": 21, "type": 2, "width": 0.6, "height": 1.5, "location": "Wall 1", "orientation": 7}, {"name": 24, "type": 2, "width": 0.69, "height": 1.05, "location": "Wall 1", "orientation": 6}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 24.78, "psi_value": 0.174, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 23.79, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 49.92, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 41.5, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 41.12, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 23.41, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 23, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 46.98, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 26.1, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 0.85, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.85, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Ground", "storey_height": 2.61, "heat_loss_area": 89.83, "total_floor_area": 89.83}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 82.44}], "thermal_mass_parameter": 177}], "heating_cost_current": {"value": 360, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 92, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 362, "currency": "GBP"}, "hot_water_cost_current": {"value": 102, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 44, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 311, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 92}], "co2_emissions_potential": 1.1, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 92, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 6163, "water_heating": 2212}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 35, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093906957, "roofs": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.35 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DL1 5BP", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "DARLINGTON", "built_form": 4, "created_at": "2019-09-30 18:18:33", "living_area": 16.02, "orientation": 5, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 39, "hot_water_store_size": 60, "main_heating_details": [{"main_fuel_type": 39, "storage_heaters": [{"index_number": 230001, "number_of_heaters": 2, "high_heat_retention": "true"}], "main_heating_code": 409, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2404, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "secondary_heating_code": 691, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": "Electric storage heaters", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 208 The Coachman", "address_line_2": "135, Victoria Road", "assessment_date": "2019-09-30", "assessment_type": "SAP", "completion_date": "2019-09-30", "inspection_date": "2019-09-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_system_make_model": "tbc", "mechanical_vent_specific_fan_power": 0.7, "mechanical_ventilation_data_source": 2, "is_mechanical_vent_approved_installer_scheme": "true"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 32, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-30", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.8, "frame_type": 1, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 6, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Door to Corridor", "type": 3, "u_value": 1.4, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.21, "roof_type": 2, "description": "External Plane Roof", "kappa_value": 9, "total_roof_area": 15.79}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings", "kappa_value": 20, "total_roof_area": 15.86}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.35, "wall_type": 2, "description": "External Wall", "kappa_value": 9, "total_wall_area": 35.98, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Wall to Corridor (Solid)", "kappa_value": 9, "total_wall_area": 5.02, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 40.87}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 60.42}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Window", "width": 1.9, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Front Door", "type": "Door to Corridor", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 30, "storey_height": 3.18, "heat_loss_area": 0, "total_floor_area": 31.64}]}], "heating_cost_current": {"value": 461, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 59, "lighting_cost_current": {"value": 35, "currency": "GBP"}, "main_heating_controls": [{"description": "Controls for high heat retention storage heaters", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 461, "currency": "GBP"}, "hot_water_cost_current": {"value": 227, "currency": "GBP"}, "co2_emissions_potential": 2.1, "energy_rating_potential": 59, "lighting_cost_potential": {"value": 35, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 227, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2516, "water_heating": 1292}}, "seller_commission_report": "Y", "energy_consumption_current": 400, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 400, "environmental_impact_current": 63, "current_energy_efficiency_band": "D", "environmental_impact_potential": 63, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 68} +{"uprn": 10014357411, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NR7 8FN", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "NORWICH", "built_form": 3, "created_at": "2019-03-28 12:22:52", "living_area": 19.87, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696322, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "49, Egyptian Goose Road", "address_line_2": "Sprowston", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.79, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 74, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_count": 14, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "w", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "w", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "d", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "total_roof_area": 36.98}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.27, "wall_type": 2, "total_wall_area": 86.6, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 38.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "w", "width": 3.57, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": 2, "type": "w", "width": 3.41, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": 3, "type": "d", "width": 2.11, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "d", "width": 2.11, "height": 1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.049, "calculation_reference": "APA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "storey_height": 2.4, "heat_loss_area": 36.98, "total_floor_area": 36.98}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 36.98}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 206, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 206, "currency": "GBP"}, "hot_water_cost_current": {"value": 70, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 29, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 308, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2519, "water_heating": 1577}}, "seller_commission_report": "Y", "energy_consumption_current": 93, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": 4, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10035291623, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH4 9FJ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}, "post_town": "CHESTER", "built_form": 4, "created_at": "2019-04-12 12:51:50", "living_area": 40, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 2, "water_heating_code": 901, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 2, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15986, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "secondary_heating_flue_type": 1, "is_hot_water_separately_timed": "true", "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "is_secondary_heating_hetas_approved": "true", "hot_water_store_insulation_thickness": 70}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, LPG", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "7 Chapel House Barns", "address_line_2": "The Green", "address_line_3": "Poulton", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 6, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 380, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 3, "fixed_lighting_outlets_count": 62, "low_energy_fixed_lighting_outlets_count": 62, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.6, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 2", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 13", "type": 5, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "Room heaters, wood logs", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.2, "roof_type": 2, "description": "Roof", "total_roof_area": 190}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "External walls", "total_wall_area": 93.5, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 104}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "D1", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W2", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W3", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "W4", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "D5", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W6", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "D7", "type": "Opening Type 2", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W8", "type": "Opening Type 2", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W9", "type": "Opening Type 2", "width": 1.6, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W10", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "W11", "type": "Opening Type 2", "width": 1.2, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "W12", "type": "Opening Type 2", "width": 1.2, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "R13", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "R14", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "R15", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "R16", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "R17", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 3}, {"name": "R18", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "R19", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "R20", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "R21", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 7}, {"name": "R22", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 1}, {"name": "R23", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 1}, {"name": "R24", "type": "Opening Type 13", "pitch": 35, "width": 1, "height": 1, "location": "Roof 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.26, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.4, "heat_loss_area": 190, "total_floor_area": 190}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 190}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 1244, "currency": "GBP"}, "co2_emissions_current": 5.2, "energy_rating_average": 60, "energy_rating_current": 73, "lighting_cost_current": {"value": 165, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 1247, "currency": "GBP"}, "hot_water_cost_current": {"value": 187, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 80, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 75, "environmental_impact_rating": 83}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 78, "environmental_impact_rating": 86}, {"sequence": 3, "typical_saving": {"value": 606, "currency": "GBP"}, "indicative_cost": "\u00a315,000 - \u00a325,000", "improvement_type": "V2", "improvement_details": {"improvement_number": 44}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 92}], "co2_emissions_potential": 2.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 165, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 104, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 16489, "water_heating": 2501}}, "seller_commission_report": "Y", "energy_consumption_current": 70, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 24, "environmental_impact_current": 82, "current_energy_efficiency_band": "C", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091740127, "roofs": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TA21 8FD", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WELLINGTON", "built_form": 1, "created_at": "2019-08-09 12:00:16", "living_area": 37.04, "orientation": 6, "region_code": 15, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "36 Normandy Row", "address_line_2": "Lillebonne Way", "assessment_date": "2019-08-09", "assessment_type": "SAP", "completion_date": "2019-08-09", "inspection_date": "2019-08-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 5, "air_permeability": 4.45, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 4, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 130, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 4, "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.6, "data_source": 4, "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.5, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.47}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "total_roof_area": 59.17}, {"name": "Flat", "u_value": 0.2, "roof_type": 2, "total_roof_area": 0.59}, {"name": "Glass", "u_value": 0.01, "roof_type": 2, "total_roof_area": 8.83}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "total_wall_area": 179.87, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.79, "location": "Wall 1", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 10.27, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 11.88, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 9.26, "location": "Wall 1", "orientation": 4}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.32, "location": "Wall 1", "orientation": 8}, {"name": 7, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 8.83, "location": "Glass", "orientation": 9}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 25.02, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 22.65, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 47.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 35.32, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.12, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 15.53, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 18.59, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 3.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 38.77, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 18.03, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "storey_height": 2.475, "heat_loss_area": 71.02, "total_floor_area": 71.02}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 59.04}]}], "heating_cost_current": {"value": 317, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 80, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 317, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 320, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 91, "environmental_impact_rating": 91}], "co2_emissions_potential": 0.8, "energy_rating_potential": 91, "lighting_cost_potential": {"value": 80, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 74, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4497, "water_heating": 1680}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.13", "energy_consumption_potential": 35, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094048790, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF31 2DQ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "BRIDGEND", "built_form": 2, "created_at": "2019-06-03 23:53:22", "living_area": 15.89, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.4 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "126, Ffordd Cadfan", "assessment_date": "2019-06-03", "assessment_type": "SAP", "completion_date": "2019-06-03", "inspection_date": "2019-06-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 4.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 87, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Front doors", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Rear Door", "type": 1, "u_value": 1.1, "data_source": 2, "glazing_type": 1}, {"name": "Roof Window", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.45}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane at Voids", "kappa_value": 9, "total_roof_area": 21.87}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Slope", "kappa_value": 9, "total_roof_area": 9.84}, {"name": "Roof 3", "u_value": 0.3, "roof_type": 2, "description": "Dormer", "kappa_value": 9, "total_roof_area": 2.84}, {"name": "Roof 4", "u_value": 0.11, "roof_type": 2, "description": "RIR floor", "kappa_value": 9, "total_roof_area": 9}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "External Wall 1", "kappa_value": 9, "total_wall_area": 95.2, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.3, "wall_type": 2, "description": "Dormer Wall", "kappa_value": 9, "total_wall_area": 6.25, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.11, "wall_type": 2, "description": "RIR walls", "kappa_value": 9, "total_wall_area": 12.23, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 55.78}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 139.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Windows", "width": 3.82, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "Rear", "type": "Windows", "width": 6.16, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Front", "type": "Front doors", "width": 940, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front Dormer Window", "type": "Windows", "width": 1200, "height": 1200, "location": "External Wall 2", "orientation": 3}, {"name": "Roof Window", "type": "Roof Window", "pitch": 35, "width": 550, "height": 980, "location": "Roof 2", "orientation": 7}, {"name": "Side", "type": "Windows", "width": 630, "height": 1050, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.09, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.83, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 17.37, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 31.82, "psi_value": 0.032, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 7.36, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 13, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 13.43, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.33, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 11.1, "psi_value": -0.006, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 10.01, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 17.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 11, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 6.18, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.17, "floor_type": 2, "description": "Heat Loss Floor 1", "kappa_value": 110, "storey_height": 2.33, "heat_loss_area": 32.22, "total_floor_area": 33.22}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 2", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 31.47, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.3, "heat_loss_area": 0, "total_floor_area": 22.47}]}], "heating_cost_current": {"value": 220, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 220, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 331, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2764, "water_heating": 1669}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093244374, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M50 2AD", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "SALFORD", "built_form": 1, "created_at": "2019-07-03 14:35:06", "living_area": 25.54, "orientation": 8, "region_code": 19, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2311, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 1, "heat_efficiency": 56, "heat_source_type": 1, "power_efficiency": 30}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 206 Lightbox", "address_line_2": "Blue", "address_line_3": "Media City UK", "assessment_date": "2019-06-30", "assessment_type": "SAP", "completion_date": "2019-07-03", "inspection_date": "2019-06-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.56, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500361, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "total_wall_area": 16.33, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 39.44}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "total_wall_area": 16.33}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 10.89, "location": "External Wall", "orientation": 4}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.21, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 3.15, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 10.56, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 5.72, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 42.24, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 110, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 38, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Flat rate charging, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 110, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 38, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 142, "water_heating": 1780}}, "seller_commission_report": "Y", "energy_consumption_current": 48, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 48, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 33053434, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "Fully double glazed", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW18 4JZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "STAINES-UPON-THAMES", "built_form": 2, "created_at": "2019-05-23 08:20:15", "living_area": 21.5, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 50}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 12 The Old Police Station", "address_line_2": "2, London Road", "assessment_date": "2019-05-23", "assessment_type": "SAP", "completion_date": "2019-05-23", "inspection_date": "2019-05-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 3, "u_value": 1.4, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.9, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Roof 1", "total_roof_area": 45}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.23, "wall_type": 2, "description": "Wall 1 bridge wall", "total_wall_area": 45, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.38, "wall_type": 2, "description": "Wall 3 corridor", "total_wall_area": 9.25, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 29}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "CD1", "type": "Opening Type 1", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "W2", "type": "Opening Type 2", "width": 1.69, "height": 0.81, "location": "External Wall 1", "orientation": 6}, {"name": "W3", "type": "Opening Type 2", "width": 1.69, "height": 1.15, "location": "External Wall 1", "orientation": 6}, {"name": "W4", "type": "Opening Type 2", "width": 1.69, "height": 0.81, "location": "External Wall 1", "orientation": 2}, {"name": "W5", "type": "Opening Type 2", "width": 1.69, "height": 0.79, "location": "External Wall 1", "orientation": 2}, {"name": "W6", "type": "Opening Type 2", "width": 1.69, "height": 1.15, "location": "External Wall 1", "orientation": 2}], "construction_year": 1950, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.13, "floor_type": 3, "description": "Floor 1", "storey_height": 2.5, "heat_loss_area": 45, "total_floor_area": 45}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 430, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 56, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 430, "currency": "GBP"}, "hot_water_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_potential": 2.3, "energy_rating_potential": 56, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 287, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2503, "water_heating": 1695}}, "seller_commission_report": "Y", "energy_consumption_current": 303, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 303, "environmental_impact_current": 61, "current_energy_efficiency_band": "D", "environmental_impact_potential": 61, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "D", "co2_emissions_current_per_floor_area": 51} +{"uprn": 10001236747, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LE19 4BT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LEICESTER", "built_form": 1, "created_at": "2019-02-21 16:36:14", "living_area": 18.53, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 696321, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "8, Irvine Crescent", "address_line_2": "Lubbesthorpe", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.12, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.38, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.66}, {"name": "Opening Type 12", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.12, "roof_type": 2, "description": "Joists", "total_roof_area": 47.43}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 137.7, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Window", "type": "Opening Type 1", "width": 1.35, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 0.63, "height": 1.2, "location": "External Wall 1", "orientation": 3}, {"name": "Window", "type": "Opening Type 1", "width": 1.35, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 1}, {"name": "Window", "type": "Opening Type 1", "width": 1.78, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 5}, {"name": "Window", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 0.92, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 0.92, "height": 1.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 1.35, "height": 1.2, "location": "External Wall 1", "orientation": 1}, {"name": "Window", "type": "Opening Type 1", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "Door", "type": "Opening Type 12", "width": 0.9, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Door", "type": "Opening Type 12", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.47, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 14.47, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 36, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.16, "psi_value": 0.155, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.16, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 11.16, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 19.56, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.21, "floor_type": 2, "description": "Floor 1", "storey_height": 2.33, "heat_loss_area": 47.43, "total_floor_area": 47.43}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 47.43}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 266, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 266, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 296, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 45, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3938, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 27, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093128002, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX10 0DG", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SIDMOUTH", "built_form": 1, "created_at": "2019-08-27 17:45:52", "living_area": 14.92, "orientation": 5, "region_code": 15, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.5 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "60, King Alfred Way", "address_line_2": "Newton Poppleford", "assessment_date": "2019-08-27", "assessment_type": "SAP", "completion_date": "2019-08-27", "inspection_date": "2019-08-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.45, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 89, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.76}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof 1", "total_roof_area": 36.98}, {"name": "Roof 2", "u_value": 0.18, "roof_type": 2, "description": "Roof 2", "total_roof_area": 9.63}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1 Render", "total_wall_area": 140.03, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DE01", "type": "Opening Type 1", "width": 1.01, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "WG01", "type": "Opening Type 2", "width": 0.48, "height": 1.06, "location": "External Wall 1", "orientation": 5}, {"name": "WG04", "type": "Opening Type 2", "width": 0.55, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": "WF01", "type": "Opening Type 2", "width": 0.92, "height": 1.21, "location": "External Wall 1", "orientation": 5}, {"name": "WG02", "type": "Opening Type 2", "width": 0.55, "height": 1.21, "location": "External Wall 1", "orientation": 3}, {"name": "WG03", "type": "Opening Type 2", "width": 1.95, "height": 1.21, "location": "External Wall 1", "orientation": 5}, {"name": "WF02", "type": "Opening Type 2", "width": 0.55, "height": 1.21, "location": "External Wall 1", "orientation": 3}, {"name": "WF03", "type": "Opening Type 2", "width": 1.95, "height": 1.21, "location": "External Wall 1", "orientation": 5}, {"name": "WF04", "type": "Opening Type 2", "width": 0.55, "height": 1.21, "location": "External Wall 1", "orientation": 7}, {"name": "DE02", "type": "Opening Type 2", "width": 1.5, "height": 2.1, "location": "External Wall 1", "orientation": 1}, {"name": "WG05", "type": "Opening Type 2", "width": 1.4, "height": 1.06, "location": "External Wall 1", "orientation": 1}, {"name": "WF05", "type": "Opening Type 2", "width": 1.4, "height": 1.21, "location": "External Wall 1", "orientation": 1}, {"name": "WF06", "type": "Opening Type 2", "width": 0.5, "height": 1.06, "location": "External Wall 1", "orientation": 1}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.31, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.3, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 34.12, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 28.12, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.12, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 16.2, "psi_value": 0.106, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.86, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 19.92, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.96, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Floor 1", "storey_height": 2.37, "heat_loss_area": 44.27, "total_floor_area": 44.27}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 44.27}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 204, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 67, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 204, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 351, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 67, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2442, "water_heating": 1677}}, "seller_commission_report": "Y", "energy_consumption_current": 78, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -3, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10094461065, "roofs": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "\u00c2\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "GL5 3BX", "data_type": 4, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "STROUD", "created_at": "2019-09-06 21:07:35.000000", "living_area": 50.01, "orientation": 3, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"has_fghrs": "false", "main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "false", "main_heating_category": 2, "main_heating_fraction": 1.0, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "false", "is_oil_pump_in_heated_space": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 2", "address_line_2": "19, King Street", "assessment_date": "2019-09-05", "assessment_type": "SAP", "completion_date": "2019-09-05", "inspection_date": "2019-09-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 118, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "1 0 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 1 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 2 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 3 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 4 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 5 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 6 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 7 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 8 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 9 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 10 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}, {"name": "1 11 dg", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 3, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": 0, "u_value": 0.18, "roof_type": 2, "kappa_value": 9.0, "total_roof_area": 118.0}], "sap_walls": [{"name": 1, "u_value": 0.35, "wall_type": 2, "kappa_value": 9.0, "total_wall_area": 104.0, "is_curtain_walling": "false"}, {"name": "2 to communal", "u_value": 0.0, "wall_type": 4, "description": "to communal", "kappa_value": 20.0, "total_wall_area": 21.0, "is_curtain_walling": "false"}, {"name": 3, "u_value": 0.0, "wall_type": 4, "kappa_value": 180.0, "total_wall_area": 30.0, "is_curtain_walling": "false"}], "identifier": "flat 2 19 king st", "overshading": 2, "sap_openings": [{"name": "1 0 dg", "type": "1 0 dg", "width": 0.8, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 1 dg", "type": "1 1 dg", "width": 1.3, "height": 2.0, "location": 1, "orientation": 3}, {"name": "1 2 dg", "type": "1 2 dg", "width": 1.3, "height": 2.0, "location": 1, "orientation": 3}, {"name": "1 3 dg", "type": "1 3 dg", "width": 1.3, "height": 2.0, "location": 1, "orientation": 3}, {"name": "1 4 dg", "type": "1 4 dg", "width": 1.3, "height": 2.0, "location": 1, "orientation": 3}, {"name": "1 5 dg", "type": "1 5 dg", "width": 0.6, "height": 2.0, "location": 1, "orientation": 3}, {"name": "1 6 dg", "type": "1 6 dg", "width": 0.7, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 7 dg", "type": "1 7 dg", "width": 0.7, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 8 dg", "type": "1 8 dg", "width": 0.8, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 9 dg", "type": "1 9 dg", "width": 0.95, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 10 dg", "type": "1 10 dg", "width": 0.6, "height": 2.0, "location": 1, "orientation": 7}, {"name": "1 11 dg", "type": "1 11 dg", "width": 0.7, "height": 2.0, "location": 1, "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 3, "u_value": 0.0, "floor_type": 3, "kappa_value": 30.0, "storey_height": 0.0, "heat_loss_area": 0.0, "total_floor_area": 118.0, "kappa_value_from_below": 0.0}]}], "heating_cost_current": 1125, "co2_emissions_current": 5.0, "energy_rating_average": 60, "energy_rating_current": 54, "lighting_cost_current": 65, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": 1125, "hot_water_cost_current": 197, "co2_emissions_potential": 5.0, "energy_rating_potential": 54, "lighting_cost_potential": 65, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": 197, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 7751, "water_heating": 1364}}, "seller_commission_report": "N", "energy_consumption_current": 250, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "6.04a1", "energy_consumption_potential": 250, "environmental_impact_current": 58, "current_energy_efficiency_band": "E", "environmental_impact_potential": 58, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 42, "additional_allowable_electricity_generation": 0.0} +{"uprn": 10094083683, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE1 1AY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-12 10:02:11", "living_area": 27.2, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 90.5, "heat_source_type": 1, "power_efficiency": 34}, {"fuel_type": 51, "heat_fraction": 0.34, "heat_efficiency": 97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 5", "address_line_2": "56, Swan Street", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 2.615, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External", "u_value": 0.15, "wall_type": 2, "kappa_value": 70, "total_wall_area": 72.5, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 8.4, "location": "External", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 2.5, "location": "External", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 11.6, "location": "External", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 12.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 130, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 130, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1034, "water_heating": 2157}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 35, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 10093735390, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "UB7 7GB", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "WEST DRAYTON", "built_form": 4, "created_at": "2019-05-01 18:47:43", "living_area": 25.9, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 51.34, "heat_source_type": 1, "power_efficiency": 29.85}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 95.5, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 30}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 18 Fitzroy Court", "address_line_2": "2, Garnet Place", "assessment_date": "2019-05-01", "assessment_type": "SAP", "completion_date": "2019-05-01", "inspection_date": "2019-05-01", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.03, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500373, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 75, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-01", "sap_energy_source": {"pv_arrays": [{"pitch": 1, "peak_power": 0.22, "orientation": 1, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.35}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Brick External", "total_wall_area": 65.26, "is_curtain_walling": "true"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 42.1}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 1.09}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "patio doors", "type": "Opening Type 1", "width": 2.93, "height": 2.2, "location": "External Wall 1", "orientation": 4}, {"name": "window", "type": "Opening Type 1", "width": 1, "height": 2.2, "location": "External Wall 1", "orientation": 7}, {"name": "Window", "type": "Opening Type 1", "width": 1, "height": 2.2, "location": "External Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.93, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.93, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 13.2, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 45.66, "psi_value": 0.11, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 6.14, "psi_value": 0.195, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 10.08, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 5.04, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.04, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 5.04, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 35.46, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 75.2}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 151, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 58, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 151, "currency": "GBP"}, "hot_water_cost_current": {"value": 67, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 58, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 67, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 610, "water_heating": 1732}}, "seller_commission_report": "Y", "energy_consumption_current": 42, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 42, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093690952, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "M4 4GH", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "MANCHESTER", "built_form": 1, "created_at": "2019-08-23 08:39:43", "living_area": 27, "orientation": 8, "region_code": 9, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 125, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.05, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 2.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat B405", "address_line_2": "1, Rochdale Road", "assessment_date": "2019-08-20", "assessment_type": "SAP", "completion_date": "2019-08-23", "inspection_date": "2019-08-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.24, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 3, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "Sentinel Kinetic BH", "mechanical_vent_specific_fan_power": 0.59, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 90, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 0, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.37}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 14, "total_wall_area": 22.59, "is_curtain_walling": "false"}, {"name": "Wall (corridor)", "u_value": 0.2, "wall_type": 2, "kappa_value": 60, "total_wall_area": 35.49, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 37.57}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.78, "location": "Wall (corridor)", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.47, "location": "Wall", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.95, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.1, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 13.84, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 22.34, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 5.2, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 5.2, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 10.4, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 14.06, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 48, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 48, "currency": "GBP"}, "hot_water_cost_current": {"value": 287, "currency": "GBP"}, "co2_emissions_potential": 1.2, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 287, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 102, "water_heating": 1634}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 95, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093567790, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.50 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "floors": [{"description": "Average thermal transmittance 0.98 W/m\u00b2K", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SO14 3HA", "data_type": 4, "hot_water": {"description": "Electric instantaneous at point of use", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "SOUTHAMPTON", "built_form": 3, "created_at": "2019-05-10 14:23:21", "living_area": 25.92, "orientation": 7, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 909, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "2 Saxon Gate", "address_line_2": "Back of the Walls", "assessment_date": "2019-05-10", "assessment_type": "SAP", "completion_date": "2019-05-10", "inspection_date": "2019-05-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "wet_rooms_count": 2, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500233, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-10", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.28, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Glazing", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Doors", "type": 1, "u_value": 1.8, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 46.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.5, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 33.75, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.75}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "South", "type": "Glazing", "width": 6.8, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Door", "type": "Doors", "width": 1.8, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "East", "type": "Glazing", "width": 3.07, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 2.94, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.5, "heat_loss_area": 46.5, "total_floor_area": 46.5}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 657, "currency": "GBP"}, "co2_emissions_current": 2.5, "energy_rating_average": 60, "energy_rating_current": 47, "lighting_cost_current": {"value": 37, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 657, "currency": "GBP"}, "hot_water_cost_current": {"value": 172, "currency": "GBP"}, "co2_emissions_potential": 2.5, "energy_rating_potential": 47, "lighting_cost_potential": {"value": 37, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 172, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3804, "water_heating": 1012}}, "seller_commission_report": "Y", "energy_consumption_current": 319, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 319, "environmental_impact_current": 54, "current_energy_efficiency_band": "E", "environmental_impact_potential": 54, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 54} +{"uprn": 10093115451, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PO20 7FF", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHICHESTER", "built_form": 2, "created_at": "2019-09-03 09:56:03", "living_area": 15.84, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17960, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200013, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "5, Rowan Close", "address_line_2": "Birdham", "assessment_date": "2019-09-03", "assessment_type": "SAP", "completion_date": "2019-09-03", "inspection_date": "2019-09-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.59, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.74}, {"name": "Rooflight", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "PIJ", "kappa_value": 9, "total_roof_area": 36.5}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main", "kappa_value": 60, "total_wall_area": 85.89, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.71}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 159.21}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Window", "width": 3.87, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear", "type": "Window", "width": 7.91, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Door", "type": "Door", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Side", "type": "Window", "width": 1.75, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.051, "calculation_reference": "CBA UL"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "GF", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 36.5, "total_floor_area": 36.5, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 36.5}]}], "heating_cost_current": {"value": 179, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 57, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 179, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 365, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": -0.2, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 57, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1685, "water_heating": 1713}}, "seller_commission_report": "Y", "energy_consumption_current": 81, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -21, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 63196467, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WF10 1FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CASTLEFORD", "built_form": 4, "created_at": "2019-05-08 11:34:50", "living_area": 11.72, "orientation": 6, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17616, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.5 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "6, Lowe Lane", "assessment_date": "2019-05-08", "assessment_type": "SAP", "completion_date": "2019-05-08", "inspection_date": "2019-05-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 3.54, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Doors", "type": 1, "u_value": 1.2, "data_source": 2, "glazing_type": 1}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 30.66}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 43.15, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Doors", "width": 2.15, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Windows", "width": 3.4, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Opening 4", "type": "Windows", "width": 6.69, "height": 1, "location": "External Wall 1", "orientation": 2}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.71, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.63, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 9.33, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 1.88, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 1.88, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 6.12, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 2.31, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.31, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 20.04, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 14.1, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 14.1, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 15.34, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0, "floor_type": 3, "storey_height": 2.31, "heat_loss_area": 0, "total_floor_area": 29.29}, {"storey": 1, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.7, "heat_loss_area": 30.66, "total_floor_area": 30.66}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 90}, {"sequence": 2, "typical_saving": {"value": 292, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 98, "environmental_impact_rating": 101}], "co2_emissions_potential": -0.1, "energy_rating_potential": 98, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 41, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1536, "water_heating": 1533}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": -14, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 101, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10093781344, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SK10 1FW", "data_type": 2, "hot_water": {"description": "Electric immersion, off-peak", "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "MACCLESFIELD", "built_form": 4, "created_at": "2019-03-28 15:46:35", "living_area": 24, "orientation": 3, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 39, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 694, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 2, "secondary_heating_code": 691, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 13 The Bridges", "address_line_2": "Buxton Road", "assessment_date": "2019-03-28", "assessment_type": "SAP", "completion_date": "2019-03-28", "inspection_date": "2019-03-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.05, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500335, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 80, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-28", "sap_energy_source": {"electricity_tariff": 3, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "Room heaters, electric", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 80.07}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.18, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 29.16, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 57.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Windows", "type": "Windows", "width": 7.66, "height": 1, "location": "External Wall 1", "orientation": 3}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.54, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.54, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12.69, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 12.68, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 12.68, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 4.6, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 9.2, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 24.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 24.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.3, "heat_loss_area": 80.07, "total_floor_area": 80.07}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 132, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 68, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and appliance thermostats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 132, "currency": "GBP"}, "hot_water_cost_current": {"value": 187, "currency": "GBP"}, "co2_emissions_potential": 1.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 68, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 187, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 627, "water_heating": 1783}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 102, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10094248166, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.23 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO7 8DH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 1, "created_at": "2019-02-16 11:15:36", "living_area": 21.75, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17837, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 6.2 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached bungalow", "language_code": 1, "property_type": 1, "address_line_1": "Foxgloves", "address_line_2": "Colchester Main Road", "address_line_3": "Alresford", "assessment_date": "2019-02-15", "assessment_type": "SAP", "completion_date": "2019-02-16", "inspection_date": "2019-02-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 6.19, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 92, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "Opening Type 2", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 91.51}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1 plinth", "total_wall_area": 6.99, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "External Wall 2 boarding", "total_wall_area": 21.13, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.23, "wall_type": 2, "description": "External Wall 3 brick", "total_wall_area": 80.41, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 0.43, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 2", "type": "Opening Type 1", "width": 1.57, "height": 1, "location": "External Wall 3", "orientation": 0}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1.53, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 4", "type": "Opening Type 2", "width": 1.53, "height": 1, "location": "External Wall 3", "orientation": 6}, {"name": "Opening 5", "type": "Opening Type 2", "width": 0.63, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "Opening 6", "type": "Opening Type 2", "width": 2.21, "height": 1, "location": "External Wall 3", "orientation": 8}, {"name": "Opening 7", "type": "Opening Type 2", "width": 2.55, "height": 1, "location": "External Wall 3", "orientation": 4}, {"name": "Opening 8", "type": "Opening Type 2", "width": 7.55, "height": 1, "location": "External Wall 3", "orientation": 2}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.22, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 6.06, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 30.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 45.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 42.1, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 3.5, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 14.28, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.76, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.38, "heat_loss_area": 91.51, "total_floor_area": 91.51}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 256, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 256, "currency": "GBP"}, "hot_water_cost_current": {"value": 81, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 86}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.4, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 50, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3573, "water_heating": 1841}}, "seller_commission_report": "Y", "energy_consumption_current": 96, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 20, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10091733832, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S5 7AL", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}, "post_town": "SHEFFIELD", "built_form": 1, "created_at": "2019-04-08 11:45:38", "living_area": 28.39, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 39, "heat_emitter_type": 1, "main_heating_code": 191, "emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "central_heating_pump_age": 2, "main_heating_data_source": 3, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 3}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 1", "address_line_2": "78, Cannon Hall Road", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-08", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.32, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 66, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-08", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.5, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.85}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.16, "wall_type": 2, "total_wall_area": 66.22, "is_curtain_walling": "false"}, {"name": "Communal Walls", "u_value": 0.16, "wall_type": 2, "total_wall_area": 19.62, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.9, "location": "Communal Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.86, "location": "External Walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.35, "location": "External Walls", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.68, "location": "External Walls", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 1.68, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "storey_height": 2.5, "heat_loss_area": 66.19, "total_floor_area": 66.19}]}], "heating_cost_current": {"value": 433, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 69, "lighting_cost_current": {"value": 50, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 433, "currency": "GBP"}, "hot_water_cost_current": {"value": 275, "currency": "GBP"}, "co2_emissions_potential": 1.7, "energy_rating_potential": 69, "lighting_cost_potential": {"value": 50, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 275, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2525, "water_heating": 1624}}, "seller_commission_report": "Y", "energy_consumption_current": 151, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 151, "environmental_impact_current": 80, "current_energy_efficiency_band": "C", "environmental_impact_potential": 80, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10094043665, "roofs": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HA2 0FU", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HARROW", "built_form": 4, "created_at": "2019-04-29 11:44:04", "living_area": 28.61, "orientation": 4, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 63, "heat_source_type": 1, "power_efficiency": 33}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 90, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 116 Echo Court", "address_line_2": "152-174, Northolt Road", "assessment_date": "2019-04-29", "assessment_type": "SAP", "completion_date": "2019-04-29", "inspection_date": "2019-04-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 2.86, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500138, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 78, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_count": 7, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 5, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Roof to terrace", "kappa_value": 9, "total_roof_area": 72.01}, {"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "kappa_value": 30, "total_roof_area": 72.01}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "External Wall 1", "kappa_value": 24, "total_wall_area": 34.49, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.34, "wall_type": 2, "description": "RC Frame", "kappa_value": 139.5, "total_wall_area": 7.08, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.25, "wall_type": 2, "description": "Recessed Brick", "kappa_value": 24, "total_wall_area": 0.78, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.34, "wall_type": 2, "description": "RC Recess Wall", "kappa_value": 150, "total_wall_area": 1.44, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 66.52}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 139.5, "total_wall_area": 12.27}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 20, "total_wall_area": 158.01}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Windows", "width": 5.96, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Opening 2", "type": "Windows", "width": 3, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.73, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 9.6, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 13.1, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.3, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 7.43, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 2.51, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 44.56, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 2.57, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "kappa_value": 40, "storey_height": 2.51, "heat_loss_area": 0, "total_floor_area": 78}]}], "heating_cost_current": {"value": 131, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 131, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 368, "water_heating": 2095}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 47, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 10093624494, "roofs": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N7 9HS", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-07-25 08:05:24", "living_area": 18.1, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.75, "heat_efficiency": 53.47, "heat_source_type": 1, "power_efficiency": 33.42}, {"fuel_type": 51, "heat_fraction": 0.25, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 23 Silver House", "address_line_2": "1a, Brewery Road", "assessment_date": "2019-07-25", "assessment_type": "SAP", "completion_date": "2019-07-25", "inspection_date": "2019-07-25", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.4, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 108, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-25", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.04, "orientation": 3, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 0.81, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 0.79, "data_source": 2, "frame_factor": 0.74, "glazing_type": 11, "solar_transmittance": 0.53}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.13, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 12.3}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "External Wall", "total_wall_area": 42.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 135.06}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Opening Type 1", "width": 1, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "Front French", "type": "Opening Type 2", "width": 1.79, "height": 2.41, "location": "External Wall 1", "orientation": 7}, {"name": "Front French", "type": "Opening Type 2", "width": 1.79, "height": 2.41, "location": "External Wall 1", "orientation": 1}, {"name": "Rear French", "type": "Opening Type 2", "width": 3.57, "height": 2.41, "location": "External Wall 1", "orientation": 5}, {"name": "Rear French", "type": "Opening Type 2", "width": 2.35, "height": 2.41, "location": "External Wall 1", "orientation": 5}, {"name": "Front French", "type": "Opening Type 2", "width": 1.79, "height": 2.41, "location": "External Wall 1", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.21, "psi_value": 0.23, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 28.3, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 6.49, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 6.1, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 12.75, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 4.25, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E8"}, {"length": 4.25, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "E9"}, {"length": 6.1, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 4.44, "psi_value": 0.56, "psi_value_source": 4, "thermal_bridge_type": "E15"}, {"length": 19.68, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 3.7, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 3.7, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.46, "heat_loss_area": 0, "total_floor_area": 50.5}, {"storey": 2, "u_value": 0.18, "floor_type": 3, "description": "Exposed Floor", "storey_height": 2.46, "heat_loss_area": 12.3, "total_floor_area": 57.6}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 148, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 88, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and at least two room stats", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 148, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 88, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 87, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 368, "water_heating": 2236}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 35, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 6} +{"uprn": 6725867, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E1 7BE", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 4, "created_at": "2019-07-24 07:48:55", "living_area": 23.39, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 2, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.3, "heat_efficiency": 97.6, "heat_source_type": 2}, {"fuel_type": 51, "heat_fraction": 0.7, "heat_efficiency": 64, "heat_source_type": 1, "power_efficiency": 32}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 80}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 14 Gatsby Apartments", "address_line_2": "12, Gunthorpe Street", "assessment_date": "2019-01-31", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.89, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500337, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 53, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.25, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}, {"name": "Opening Type 2", "type": 4, "u_value": 1.08, "data_source": 2, "frame_factor": 0.77, "glazing_type": 6, "solar_transmittance": 0.55}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.13, "wall_type": 2, "description": "COMMUNAL", "total_wall_area": 16.11, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.13, "wall_type": 2, "description": "EXTERNAL", "total_wall_area": 25.47, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 23.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "SPEC", "type": "Opening Type 1", "width": 0.89, "height": 2.1, "location": "External Wall 1", "orientation": 0}, {"name": "SPEC", "type": "Opening Type 2", "width": 1.36, "height": 2.02, "location": "External Wall 2", "orientation": 6}, {"name": "SPEC", "type": "Opening Type 2", "width": 2, "height": 2.34, "location": "External Wall 2", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.5, "heat_loss_area": 0, "total_floor_area": 52.83}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 113, "currency": "GBP"}, "co2_emissions_current": 0.3, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 113, "currency": "GBP"}, "hot_water_cost_current": {"value": 59, "currency": "GBP"}, "co2_emissions_potential": 0.3, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 120, "water_heating": 1495}}, "seller_commission_report": "Y", "energy_consumption_current": 30, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 30, "environmental_impact_current": 96, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 5} +{"uprn": 10012870104, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TN25 7FR", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ASHFORD", "built_form": 1, "created_at": "2019-08-28 15:25:55", "living_area": 27.01, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 15290, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "63, Avocet Way", "address_line_2": "Finberry", "assessment_date": "2018-03-07", "assessment_type": "SAP", "completion_date": "2019-08-28", "inspection_date": "2019-08-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.44, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "false"}, "sap_data_version": 9.81, "sap_flat_details": {"level": 2}, "total_floor_area": 73, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-08-28", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "DTC", "type": 1, "u_value": 1.08, "data_source": 2, "glazing_type": 1}, {"name": "LHS Window", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.41}, {"name": "RHS Window", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.41}, {"name": "RHS French", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.41}, {"name": "Rear Window", "type": 4, "u_value": 1.5, "data_source": 4, "glazing_type": 7, "solar_transmittance": 0.41}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0, "roof_type": 2, "description": "Party Ceiling", "total_roof_area": 72.71}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "total_wall_area": 69.36, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "WTS", "total_wall_area": 16.78, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "DTC", "type": "DTC", "width": 2.12, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "LHS Window", "type": "LHS Window", "width": 6.94, "height": 1, "location": "External Wall 1", "orientation": 3}, {"name": "RHS Window", "type": "RHS Window", "width": 4.32, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "RHS French", "type": "RHS French", "width": 5.96, "height": 1, "location": "External Wall 1", "orientation": 7}, {"name": "Rear Window", "type": "Rear Window", "width": 2.16, "height": 1, "location": "External Wall 1", "orientation": 7}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 4, "user_defined_y_value": 0.04, "calculation_reference": "APA"}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 2, "description": "Party", "storey_height": 2.39, "heat_loss_area": 72.71, "total_floor_area": 72.71}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 175, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 56, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 175, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 56, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 97, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1477, "water_heating": 2034}}, "seller_commission_report": "Y", "energy_consumption_current": 88, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "1.25r06", "energy_consumption_potential": 88, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093604790, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.26 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HU13 0GP", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HESSLE", "built_form": 3, "created_at": "2019-02-21 14:24:40", "living_area": 16, "orientation": 1, "region_code": 3, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 150, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 3, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16404, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 0.96, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "9, Lailey Grove", "assessment_date": "2019-02-21", "assessment_type": "SAP", "completion_date": "2019-02-21", "inspection_date": "2019-02-21", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.26, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 69, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-21", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_count": 16, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "External door", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.74}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 34.31}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.26, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 80, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front door", "type": "External door", "width": 1.89, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Front windows", "type": "Windows", "width": 4.64, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "Rear windows", "type": "Windows", "width": 6.96, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 22.8, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 16, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 16, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.4, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 34.31, "total_floor_area": 34.31}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 34.31}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 185, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 53, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 186, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 37, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": 0.0, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 53, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2005, "water_heating": 1828}}, "seller_commission_report": "Y", "energy_consumption_current": 95, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 17} +{"uprn": 10093040167, "roofs": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IG2 7DZ", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "ILFORD", "built_form": 2, "created_at": "2019-04-12 11:05:55", "living_area": 23.85, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17816, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200021, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 4", "address_line_2": "113, Wards Road", "assessment_date": "2019-04-12", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-12", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.71, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 36, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 0.6, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.38, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 5, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Roof 1", "total_roof_area": 2.91}, {"name": "Roof 2", "u_value": 0.12, "roof_type": 2, "description": "Roof 2", "total_roof_area": 24.64}, {"name": "Roof 3", "u_value": 0.11, "roof_type": 2, "description": "Roof 3 - d", "total_roof_area": 17.49}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "Wall 1", "total_wall_area": 7.38, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.19, "wall_type": 2, "description": "Wall 3", "total_wall_area": 6.41, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.18, "wall_type": 2, "description": "Wall 4 - d", "total_wall_area": 21.7, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 25.35}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 2, "height": 1.6, "location": "External Wall 3", "orientation": 5}, {"name": 2, "type": "Opening Type 2", "pitch": 45, "width": 0.78, "height": 0.8, "location": "Roof 2", "orientation": 5}, {"name": 3, "type": "Opening Type 2", "pitch": 45, "width": 0.78, "height": 0.8, "location": "Roof 2", "orientation": 1}, {"name": 4, "type": "Opening Type 2", "pitch": 45, "width": 0.78, "height": 0.8, "location": "Roof 2", "orientation": 1}, {"name": 5, "type": "Opening Type 2", "pitch": 45, "width": 0.78, "height": 0.8, "location": "Roof 2", "orientation": 1}, {"name": 6, "type": "Opening Type 2", "pitch": 45, "width": 0.78, "height": 0.8, "location": "Roof 2", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 2, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 2, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 3.2, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 4.58, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.16, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 9.16, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 0.38, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 5.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 11.84, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 6.16, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 12.36, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 4.58, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 9.72, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0.38, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 5.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 3.9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 3.9, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 8, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.16, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 6.16, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 9.16, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.74, "heat_loss_area": 0, "total_floor_area": 3.79}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 1.85, "heat_loss_area": 0, "total_floor_area": 32.69}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 128, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 87, "lighting_cost_current": {"value": 31, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 128, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 87, "lighting_cost_potential": {"value": 31, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 654, "water_heating": 1423}}, "seller_commission_report": "Y", "energy_consumption_current": 58, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 58, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093289658, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LU2 0GD", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "LUTON", "built_form": 1, "created_at": "2019-09-06 17:54:26", "living_area": 25.7, "orientation": 0, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.23, "heat_efficiency": 62, "heat_source_type": 1, "power_efficiency": 30}, {"fuel_type": 51, "heat_fraction": 0.77, "heat_efficiency": 95, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 40 Ellesmere Court", "address_line_2": "Stirling Drive", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-06", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 3.51, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500117, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 51}], "sap_walls": [{"name": "Ext Met", "u_value": 0.15, "wall_type": 2, "kappa_value": 14, "total_wall_area": 23.4, "is_curtain_walling": "false"}, {"name": "Int Corr", "u_value": 0.14, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16.6, "is_curtain_walling": "false"}, {"name": "Int Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 93.4}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 37.5}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.92, "height": 2.02, "location": "Int Corr", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 2.3, "height": 2.2, "location": "Ext Met", "orientation": 4}, {"name": 3, "type": "Windows (1)", "width": 1.3, "height": 2.2, "location": "Ext Met", "orientation": 4}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.4, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 0, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 12.8, "psi_value": 0.024, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 29.6, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 0, "psi_value": 0.271, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.271, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5.4, "psi_value": 0.0632, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.034, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.4, "psi_value": 0.0315, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 3, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 27.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 132, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 41, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 132, "currency": "GBP"}, "hot_water_cost_current": {"value": 86, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 41, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 86, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 564, "water_heating": 1832}}, "seller_commission_report": "Y", "energy_consumption_current": 76, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.10", "energy_consumption_potential": 76, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093730007, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CF11 8FD", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "CARDIFF", "built_form": 1, "created_at": "2019-05-17 15:49:48", "living_area": 20.9, "orientation": 8, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 18123, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18123, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200005, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "45, Trem yr Afon", "address_line_2": "Canton", "assessment_date": "2019-05-17", "assessment_type": "SAP", "completion_date": "2019-05-17", "inspection_date": "2019-05-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.2, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 123, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "COLD", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 60.9}, {"name": "FLAT", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 0.6}], "sap_walls": [{"name": "BRICK", "u_value": 0.19, "wall_type": 2, "kappa_value": 60, "total_wall_area": 172.09, "is_curtain_walling": "false"}, {"name": "STUD", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 260.19}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.97, "location": "BRICK", "orientation": 8}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.97, "location": "BRICK", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 6.72, "location": "BRICK", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 11.65, "location": "BRICK", "orientation": 4}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.64, "location": "BRICK", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 0.64, "location": "BRICK", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.4, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.32, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 41.55, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.6, "psi_value": 0.22, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 32.2, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 14.6, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 17.6, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 2.4, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 31, "psi_value": 0.0473, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10.04, "psi_value": -0.0635, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.5, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 75, "storey_height": 2.4, "heat_loss_area": 62, "total_floor_area": 62}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.84, "heat_loss_area": 0, "total_floor_area": 60.9, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 255, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 255, "currency": "GBP"}, "hot_water_cost_current": {"value": 74, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 331, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 43, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3676, "water_heating": 1672}}, "seller_commission_report": "Y", "energy_consumption_current": 71, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.13", "energy_consumption_potential": 14, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10094149830, "roofs": [{"description": {"value": "Average thermal transmittance 0.09 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.20 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP14 4FA", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOWMARKET", "built_form": 1, "created_at": "2019-09-09 08:16:04", "living_area": 24.76, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor maisonette", "language": "1"}, "language_code": 1, "property_type": 3, "address_line_1": "8, Crowfoot Close", "address_line_2": "Stowupland", "assessment_date": "2019-09-09", "assessment_type": "SAP", "completion_date": "2019-09-09", "inspection_date": "2019-09-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 4.78, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 0, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 70, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-09", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Ins Joist", "u_value": 0.09, "roof_type": 2, "kappa_value": 9, "total_roof_area": 64.17}], "sap_walls": [{"name": "Brick", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 76.45, "is_curtain_walling": "false"}, {"name": "2nd Floor Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 126.73}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 110, "total_wall_area": 32.59}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Brick", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.2, "location": "Brick", "orientation": 8}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "Brick", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.88, "location": "Brick", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 8.26, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.26, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.4, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 5.7, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 3.07, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 12.09, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 13.4, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 12.29, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 5.54, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E19"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E22"}, {"length": 0, "psi_value": 1, "psi_value_source": 3, "thermal_bridge_type": "E23"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 4.76, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "E25"}, {"length": 5.7, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 7.06, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7.06, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R5"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "R8"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.2, "floor_type": 2, "kappa_value": 75, "storey_height": 2.74, "heat_loss_area": 5.14, "total_floor_area": 5.14}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.41, "heat_loss_area": 0, "total_floor_area": 64.61, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 187, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 60, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 187, "currency": "GBP"}, "hot_water_cost_current": {"value": 69, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 60, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 69, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1795, "water_heating": 1546}}, "seller_commission_report": "Y", "energy_consumption_current": 85, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 85, "environmental_impact_current": 88, "current_energy_efficiency_band": "B", "environmental_impact_potential": 88, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10008349496, "roofs": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.83 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": {"value": "Average thermal transmittance 0.32 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "N16 6DT", "data_type": 4, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-07-01 09:32:16", "living_area": 44.1, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16930, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Ground-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1", "address_line_2": "1 Moundfield Road", "assessment_date": "2019-06-28", "assessment_type": "SAP", "completion_date": "2019-07-01", "inspection_date": "2019-06-28", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 136, "transaction_type": 2, "conservatory_type": 1, "registration_date": "2019-07-01", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_count": 21, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.6, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "FLAT ROOF", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 3.85}, {"name": "cor", "u_value": 0.27, "roof_type": 2, "kappa_value": 9, "total_roof_area": 7}, {"name": "mid", "u_value": 0, "roof_type": 4, "kappa_value": 20, "total_roof_area": 73.5}], "sap_walls": [{"name": "OLD WALL", "u_value": 1.54, "wall_type": 2, "kappa_value": 9, "total_wall_area": 63.018, "is_curtain_walling": "false"}, {"name": "CORRIDOR WALL", "u_value": 0.27, "wall_type": 2, "kappa_value": 9, "total_wall_area": 19.386, "is_curtain_walling": "false"}, {"name": "NEW", "u_value": 0.2, "wall_type": 2, "kappa_value": 70, "total_wall_area": 27.432, "is_curtain_walling": "false"}, {"name": "bs", "u_value": 0.53, "wall_type": 2, "kappa_value": 190, "total_wall_area": 17.523, "is_curtain_walling": "false"}, {"name": "mid", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 86.076}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2, "location": "NEW", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 0.83, "location": "NEW", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 11.05, "location": "OLD WALL", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.18, "location": "OLD WALL", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.26, "floor_type": 1, "kappa_value": 110, "storey_height": 2.7, "heat_loss_area": 55.88, "total_floor_area": 62.05}, {"storey": 1, "u_value": 0.52, "floor_type": 2, "kappa_value": 110, "storey_height": 2.7, "heat_loss_area": 22, "total_floor_area": 73.5}]}], "heating_cost_current": {"value": 553, "currency": "GBP"}, "co2_emissions_current": 3.4, "energy_rating_average": 60, "energy_rating_current": 74, "lighting_cost_current": {"value": 90, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer, room thermostat and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 553, "currency": "GBP"}, "hot_water_cost_current": {"value": 106, "currency": "GBP"}, "co2_emissions_potential": 3.4, "energy_rating_potential": 74, "lighting_cost_potential": {"value": 90, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 106, "currency": "GBP"}, "is_in_smoke_control_area": "true", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 10333, "water_heating": 2308}}, "seller_commission_report": "Y", "energy_consumption_current": 141, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 141, "environmental_impact_current": 70, "current_energy_efficiency_band": "C", "environmental_impact_potential": 70, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 25} +{"uprn": 10093717830, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.16 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BA1 3EZ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BATH", "built_form": 3, "created_at": "2019-07-24 15:23:39", "living_area": 27.92, "orientation": 1, "region_code": 12, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 68.1, "heat_source_type": 1, "power_efficiency": 26.5}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 95.9, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 14, North Building, River View Court", "address_line_2": "Victoria Bridge Road", "address_line_3": "Kingsmead", "assessment_date": "2019-07-24", "assessment_type": "SAP", "completion_date": "2019-07-24", "inspection_date": "2019-07-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "air_permeability": 2.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_count": 13, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.4}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 52.02}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.16, "wall_type": 2, "description": "Wall", "total_wall_area": 38.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 37.95}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "South", "type": "Opening Type 1", "width": 5.2, "height": 1, "location": "External Wall 1", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 3.15, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 3.15, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 9.9, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 30.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.52, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.52, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 2.52, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.26, "heat_loss_area": 0, "total_floor_area": 52.02}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 114, "currency": "GBP"}, "co2_emissions_current": 0.6, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 49, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 114, "currency": "GBP"}, "hot_water_cost_current": {"value": 79, "currency": "GBP"}, "co2_emissions_potential": 0.6, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 49, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 79, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 618, "water_heating": 1843}}, "seller_commission_report": "Y", "energy_consumption_current": 64, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 64, "environmental_impact_current": 91, "current_energy_efficiency_band": "B", "environmental_impact_potential": 91, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 11} +{"uprn": 10091526913, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.24 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH31 7BA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "VERWOOD", "built_form": 1, "created_at": "2019-06-11 12:44:24", "living_area": 16.23, "orientation": 8, "region_code": 16, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "24 Heather Gardens", "assessment_date": "2019-06-11", "assessment_type": "SAP", "completion_date": "2019-06-11", "inspection_date": "2019-06-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 4.72, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500387, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 95, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "kappa_value": 9, "total_roof_area": 47.44}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.24, "wall_type": 2, "description": "125mm Cavity", "kappa_value": 52.8, "total_wall_area": 142.85, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 36.61}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 98.61}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 39, "total_wall_area": 38.14}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front", "type": "Solid Door", "width": 1023, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 7.02, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Left", "type": "Window", "width": 2.92, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Rear", "type": "French Door", "width": 6.66, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear", "type": "Window", "width": 2.97, "height": 1, "location": "External Wall 1", "orientation": 4}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.55, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 10.34, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 39.45, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 10.51, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.07, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 28.57, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 18.07, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 10.51, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 20, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "Ground Floor", "kappa_value": 75, "storey_height": 2.39, "heat_loss_area": 47.44, "total_floor_area": 47.44}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor", "kappa_value": 18, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 47.44, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 235, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 235, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 329, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.2, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2830, "water_heating": 1708}}, "seller_commission_report": "Y", "energy_consumption_current": 82, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 8, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091652015, "roofs": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.28 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TQ12 3RF", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "NEWTON ABBOT", "built_form": 2, "created_at": "2019-05-14 09:17:15", "living_area": 15.75, "orientation": 6, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 17180, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17180, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "9, Skylark Close", "address_line_2": "Kingsteignton", "assessment_date": "2019-05-14", "assessment_type": "SAP", "completion_date": "2019-05-14", "inspection_date": "2019-05-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 88, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 4}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Windows (2)", "type": 4, "u_value": 1.5, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "External Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 37.35}, {"name": "Sloping", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.16}], "sap_walls": [{"name": "Walls", "u_value": 0.28, "wall_type": 2, "kappa_value": 48, "total_wall_area": 100.41, "is_curtain_walling": "false"}, {"name": "Block", "u_value": 0, "wall_type": 5, "kappa_value": 34, "total_wall_area": 17.11}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 162.13}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 48, "total_wall_area": 43.91}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.05, "location": "Walls", "orientation": 6}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.32, "location": "Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.09, "location": "Walls", "orientation": 2}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.72, "location": "Walls", "orientation": 8}, {"name": 5, "type": "Windows (2)", "width": 1, "height": 5.59, "location": "Walls", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 13.48, "psi_value": 0.236, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.09, "psi_value": 0.01, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.86, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 19.31, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 19.31, "psi_value": -0.002, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 19.31, "psi_value": 0.017, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 14.7, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.8, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 4.9, "psi_value": -0.098, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 8.47, "psi_value": 0.043, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.47, "psi_value": 0.035, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "kappa_value": 75, "storey_height": 2.54, "heat_loss_area": 44.05, "total_floor_area": 44.05}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 44.05, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.2, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 63, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 194, "currency": "GBP"}, "hot_water_cost_current": {"value": 75, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 31, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 332, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.0, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 63, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2140, "water_heating": 1689}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": -5, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 12190110, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "W3 6GR", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-01-18 15:00:35", "living_area": 28.98, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.6, "heat_efficiency": 50.2833252, "heat_source_type": 1, "power_efficiency": 31.096674}, {"fuel_type": 51, "heat_fraction": 0.4, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.4 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "19 Torridon House", "address_line_2": "Churchfield Road", "assessment_date": "2019-01-07", "assessment_type": "SAP", "completion_date": "2019-01-18", "inspection_date": "2019-01-07", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.44, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500303, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 55, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-18", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 3, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 54.78}], "sap_walls": [{"name": "External Wall", "u_value": 0.19, "wall_type": 2, "total_wall_area": 20.88, "is_curtain_walling": "false"}, {"name": "Walls to Corridor", "u_value": 0.64, "wall_type": 2, "total_wall_area": 34.98, "is_curtain_walling": "false"}, {"name": "Spandrel Panel", "u_value": 0.21, "wall_type": 2, "total_wall_area": 1.38, "is_curtain_walling": "false"}, {"name": "Walls to Liftshaft", "u_value": 0.64, "wall_type": 2, "total_wall_area": 2.32, "is_curtain_walling": "false"}, {"name": "Party Wall", "u_value": 0.2, "wall_type": 4, "kappa_value": 20, "total_wall_area": 26.1}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "Walls to Corridor", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 7.81, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 141, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 44, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 141, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 44, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 77, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 811, "water_heating": 1873}}, "seller_commission_report": "Y", "energy_consumption_current": 67, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 67, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 12} +{"uprn": 10002558319, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PE11 3PR", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SPALDING", "built_form": 1, "created_at": "2019-03-20 10:10:38", "living_area": 17.1, "orientation": 6, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "secondary_fuel_type": 1, "hot_water_store_size": 180, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 1, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "secondary_heating_code": 613, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.32, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "46a, Laxton Gardens", "address_line_2": "Pinchbeck", "assessment_date": "2019-03-20", "assessment_type": "SAP", "completion_date": "2019-03-20", "inspection_date": "2019-03-20", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.33, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 1}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 105, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-20", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 0.5, "orientation": 4, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "Room heaters, mains gas", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof (loft)", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 34.82}, {"name": "Roof (skeilings)", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 32.19}], "sap_walls": [{"name": "Wall (external)", "u_value": 0.26, "wall_type": 2, "kappa_value": 70, "total_wall_area": 122.55, "is_curtain_walling": "false"}, {"name": "Wall (house-garage)", "u_value": 0.22, "wall_type": 2, "kappa_value": 70, "total_wall_area": 22.85, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Wall (external)", "orientation": 8}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 4.09, "location": "Wall (external)", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 4.07, "location": "Wall (external)", "orientation": 6}, {"name": 4, "type": "Windows (2)", "width": 1, "height": 1.96, "location": "Wall (external)", "orientation": 2}, {"name": 5, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Roof (skeilings)", "orientation": 8}, {"name": 6, "type": "Roof windows (1)", "pitch": 35, "width": 0.001, "height": 0, "location": "Roof (skeilings)", "orientation": 4}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "kappa_value": 75, "storey_height": 2.6, "heat_loss_area": 43.56, "total_floor_area": 43.56}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "kappa_value": 20, "storey_height": 2.5, "heat_loss_area": 17.52, "total_floor_area": 61.08}]}], "heating_cost_current": {"value": 361, "currency": "GBP"}, "co2_emissions_current": 2.0, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 363, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 84}], "co2_emissions_potential": 1.7, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5819, "water_heating": 2110}}, "seller_commission_report": "Y", "energy_consumption_current": 107, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 93, "environmental_impact_current": 82, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093759506, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR4 0PW", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 1, "created_at": "2019-02-27 15:44:29", "living_area": 20.8, "orientation": 2, "region_code": 19, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17615, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200020, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "70, Buckthorn Drive", "address_line_2": "Cottam", "assessment_date": "2019-02-27", "assessment_type": "SAP", "completion_date": "2019-02-27", "inspection_date": "2019-02-27", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.9, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 46, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-27", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.73}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 40.32}], "sap_walls": [{"name": "External Wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 46.2, "is_curtain_walling": "false"}, {"name": "IW Timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 64.87}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 40.6}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.87, "location": "External Wall", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 3.36, "location": "External Wall", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 1.44, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.12, "psi_value": 0.218, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.3, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 4.23, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 10.08, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.71, "psi_value": 0.16, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.11, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 10.53, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 2.07, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 5.44, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.072, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 14.4, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.5, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 3.61, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 13.5, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 75, "storey_height": 2.72, "heat_loss_area": 5.42, "total_floor_area": 5.42}, {"storey": 1, "u_value": 0.23, "floor_type": 3, "kappa_value": 75, "storey_height": 2.24, "heat_loss_area": 34.9, "total_floor_area": 40.32}]}], "heating_cost_current": {"value": 179, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 81, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 179, "currency": "GBP"}, "hot_water_cost_current": {"value": 61, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 81, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 61, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1851, "water_heating": 1376}}, "seller_commission_report": "Y", "energy_consumption_current": 116, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.8", "energy_consumption_potential": 116, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 86, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 20} +{"uprn": 10093754884, "roofs": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.22 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CR0 2DH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CROYDON", "built_form": 3, "created_at": "2019-01-17 15:06:58", "living_area": 20, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16842, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "End-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "21c, Gloucester Road", "assessment_date": "2019-01-17", "assessment_type": "SAP", "completion_date": "2019-01-17", "inspection_date": "2019-01-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.96, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500441, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 123, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-17", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.686, "orientation": 5, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 6}, {"name": "Opening Type 2", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.7}, {"name": "Opening Type 7", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.15, "roof_type": 2, "description": "Roof 1", "total_roof_area": 11.71}, {"name": "Roof 2", "u_value": 0.15, "roof_type": 2, "description": "Roof 2", "total_roof_area": 48.4}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.22, "wall_type": 2, "description": "Wall 1", "total_wall_area": 129.03, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 65.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Opening Type 1", "width": 1.23, "height": 2.33, "location": "External Wall 1", "orientation": 0}, {"name": 2, "type": "Opening Type 2", "width": 0.8, "height": 1.12, "location": "External Wall 1", "orientation": 5}, {"name": 3, "type": "Opening Type 2", "width": 0.8, "height": 1.12, "location": "External Wall 1", "orientation": 5}, {"name": 4, "type": "Opening Type 2", "width": 0.8, "height": 1.72, "location": "External Wall 1", "orientation": 5}, {"name": 5, "type": "Opening Type 2", "width": 0.8, "height": 1.72, "location": "External Wall 1", "orientation": 5}, {"name": 6, "type": "Opening Type 2", "width": 0.8, "height": 1.72, "location": "External Wall 1", "orientation": 5}, {"name": 7, "type": "Opening Type 7", "pitch": 38, "width": 0.91, "height": 1, "location": "Roof 2", "orientation": 5}, {"name": 8, "type": "Opening Type 2", "width": 1.64, "height": 2.4, "location": "External Wall 1", "orientation": 1}, {"name": 9, "type": "Opening Type 2", "width": 1.6, "height": 1.72, "location": "External Wall 1", "orientation": 1}, {"name": 10, "type": "Opening Type 2", "width": 0.8, "height": 1.72, "location": "External Wall 1", "orientation": 1}, {"name": 11, "type": "Opening Type 2", "width": 0.8, "height": 1.72, "location": "External Wall 1", "orientation": 1}, {"name": 12, "type": "Opening Type 7", "pitch": 38, "width": 0.91, "height": 1, "location": "Roof 2", "orientation": 1}, {"name": 13, "type": "Opening Type 7", "pitch": 38, "width": 0.91, "height": 1, "location": "Roof 2", "orientation": 1}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.07, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 34.58, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 19.8, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 28.6, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 11, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 2.13, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 8.44, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 11.54, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 11.54, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 8.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 17.7, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.13, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 8.44, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 2.73, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 2.73, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 6, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 11, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.1, "floor_type": 2, "description": "Floor 1", "storey_height": 2.5, "heat_loss_area": 48.4, "total_floor_area": 48.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.95, "heat_loss_area": 0, "total_floor_area": 48.4}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.83, "heat_loss_area": 0, "total_floor_area": 25.95}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 270, "currency": "GBP"}, "co2_emissions_current": 0.8, "energy_rating_average": 60, "energy_rating_current": 91, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 270, "currency": "GBP"}, "hot_water_cost_current": {"value": 87, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 92, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.6, "energy_rating_potential": 92, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 56, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2842, "water_heating": 1970}}, "seller_commission_report": "Y", "energy_consumption_current": 36, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 27, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 7} +{"uprn": 90218189, "roofs": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "DY8 1AB", "data_type": 4, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOURBRIDGE", "built_form": 4, "created_at": "2019-01-16 13:36:00", "living_area": 33.6, "orientation": 3, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2106, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17994, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "9b, Market Street", "assessment_date": "2019-01-16", "assessment_type": "SAP", "completion_date": "2019-01-16", "inspection_date": "2019-01-16", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 66, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-01-16", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "New C Rated UPVC", "type": 4, "u_value": 1.6, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Entrance Door", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.18, "roof_type": 2, "description": "Insulated Rafter", "total_roof_area": 45.6}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "Below Storage Area", "total_roof_area": 9.72}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "Existing Wall Dry Lined", "total_wall_area": 83.58, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.4, "wall_type": 2, "description": "Wall to Corridor", "total_wall_area": 3.84, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 27.72}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Kitchen/Living", "type": "New C Rated UPVC", "width": 3.6, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "Entrance", "type": "Entrance Door", "width": 900, "height": 2100, "location": "External Wall 2", "orientation": 0}], "construction_year": 2018, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0.1, "floor_type": 2, "description": "Over Commercial - 0.19", "storey_height": 2.4, "heat_loss_area": 40.07, "total_floor_area": 40.07}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.8, "heat_loss_area": 0, "total_floor_area": 26.4}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 313, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 76, "lighting_cost_current": {"value": 65, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer, room thermostat and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 313, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "co2_emissions_potential": 1.9, "energy_rating_potential": 76, "lighting_cost_potential": {"value": 65, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 83, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4900, "water_heating": 1879}}, "seller_commission_report": "Y", "energy_consumption_current": 159, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 159, "environmental_impact_current": 77, "current_energy_efficiency_band": "C", "environmental_impact_potential": 77, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 28} +{"uprn": 10093087552, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "ME10 4FH", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SITTINGBOURNE", "built_form": 3, "created_at": "2019-05-02 15:00:49", "living_area": 18.8, "orientation": 3, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 3, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler& underfloor, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "End-terrace house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "16, Rosewood Place", "assessment_date": "2019-05-02", "assessment_type": "SAP", "completion_date": "2019-05-02", "inspection_date": "2019-05-02", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 3.89, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 1, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 1, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500162, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-02", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.26}, {"name": "Roof 2", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 6.76}, {"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 4.84}, {"name": "Roof 4", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 22.05}], "sap_walls": [{"name": "Wall 1", "u_value": 0.16, "wall_type": 2, "total_wall_area": 44.49, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.16, "wall_type": 2, "total_wall_area": 60.69, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.16, "wall_type": 2, "total_wall_area": 6.39, "is_curtain_walling": "false"}, {"name": "Wall 4", "u_value": 0.18, "wall_type": 2, "total_wall_area": 19.3, "is_curtain_walling": "false"}, {"name": "Party", "u_value": 0, "wall_type": 4, "total_wall_area": 65.05}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.14, "location": "Wall 1", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 1.36, "location": "Wall 1", "orientation": 3}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 5.04, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 2.17, "location": "Wall 2", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 2.17, "location": "Wall 2", "orientation": 7}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 2.17, "location": "Wall 4", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.98, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.56, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 18, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.93, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 23.55, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 8.11, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 2.78, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 8.38, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 6.73, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 19.15, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 4.16, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 13.95, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.82, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 15.44, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 2.78, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 8.38, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 6.02, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 7.98, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.11, "floor_type": 2, "storey_height": 2.35, "heat_loss_area": 43.88, "total_floor_area": 43.88}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 43.88}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 21.83}]}], "heating_cost_current": {"value": 250, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 250, "currency": "GBP"}, "hot_water_cost_current": {"value": 88, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 327, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.3, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2717, "water_heating": 1977}}, "seller_commission_report": "Y", "energy_consumption_current": 79, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.17", "energy_consumption_potential": 15, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10023180799, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.27 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TS5 4NP", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "MIDDLESBROUGH", "built_form": 1, "created_at": "2019-09-03 08:56:58", "living_area": 13.96, "orientation": 1, "region_code": 7, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17956, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "15, Claydon Avenue", "assessment_date": "2019-09-03", "assessment_type": "SAP", "completion_date": "2019-09-03", "inspection_date": "2019-09-03", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.92, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 76, "transaction_type": 6, "conservatory_type": 4, "registration_date": "2019-09-03", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof - horizontal ceiling", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 45.32}], "sap_walls": [{"name": "External Wall", "u_value": 0.28, "wall_type": 2, "kappa_value": 60, "total_wall_area": 110.15, "is_curtain_walling": "false"}, {"name": "Garage Wall", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 13.36, "is_curtain_walling": "false"}, {"name": "IW timber", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 102.97}, {"name": "IW block", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 15.44}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 1.95, "location": "External Wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 5.95, "location": "External Wall", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 7.17, "location": "External Wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 0.66, "location": "External Wall", "orientation": 3}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.85, "location": "External Wall", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.49, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 9.06, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 26.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 22.8, "psi_value": 0.079, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "E19"}, {"length": 11, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 5.2, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 17.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 12, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 16.6, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 21.63, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.27, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 4, "thermal_bridge_type": "P6"}, {"length": 0, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P8"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 0, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "kappa_value": 110, "storey_height": 2.57, "heat_loss_area": 30.24, "total_floor_area": 30.24}, {"storey": 1, "u_value": 0.2, "floor_type": 3, "kappa_value": 20, "storey_height": 2.27, "heat_loss_area": 15.08, "total_floor_area": 45.32}], "thermal_mass_parameter": 163.98}], "heating_cost_current": {"value": 237, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 59, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 237, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 28, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 306, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 59, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 42, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3137, "water_heating": 1596}}, "seller_commission_report": "Y", "energy_consumption_current": 102, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 18, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10093356003, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.17 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "OX7 5AJ", "data_type": 2, "hot_water": {"description": "Electric immersion, standard tariff", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "CHIPPING NORTON", "built_form": 2, "created_at": "2019-05-15 09:22:44", "living_area": 18.77, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 120, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.2, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Top-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Apartment 50 Watson Place", "address_line_2": "Trinity Road", "assessment_date": "2019-05-15", "assessment_type": "SAP", "completion_date": "2019-05-15", "inspection_date": "2019-05-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.3, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500447, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 79, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-05-15", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "HGD", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "External Roof 1", "total_roof_area": 72.58}, {"name": "Roof 2", "u_value": 0.16, "roof_type": 2, "description": "External Roof 2", "total_roof_area": 6.12}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.17, "wall_type": 2, "description": "External Wall 1", "total_wall_area": 60.64, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 26}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 9.46}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "S Window", "type": "Window", "width": 5.11, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "W Window", "type": "Window", "width": 1135, "height": 1500, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.54, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 4.54, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 24.45, "psi_value": 0.056, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 1.94, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 5.36, "psi_value": 0.081, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 1.7, "psi_value": 0.075, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 6.53, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.18, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 13.91, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 13.91, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.48, "heat_loss_area": 0, "total_floor_area": 78.7}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 130, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 69, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 130, "currency": "GBP"}, "hot_water_cost_current": {"value": 290, "currency": "GBP"}, "co2_emissions_potential": 1.5, "energy_rating_potential": 82, "lighting_cost_potential": {"value": 69, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 290, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 630, "water_heating": 1712}}, "seller_commission_report": "Y", "energy_consumption_current": 110, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 110, "environmental_impact_current": 84, "current_energy_efficiency_band": "B", "environmental_impact_potential": 84, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 19} +{"uprn": 10093744081, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.16 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.25 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "B16 8FU", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "BIRMINGHAM", "built_form": 1, "created_at": "2019-02-13 15:37:11", "living_area": 25.1, "orientation": 1, "region_code": 6, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 145, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.18, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 1.9 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Apartment 106 Lansdowne House", "address_line_2": "25, Hagley Road", "assessment_date": "2019-02-13", "assessment_type": "SAP", "completion_date": "2019-02-13", "inspection_date": "2019-02-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 1.92, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_vent_system_make_model": "Brookvent Aircycle 1.2", "mechanical_vent_specific_fan_power": 0.53, "mechanical_ventilation_data_source": 2, "mechanical_vent_heat_recovery_efficiency": 93, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 44, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 3, "glazing_gap": 3, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "true", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Wall - Main", "u_value": 0.16, "wall_type": 2, "kappa_value": 190, "total_wall_area": 11.98, "is_curtain_walling": "false"}, {"name": "Spandrell Wall", "u_value": 0.41, "wall_type": 2, "kappa_value": 14, "total_wall_area": 5.96, "is_curtain_walling": "true"}, {"name": "Corridor Wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 17.94}, {"name": "Party Wall", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 34.37}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 5.14, "location": "Spandrell Wall", "orientation": 5}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.51, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 8.22, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 6.77, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 6.77, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 0, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.3, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 19.74, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "P7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.25, "floor_type": 3, "kappa_value": 75, "storey_height": 2.65, "heat_loss_area": 43.9, "total_floor_area": 43.9}]}], "heating_cost_current": {"value": 46, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 39, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 46, "currency": "GBP"}, "hot_water_cost_current": {"value": 231, "currency": "GBP"}, "co2_emissions_potential": 1.0, "energy_rating_potential": 84, "lighting_cost_potential": {"value": 39, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 231, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 179, "water_heating": 1362}}, "seller_commission_report": "Y", "energy_consumption_current": 130, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 130, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 85, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 22} +{"uprn": 10094743671, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SE1 1AY", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-04-12 10:01:54", "living_area": 20, "orientation": 8, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2312, "is_interlocked_system": "false", "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.66, "heat_efficiency": 90.5, "heat_source_type": 1, "power_efficiency": 34}, {"fuel_type": 51, "heat_fraction": 0.34, "heat_efficiency": 97, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 2.4 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 19", "address_line_2": "66, Swan Street", "assessment_date": "2019-04-08", "assessment_type": "SAP", "completion_date": "2019-04-12", "inspection_date": "2019-04-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 2.41, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 45, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-04-12", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_count": 45, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External", "u_value": 0.15, "wall_type": 2, "kappa_value": 70, "total_wall_area": 29.25, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 1, "height": 13.6, "location": "External", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 5.9, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 5.9, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 12, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 12.5, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.5, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 106, "currency": "GBP"}, "co2_emissions_current": 0.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 36, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and at least two room thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 106, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "co2_emissions_potential": 0.4, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 36, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 71, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 440, "water_heating": 1766}}, "seller_commission_report": "Y", "energy_consumption_current": 45, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 45, "environmental_impact_current": 94, "current_energy_efficiency_band": "B", "environmental_impact_potential": 94, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 8} +{"uprn": 22267072, "roofs": [{"description": {"value": "Average thermal transmittance 0.14 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.22 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.13 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BN3 7NU", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "HOVE", "built_form": 2, "created_at": "2019-02-26 09:46:22", "living_area": 37, "orientation": 1, "region_code": 14, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17931, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "(not tested)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "8 Silver Birch Close", "address_line_2": "Rowan Avenue", "assessment_date": "2019-02-26", "assessment_type": "SAP", "completion_date": "2019-02-26", "inspection_date": "2019-02-26", "sap_ventilation": {"psv_count": 0, "pressure_test": 3, "air_permeability": 15, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 143, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-26", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.8, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "frame_type": 1, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Sloping clg", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 23}, {"name": "Flat clg", "u_value": 0.15, "roof_type": 2, "kappa_value": 9, "total_roof_area": 14}, {"name": "Exposed ceiling", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 19}, {"name": "Dormer", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.9}], "sap_walls": [{"name": "Cavity wall", "u_value": 0.24, "wall_type": 2, "kappa_value": 70, "total_wall_area": 121, "is_curtain_walling": "false"}, {"name": "Ashlar wall", "u_value": 0.11, "wall_type": 2, "kappa_value": 9, "total_wall_area": 16, "is_curtain_walling": "false"}, {"name": "Dormer wall", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.5, "is_curtain_walling": "false"}, {"name": "cavity wall filled", "u_value": 0, "wall_type": 4, "kappa_value": 180, "total_wall_area": 68}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Cavity wall", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 6.11, "location": "Cavity wall", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 3.8, "location": "Cavity wall", "orientation": 5}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 7.3, "location": "Cavity wall", "orientation": 5}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 0.61, "location": "Cavity wall", "orientation": 3}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 1.45, "location": "Cavity wall", "orientation": 5}, {"name": 7, "type": "Roof windows (1)", "pitch": 0, "width": 0.001, "height": 0, "location": "Sloping clg", "orientation": 1}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.1, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 7.68, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 21, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 20.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 39.14, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.88, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 11.7, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 14.3, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 13.7, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 10.1, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 16.6, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 9, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 2.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 3.12, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 1.2, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 54, "total_floor_area": 54}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 54}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.28, "heat_loss_area": 0, "total_floor_area": 35}]}], "heating_cost_current": {"value": 362, "currency": "GBP"}, "co2_emissions_current": 2.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 89, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 362, "currency": "GBP"}, "hot_water_cost_current": {"value": 97, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 335, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 90, "environmental_impact_rating": 89}], "co2_emissions_potential": 1.3, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 89, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 97, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 5990, "water_heating": 2240}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 48, "environmental_impact_current": 83, "current_energy_efficiency_band": "B", "environmental_impact_potential": 89, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 16} +{"uprn": 72216911, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 2.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 1}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 2, "windows": {"description": {"value": "Fully double glazed", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "lighting": {"description": {"value": "Low energy lighting in 75% of fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "LS9 7RL", "data_type": 5, "hot_water": {"description": {"value": "Electric immersion, off-peak", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 2}, "post_town": "LEEDS", "built_form": 1, "created_at": "2019-11-11 11:03:55", "living_area": 13.39, "orientation": 4, "region_code": 3, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "hot_water_store_size": 110, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 402, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2401, "main_heating_category": 7, "main_heating_fraction": 1, "main_heating_data_source": 3, "is_central_heating_pump_in_heated_space": "false"}], "has_hot_water_cylinder": "true", "immersion_heating_type": 1, "has_cylinder_thermostat": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "false", "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 0.01}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Electric storage heaters, radiators", "language": "1"}, "energy_efficiency_rating": 3, "environmental_efficiency_rating": 1}], "air_tightness": {"description": "(not tested)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "17, Torre Green", "assessment_date": "2018-10-15", "assessment_type": "SAP", "completion_date": "2019-11-11", "inspection_date": "2018-10-15", "sap_ventilation": {"psv_count": 0, "pressure_test": 6, "draughtstripping": 100, "open_flues_count": 0, "ventilation_type": 1, "has_draught_lobby": "false", "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 60, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-11-11", "sap_energy_source": {"electricity_tariff": 2, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 8, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 75}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 3, "data_source": 3, "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 2, "frame_type": 2, "data_source": 3, "glazing_gap": 2, "frame_factor": 0.7, "glazing_type": 7, "isargonfilled": "false", "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Party Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 100, "total_roof_area": 60.34}], "sap_walls": [{"name": "External Wall", "u_value": 2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 62.55, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0.5, "wall_type": 4, "kappa_value": 180, "total_wall_area": 15.78}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 4}, {"name": 2, "type": "Door (1)", "width": 0.88, "height": 2, "location": "External Wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.22, "height": 1.03, "location": "External Wall", "orientation": 8}, {"name": 4, "type": "Windows (1)", "width": 1.22, "height": 1.03, "location": "External Wall", "orientation": 8}, {"name": 5, "type": "Windows (1)", "width": 1.22, "height": 1.17, "location": "External Wall", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1.05, "height": 1.17, "location": "External Wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 6.47, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E2"}, {"length": 4.71, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E3"}, {"length": 16.8, "psi_value": 0.1, "psi_value_source": 4, "thermal_bridge_type": "E4"}, {"length": 37.62, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 10.36, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 5.18, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 5.18, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 14.92, "psi_value": 1, "psi_value_source": 4, "thermal_bridge_type": "E23"}, {"length": 13.26, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 878, "currency": "GBP"}, "co2_emissions_current": 8.3, "energy_rating_average": 60, "energy_rating_current": 43, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Manual charge control", "language": "1"}, "energy_efficiency_rating": 2, "environmental_efficiency_rating": 2}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 878, "currency": "GBP"}, "hot_water_cost_current": {"value": 486, "currency": "GBP"}, "co2_emissions_potential": 8.3, "energy_rating_potential": 43, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 486, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_existing_dwelling": {"water_heating": 4875, "space_heating_existing_dwelling": 10669}}, "seller_commission_report": "Y", "energy_consumption_current": 812, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 812, "environmental_impact_current": 19, "current_energy_efficiency_band": "E", "environmental_impact_potential": 19, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "E", "co2_emissions_current_per_floor_area": 137} +{"uprn": 10094368836, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.26 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E16 2UN", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-09-08 20:39:24", "living_area": 39.2, "orientation": 3, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2310, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 44.7995262, "heat_source_type": 1, "power_efficiency": 41.1004753}, {"fuel_type": 51, "heat_fraction": 0.5, "heat_efficiency": 88.6, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "61 William Baffin Court", "address_line_2": "30, Shipwright Street", "assessment_date": "2018-08-08", "assessment_type": "SAP", "completion_date": "2019-09-08", "inspection_date": "2018-08-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.66, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500266, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 85, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 3, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "External Walls", "u_value": 0.26, "wall_type": 2, "total_wall_area": 31.12, "is_curtain_walling": "false"}, {"name": "Corridor Walls", "u_value": 0.26, "wall_type": 2, "total_wall_area": 31.12, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "External Walls", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 15.16, "location": "External Walls", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1}], "heating_cost_current": {"value": 169, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 64, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 169, "currency": "GBP"}, "hot_water_cost_current": {"value": 92, "currency": "GBP"}, "co2_emissions_potential": 0.7, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 64, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 92, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1447, "water_heating": 2142}}, "seller_commission_report": "Y", "energy_consumption_current": 47, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 47, "environmental_impact_current": 92, "current_energy_efficiency_band": "B", "environmental_impact_potential": 92, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 100040686276, "roofs": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.19 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.12 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BH22 0DT", "data_type": 2, "hot_water": {"description": {"value": "Electric immersion, standard tariff", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}, "post_town": "FERNDOWN", "built_form": 1, "created_at": "2019-02-20 11:13:23", "living_area": 30.14, "orientation": 1, "region_code": 16, "report_type": 3, "sap_heating": {"water_fuel_type": 39, "water_heating_code": 903, "secondary_fuel_type": 20, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2603, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "true", "secondary_heating_code": 633, "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 2.15, "has_fixed_air_conditioning": "false", "secondary_heating_category": 10, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "secondary_heating_data_source": 3, "hot_water_store_insulation_type": 2, "hot_water_store_heat_loss_source": 2, "is_secondary_heating_hetas_approved": "true"}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Room heaters, electric", "language": "1"}, "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": {"value": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "14, Oakhurst Lane", "address_line_2": "West Moors", "assessment_date": "2018-04-09", "assessment_type": "SAP", "completion_date": "2019-02-20", "inspection_date": "2018-04-09", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 134, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-20", "sap_energy_source": {"pv_arrays": [{"pitch": 3, "peak_power": 1.71, "orientation": 3, "overshading": 1, "pv_connection": 2}, {"pitch": 3, "peak_power": 1.71, "orientation": 7, "overshading": 1, "pv_connection": 2}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_count": 35, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 2, "u_value": 1.5, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.3, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.44}], "secondary_heating": {"description": {"value": "Room heaters, wood logs", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [4, 11], "sap_building_parts": [{"sap_roofs": [{"name": "Plain ceiling", "u_value": 0.14, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.26}, {"name": "Sloping ceiling", "u_value": 0.17, "roof_type": 2, "kappa_value": 9, "total_roof_area": 38.29}, {"name": "Flat roof", "u_value": 0.19, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.26}], "sap_walls": [{"name": "Timber Frame walls", "u_value": 0.2, "wall_type": 2, "kappa_value": 9, "total_wall_area": 118.42, "is_curtain_walling": "false"}, {"name": "Ashlar walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 20.58, "is_curtain_walling": "false"}, {"name": "Dormer walls", "u_value": 0.18, "wall_type": 2, "kappa_value": 9, "total_wall_area": 17.32, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Timber Frame walls", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 0.405, "height": 2.1, "location": "Timber Frame walls", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 0.405, "height": 2.1, "location": "Timber Frame walls", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 2.24, "height": 1.425, "location": "Timber Frame walls", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 2.24, "height": 1.425, "location": "Timber Frame walls", "orientation": 1}, {"name": 6, "type": "Windows (1)", "width": 1.248, "height": 1.125, "location": "Dormer walls", "orientation": 1}, {"name": 7, "type": "Windows (1)", "width": 1.248, "height": 1.125, "location": "Dormer walls", "orientation": 1}, {"name": 8, "type": "Windows (1)", "width": 0.685, "height": 0.9, "location": "Timber Frame walls", "orientation": 3}, {"name": 9, "type": "Windows (1)", "width": 0.6, "height": 1.425, "location": "Timber Frame walls", "orientation": 3}, {"name": 10, "type": "Windows (1)", "width": 0.6, "height": 1.425, "location": "Timber Frame walls", "orientation": 7}, {"name": 11, "type": "Windows (1)", "width": 0.685, "height": 0.9, "location": "Timber Frame walls", "orientation": 7}, {"name": 12, "type": "Windows (1)", "width": 0.685, "height": 0.9, "location": "Timber Frame walls", "orientation": 7}, {"name": 13, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Timber Frame walls", "orientation": 5}, {"name": 14, "type": "Windows (1)", "width": 1.585, "height": 2.1, "location": "Timber Frame walls", "orientation": 5}, {"name": 15, "type": "Windows (1)", "width": 1.248, "height": 1.2, "location": "Timber Frame walls", "orientation": 5}, {"name": 16, "type": "Windows (1)", "width": 1.248, "height": 1.125, "location": "Dormer walls", "orientation": 5}, {"name": 17, "type": "Windows (1)", "width": 1.248, "height": 1.125, "location": "Dormer walls", "orientation": 5}, {"name": 18, "type": "Windows (1)", "width": 0.6, "height": 1.425, "location": "Timber Frame walls", "orientation": 7}, {"name": 19, "type": "Windows (1)", "width": 0.6, "height": 1.425, "location": "Timber Frame walls", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.826, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 11.431, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 24.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 36.7, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 34.18, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 21.66, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E11"}, {"length": 4.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 19.84, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E13"}, {"length": 4.86, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 41.36, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 14.32, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 4.99, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 4.99, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 9, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 13.38, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}, {"length": 28.3, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 13.38, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}, {"length": 19.15, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R9"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "kappa_value": 110, "storey_height": 2.37, "heat_loss_area": 74.77, "total_floor_area": 74.77}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.68, "heat_loss_area": 0, "total_floor_area": 58.93}]}], "heating_cost_current": {"value": 650, "currency": "GBP"}, "co2_emissions_current": 1.7, "energy_rating_average": 60, "energy_rating_current": 79, "lighting_cost_current": {"value": 81, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Programmer and appliance thermostats", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 655, "currency": "GBP"}, "hot_water_cost_current": {"value": 355, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 179, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 83, "environmental_impact_rating": 87}], "co2_emissions_potential": 1.2, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 81, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 172, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4335, "water_heating": 2094}}, "seller_commission_report": "Y", "energy_consumption_current": 87, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 62, "environmental_impact_current": 83, "current_energy_efficiency_band": "C", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093121334, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.27 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.14 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "HR1 3TG", "data_type": 2, "hot_water": {"description": "From main system, waste water heat recovery", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "HEREFORD", "built_form": 1, "created_at": "2019-07-11 13:16:06", "living_area": 21.14, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "instantaneous_wwhrs": {"wwhrs_index_number1": 80090, "rooms_with_bath_and_or_shower": 2, "mixer_showers_with_system1_with_bath": 0, "mixer_showers_with_system1_without_bath": 1}, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16399, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.48, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "4, Milestone Way", "address_line_2": "Whitestone", "assessment_date": "2019-07-11", "assessment_type": "SAP", "completion_date": "2019-07-11", "inspection_date": "2019-07-11", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.93, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 143, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-11", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_count": 17, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D1", "glazing_type": 4}, {"name": 2, "type": 2, "u_value": 1.5, "data_source": 2, "description": "D2", "glazing_type": 4}, {"name": 3, "type": 4, "u_value": 1.41, "data_source": 2, "description": "D3", "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.71}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral Wool", "total_roof_area": 69.16}, {"name": "Roof 2", "u_value": 0.17, "roof_type": 2, "description": "Flat Roof", "total_roof_area": 4.68}], "sap_walls": [{"name": "Wall 1", "u_value": 0.27, "wall_type": 2, "description": "50mm Platinum", "total_wall_area": 172.53, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 1.01, "height": 2.33, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 3, "type": 3, "width": 3.37, "height": 2.1, "location": "Wall 1", "orientation": 7}, {"name": 4, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 5}, {"name": 5, "type": 3, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 3, "width": 1.02, "height": 1.5, "location": "Wall 1", "orientation": 3}, {"name": 7, "type": 3, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 4}, {"name": 8, "type": 3, "width": 0.49, "height": 1.5, "location": "Wall 1", "orientation": 2}, {"name": 9, "type": 3, "width": 0.92, "height": 1.5, "location": "Wall 1", "orientation": 3}, {"name": 10, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 11, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 12, "type": 3, "width": 1.2, "height": 1.35, "location": "Wall 1", "orientation": 3}, {"name": 13, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 14, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 3}, {"name": 15, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 16, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 17, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 18, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 19, "type": 3, "width": 0.92, "height": 1.2, "location": "Wall 1", "orientation": 7}, {"name": 20, "type": 3, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 7}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 19.65, "psi_value": 0.211, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.7, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 59.26, "psi_value": 0.023, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.76, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.01, "psi_value": 0.003, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 13.46, "psi_value": 0.084, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 20.55, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 2.02, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E14"}, {"length": 28.63, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.09, "psi_value": -0.097, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.14, "floor_type": 2, "description": "150mm Platinum B&B", "storey_height": 2.33, "heat_loss_area": 73.85, "total_floor_area": 73.85}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.56, "heat_loss_area": 0, "total_floor_area": 69.16}], "thermal_mass_parameter": 188.67}], "heating_cost_current": {"value": 311, "currency": "GBP"}, "co2_emissions_current": 1.9, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 313, "currency": "GBP"}, "hot_water_cost_current": {"value": 89, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 38, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 49, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4824, "water_heating": 2196}}, "seller_commission_report": "Y", "energy_consumption_current": 77, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.2, "energy_consumption_potential": 29, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091126669, "roofs": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO4 6BB", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 1, "created_at": "2019-06-13 11:29:00", "living_area": 22.01, "orientation": 6, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18047, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200004, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.85, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "sap_heating_design_water_use": 1, "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "2, Wentworth Avenue", "assessment_date": "2019-06-13", "assessment_type": "SAP", "completion_date": "2019-06-13", "inspection_date": "2019-06-13", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 5, "air_permeability": 4.2, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 3, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 160, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-13", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 2, "low_energy_fixed_lighting_outlets_count": 2, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.09, "data_source": 4, "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.09, "data_source": 4, "glazing_type": 3}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 4, "description": "BFRC data", "glazing_type": 3, "solar_transmittance": 0.5}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.5, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.6}, {"name": "Roof windows (2)", "type": 5, "u_value": 1.4, "frame_type": 2, "data_source": 4, "description": "BFRC data", "glazing_type": 7, "solar_transmittance": 0.6}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Plane", "u_value": 0.16, "roof_type": 2, "kappa_value": 9, "total_roof_area": 29.95}, {"name": "glass roof", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 6.66}, {"name": "slope 2", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 1.74}, {"name": "Slope", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 26.88}, {"name": "Flat", "u_value": 0.21, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.88}], "sap_walls": [{"name": "Wall 1", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 194.32, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.24, "wall_type": 2, "kappa_value": 60, "total_wall_area": 26.22, "is_curtain_walling": "false"}, {"name": "Wall 3", "u_value": 0.24, "wall_type": 2, "kappa_value": 9, "total_wall_area": 4.75, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.1, "location": "Wall 1", "orientation": 6}, {"name": 2, "type": "Door (2)", "width": 1, "height": 1.79, "location": "Wall 1", "orientation": 2}, {"name": 3, "type": "Windows (1)", "width": 1, "height": 12.87, "location": "Wall 1", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 1.48, "location": "Wall 1", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 1, "height": 9.63, "location": "Wall 1", "orientation": 8}, {"name": 6, "type": "Windows (1)", "width": 1, "height": 4.94, "location": "Wall 1", "orientation": 4}, {"name": 7, "type": "Roof windows (1)", "pitch": 35, "width": 1, "height": 6.66, "location": "glass roof", "orientation": 9}, {"name": 8, "type": "Roof windows (2)", "pitch": 35, "width": 1, "height": 0.53, "location": "Slope", "orientation": 6}, {"name": 9, "type": "Roof windows (2)", "pitch": 35, "width": 1, "height": 1.07, "location": "Slope", "orientation": 2}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.5, "psi_value_source": 2, "thermal_bridge_type": "E1"}, {"length": 14.87, "psi_value": 0.224, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 17.08, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 53.02, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 36.36, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 59.87, "psi_value": 0.005, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 20.83, "psi_value": 0.046, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 16.1, "psi_value": 0.031, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 7.71, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 8.2, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 7.2, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.28, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 29.96, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.42, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 0, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E21"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "E24"}, {"length": 0, "psi_value": 0.053, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.072, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R1"}, {"length": 0, "psi_value": 0.049, "psi_value_source": 3, "thermal_bridge_type": "R2"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "R3"}, {"length": 0, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 2, "kappa_value": 75, "storey_height": 2.475, "heat_loss_area": 65.23, "total_floor_area": 65.23}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.71, "heat_loss_area": 0, "total_floor_area": 57.58}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2, "heat_loss_area": 0, "total_floor_area": 37.06}]}], "heating_cost_current": {"value": 320, "currency": "GBP"}, "co2_emissions_current": 2.1, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 88, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 321, "currency": "GBP"}, "hot_water_cost_current": {"value": 106, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 46, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 87, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 323, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 93, "environmental_impact_rating": 93}], "co2_emissions_potential": 0.8, "energy_rating_potential": 93, "lighting_cost_potential": {"value": 88, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 59, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4829, "water_heating": 2279}}, "seller_commission_report": "Y", "energy_consumption_current": 73, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 27, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10093283607, "roofs": [{"description": "Average thermal transmittance 0.09 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CH4 9FX", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTER", "built_form": 2, "created_at": "2019-03-05 17:02:48", "living_area": 15.64, "orientation": 4, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "7, Hill Road", "address_line_2": "Higher Kinnerton", "assessment_date": "2019-03-05", "assessment_type": "SAP", "completion_date": "2019-03-05", "inspection_date": "2019-03-05", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 5.43, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 1, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 63, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-05", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_count": 9, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.2, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 6", "type": 2, "u_value": 1.1, "data_source": 2, "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.09, "roof_type": 2, "description": "Roof 1", "total_roof_area": 31.35}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "Wall 1", "total_wall_area": 78.67, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.85}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Lounge 1", "type": "Opening Type 1", "width": 1.8, "height": 2.1, "location": "External Wall 1", "orientation": 8}, {"name": "KITCHEN", "type": "Opening Type 1", "width": 0.91, "height": 1.5, "location": "External Wall 1", "orientation": 4}, {"name": "BED 2", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "BED 1", "type": "Opening Type 1", "width": 1.77, "height": 1.2, "location": "External Wall 1", "orientation": 8}, {"name": "BED 1 (2)", "type": "Opening Type 1", "width": 0.91, "height": 1.2, "location": "External Wall 1", "orientation": 4}, {"name": "front door", "type": "Opening Type 6", "width": 0.94, "height": 2.1, "location": "External Wall 1", "orientation": 0}], "construction_year": 2011, "sap_thermal_bridges": {"thermal_bridges": [{"length": 7.24, "psi_value": 0.21, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 6.3, "psi_value": 0.019, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 18.6, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 15.94, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 15.94, "psi_value": 0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.88, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 7.06, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 9.87, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.87, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.124, "floor_type": 2, "description": "Floor 1", "storey_height": 2.31, "heat_loss_area": 31.35, "total_floor_area": 31.35}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 31.35}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 173, "currency": "GBP"}, "co2_emissions_current": 1.0, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 51, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 173, "currency": "GBP"}, "hot_water_cost_current": {"value": 71, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 27, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 295, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 97, "environmental_impact_rating": 100}], "co2_emissions_potential": -0.1, "energy_rating_potential": 97, "lighting_cost_potential": {"value": 51, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 44, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1654, "water_heating": 1607}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -11, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 100, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 6711274, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.00 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": 3, "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 9ZA", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-06-04 11:45:54", "living_area": 30.66, "orientation": 7, "region_code": 17, "report_type": 3, "sap_cooling": {"cooled_area": 47.46, "cooling_system_type": 1, "cooling_system_class": "B", "cooling_system_control": 2, "cooling_system_data_source": 3}, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "true", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.693, "heat_efficiency": 37.8, "heat_source_type": 1, "power_efficiency": 34.7}, {"fuel_type": 51, "heat_fraction": 0.307, "heat_efficiency": 95.9, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 2403 Sirocco Tower", "address_line_2": "32, Harbour Way", "assessment_date": "2019-06-04", "assessment_type": "SAP", "completion_date": "2019-06-04", "inspection_date": "2019-06-04", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.48, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500289, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-04", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows (1)", "type": 4, "u_value": 0.8, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 1, "glazing_type": 7, "solar_transmittance": 0.4}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}, {"name": "Ceiling", "u_value": 0, "roof_type": 4, "kappa_value": 30, "total_roof_area": 51.3}], "sap_walls": [{"name": "Ext Curtain", "u_value": 0.8, "wall_type": 2, "kappa_value": 14, "total_wall_area": 25.19, "is_curtain_walling": "true"}, {"name": "Int Wall", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 50.5}, {"name": "Party", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 60.57}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Windows (1)", "width": 2.56, "height": 2.66, "location": "Ext Curtain", "orientation": 3}, {"name": 2, "type": "Windows (1)", "width": 1.07, "height": 2.66, "location": "Ext Curtain", "orientation": 5}, {"name": 3, "type": "Windows (1)", "width": 2.86, "height": 2.66, "location": "Ext Curtain", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 7.56, "psi_value": 0.14, "psi_value_source": 4, "thermal_bridge_type": "E7"}, {"length": 11.38, "psi_value": 0.02, "psi_value_source": 2, "thermal_bridge_type": "E9"}, {"length": 2.66, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 2.66, "psi_value": -0.09, "psi_value_source": 2, "thermal_bridge_type": "E17"}, {"length": 5.32, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E25"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P7"}, {"length": 45.54, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 110, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 110, "currency": "GBP"}, "hot_water_cost_current": {"value": 73, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 85, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 73, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 179, "water_heating": 1835}}, "seller_commission_report": "Y", "energy_consumption_current": 55, "has_fixed_air_conditioning": "true", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 55, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093725045, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CO6 2RY", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "COLCHESTER", "built_form": 2, "created_at": "2019-10-22 09:17:41", "living_area": 19.35, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 250, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17746, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.67, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "69, Monks Road", "address_line_2": "Earls Colne", "assessment_date": "2019-10-22", "assessment_type": "SAP", "completion_date": "2019-10-22", "inspection_date": "2019-10-22", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 3.99, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 86, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-22", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_count": 11, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.63}, {"name": "Opening Type 8", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm Mineral wool", "total_roof_area": 43.12}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.2, "wall_type": 2, "description": "125mm Ecobead", "total_wall_area": 93.8, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 40.3}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1 - Kitchen", "type": "Opening Type 1", "width": 1.25, "height": 1.06, "location": "External Wall 1", "orientation": 4}, {"name": "W2 - WC", "type": "Opening Type 1", "width": 0.58, "height": 1.06, "location": "External Wall 1", "orientation": 6}, {"name": "W3 - Living", "type": "Opening Type 1", "width": 1.25, "height": 1.36, "location": "External Wall 1", "orientation": 8}, {"name": "W5 - Bath", "type": "Opening Type 1", "width": 0.57, "height": 1.06, "location": "External Wall 1", "orientation": 4}, {"name": "W6 - Bed2", "type": "Opening Type 1", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 4}, {"name": "W7 - Bed 1", "type": "Opening Type 1", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 8}, {"name": "W8 - Bed 3", "type": "Opening Type 1", "width": 1.25, "height": 1.21, "location": "External Wall 1", "orientation": 8}, {"name": "D1 - Front", "type": "Opening Type 8", "width": 1.01, "height": 2.11, "location": "External Wall 1", "orientation": 0}, {"name": "D2 - Living", "type": "Opening Type 1", "width": 1.25, "height": 2.11, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 9.66, "psi_value": 0.277, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 8.65, "psi_value": 0.064, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.78, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18.76, "psi_value": 0.045, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.76, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 10.7, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 8.06, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.06, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 8.06, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 8.06, "psi_value": 0.036, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.39, "heat_loss_area": 43.12, "total_floor_area": 43.12}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.61, "heat_loss_area": 0, "total_floor_area": 43.12}], "thermal_mass_parameter": 180}], "heating_cost_current": {"value": 194, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 195, "currency": "GBP"}, "hot_water_cost_current": {"value": 99, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 43, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 98}], "co2_emissions_potential": 0.1, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 55, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2127, "water_heating": 2102}}, "seller_commission_report": "Y", "energy_consumption_current": 86, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 2, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 98, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} +{"uprn": 10093943436, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.15 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "WN2 1BU", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "WIGAN", "built_form": 2, "created_at": "2019-06-24 11:02:28", "living_area": 14.3, "orientation": 6, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "3, Bakersfield", "address_line_2": "Aspull", "assessment_date": "2019-06-24", "assessment_type": "SAP", "completion_date": "2019-06-24", "inspection_date": "2019-06-24", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 4, "air_permeability": 5.39, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 103, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-24", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Windows", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.71}, {"name": "Door", "type": 2, "u_value": 1.2, "data_source": 2, "glazing_type": 7}, {"name": "Glazed Doors", "type": 2, "u_value": 1.4, "data_source": 2, "glazing_type": 7}, {"name": "Lights", "type": 5, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.26, "roof_type": 2, "description": "roof", "total_roof_area": 11.96}, {"name": "Roof 2", "u_value": 0.34, "roof_type": 2, "description": "Flat roof", "total_roof_area": 1.61}, {"name": "Roof 3", "u_value": 0.14, "roof_type": 2, "description": "Roof to FF", "total_roof_area": 9.29}, {"name": "Roof 4", "u_value": 0.19, "roof_type": 2, "description": "Slope", "total_roof_area": 20.7}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Main Wall", "total_wall_area": 85.41, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.25, "wall_type": 2, "description": "Spandrel", "total_wall_area": 17.81, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.44, "wall_type": 2, "description": "Dormer cheeks", "total_wall_area": 4.64, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.14, "wall_type": 2, "description": "Stud Wall", "total_wall_area": 9.56, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 61.63}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Windows", "type": "Windows", "width": 4.86, "height": 1, "location": "External Wall 1", "orientation": 6}, {"name": "Door", "type": "Door", "width": 2.04, "height": 1, "location": "External Wall 1", "orientation": 0}, {"name": "Opening 4", "type": "Windows", "width": 6.55, "height": 1, "location": "External Wall 1", "orientation": 2}, {"name": "Opening 5", "type": "Windows", "width": 0.67, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Opening 6", "type": "Windows", "width": 1.62, "height": 1, "location": "External Wall 3", "orientation": 6}, {"name": "Opening 7", "type": "Lights", "pitch": 45, "width": 1.08, "height": 1, "location": "Roof 4", "orientation": 2}], "construction_year": 2014, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.54, "psi_value": 0.105, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 1.2, "psi_value": 0.086, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.47, "psi_value": 0.033, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 22.5, "psi_value": 0.061, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.29, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 33.63, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 8.57, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 12.46, "psi_value": 0.083, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 3.88, "psi_value": 0.028, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 9.88, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 3.4, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 9.88, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.87, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 12.46, "psi_value": 0.047, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1.1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1.1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.92, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 4.29, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R4"}, {"length": 1.2, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "description": "Floor", "storey_height": 2.31, "heat_loss_area": 37.36, "total_floor_area": 37.36}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.63, "heat_loss_area": 0, "total_floor_area": 37.36}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.52, "heat_loss_area": 0, "total_floor_area": 28.07}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 242, "currency": "GBP"}, "co2_emissions_current": 1.4, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 74, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 242, "currency": "GBP"}, "hot_water_cost_current": {"value": 77, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 280, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 96}], "co2_emissions_potential": 0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 74, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 47, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3040, "water_heating": 1737}}, "seller_commission_report": "Y", "energy_consumption_current": 80, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 21, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 96, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 14} +{"uprn": 10091617123, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 3, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA5 8LA", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SWANSEA", "built_form": 2, "created_at": "2019-01-14 12:25:26", "living_area": 29.12, "orientation": 4, "region_code": 12, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 2, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17836, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "underfloor_heat_emitter_type": 2, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": "Boiler and underfloor heating, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (assessed average)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Ground-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "568, Carmarthen Road", "address_line_2": "Cwmdu", "assessment_date": "2019-01-14", "assessment_type": "SAP", "completion_date": "2019-01-14", "inspection_date": "2019-01-14", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 2, "air_permeability": 2.98, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 0, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500428, "is_mechanical_vent_approved_installer_scheme": "false"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 1}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-14", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Opening Type 2", "type": 1, "u_value": 1.5, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 52}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 3, "description": "External Wall 1", "total_wall_area": 9.36, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.21, "wall_type": 2, "description": "External Wall 2", "total_wall_area": 39.36, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 34.56}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Opening 1", "type": "Opening Type 1", "width": 3.15, "height": 1, "location": "External Wall 2", "orientation": 8}, {"name": "Opening 2", "type": "Opening Type 1", "width": 3.15, "height": 1, "location": "External Wall 2", "orientation": 6}, {"name": "Opening 3", "type": "Opening Type 2", "width": 1.89, "height": 1, "location": "External Wall 2", "orientation": 0}], "construction_year": 2017, "sap_thermal_bridges": {"thermal_bridges": [{"length": 4.4, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 3.5, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 11.3, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 11.6, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 11.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 9.6, "psi_value": 0.069, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 4.8, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 19, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Heat Loss Floor 1", "storey_height": 2.4, "heat_loss_area": 52, "total_floor_area": 52}], "thermal_mass_parameter": 100}], "heating_cost_current": {"value": 163, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 45, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 163, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 45, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1308, "water_heating": 1463}}, "seller_commission_report": "Y", "energy_consumption_current": 94, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": 94, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 87, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 17} +{"uprn": 33052641, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "TW18 4EQ", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}, "post_town": "STAINES-UPON-THAMES", "built_form": 4, "created_at": "2019-07-10 09:51:15", "living_area": 24.76, "orientation": 1, "region_code": 17, "report_type": 3, "sap_heating": {"water_heating_code": 901, "hot_water_store_size": 5, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.42, "heat_efficiency": 54.77, "heat_source_type": 1, "power_efficiency": 34.23}, {"fuel_type": 51, "heat_fraction": 0.58, "heat_efficiency": 92, "heat_source_type": 2}], "community_heating_distribution_type": 4, "is_community_heating_cylinder_in_dwelling": "true"}], "hot_water_store_insulation_type": 1, "hot_water_store_heat_loss_source": 3, "hot_water_store_insulation_thickness": 25}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Flat 42 Kempton House", "address_line_2": "122, High Street", "assessment_date": "2019-07-10", "assessment_type": "SAP", "completion_date": "2019-07-10", "inspection_date": "2019-07-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.44, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500167, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 52, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_count": 6, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.33, "data_source": 2, "frame_factor": 0.8, "glazing_type": 6, "solar_transmittance": 0.6}, {"name": "Opening Type 2", "type": 1, "u_value": 1, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceiling 1", "total_roof_area": 1}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.15, "wall_type": 2, "description": "Brick", "total_wall_area": 19.72, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.2, "wall_type": 2, "description": "Corridor/circulation", "total_wall_area": 17.3, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.24}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W-A1", "type": "Opening Type 1", "width": 1.24, "height": 2.45, "location": "External Wall 1", "orientation": 7}, {"name": "spec", "type": "Opening Type 2", "width": 1, "height": 2.1, "location": "External Wall 2", "orientation": 0}, {"name": "W-B1", "type": "Opening Type 1", "width": 3.04, "height": 2.45, "location": "External Wall 1", "orientation": 7}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 1}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.45, "heat_loss_area": 0, "total_floor_area": 51.74}], "thermal_mass_parameter": 450}], "heating_cost_current": {"value": 113, "currency": "GBP"}, "co2_emissions_current": 0.5, "energy_rating_average": 60, "energy_rating_current": 86, "lighting_cost_current": {"value": 42, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 113, "currency": "GBP"}, "hot_water_cost_current": {"value": 68, "currency": "GBP"}, "co2_emissions_potential": 0.5, "energy_rating_potential": 86, "lighting_cost_potential": {"value": 42, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 68, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 149, "water_heating": 1538}}, "seller_commission_report": "Y", "energy_consumption_current": 52, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 52, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 93, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 9} +{"uprn": 6711434, "roofs": [{"description": {"value": "(other premises above)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "(other premises below)", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "E14 0QW", "data_type": 2, "hot_water": {"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "LONDON", "built_form": 1, "created_at": "2019-03-29 16:28:37", "living_area": 24.8, "orientation": 2, "region_code": 14, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": 4, "main_heating_number": 1, "is_condensing_boiler": "false", "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.68, "heat_efficiency": 45.3845444, "heat_source_type": 1, "power_efficiency": 42.41546}, {"fuel_type": 51, "heat_fraction": 0.32, "heat_efficiency": 93.12, "heat_source_type": 2}], "charging_linked_to_heat_use": "true", "community_heating_distribution_type": 6, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": {"value": "Community scheme", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": {"value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "dwelling_type": {"value": "Mid-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 1202 Royal Captain Court", "address_line_2": "26, Arniston Way", "assessment_date": "2019-03-29", "assessment_type": "SAP", "completion_date": "2019-03-29", "inspection_date": "2019-03-29", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 3, "air_permeability": 2.51, "open_flues_count": 0, "ventilation_type": 8, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_vent_duct_insulation": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500250, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 51, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-03-29", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_count": 12, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.4}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Exposed Roof", "u_value": 0, "roof_type": 2, "kappa_value": 0, "total_roof_area": 0}], "sap_walls": [{"name": "Exposed wall", "u_value": 0.15, "wall_type": 2, "kappa_value": 14, "total_wall_area": 21.13, "is_curtain_walling": "false"}, {"name": "PW-04", "u_value": 0.2, "wall_type": 2, "kappa_value": 14, "total_wall_area": 21.7, "is_curtain_walling": "false"}, {"name": "Party wall", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 37.73}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.01, "height": 2.1, "location": "PW-04", "orientation": 2}, {"name": 2, "type": "Windows (1)", "width": 2.935, "height": 2.1, "location": "Exposed wall", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 2.935, "height": 2.1, "location": "Exposed wall", "orientation": 6}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridge_code": 5}, "building_part_number": 1}], "heating_cost_current": {"value": 107, "currency": "GBP"}, "co2_emissions_current": 0.2, "energy_rating_average": 60, "energy_rating_current": 90, "lighting_cost_current": {"value": 40, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Charging system linked to use of community heating, programmer and TRVs", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 107, "currency": "GBP"}, "hot_water_cost_current": {"value": 0, "currency": "GBP"}, "co2_emissions_potential": 0.2, "energy_rating_potential": 90, "lighting_cost_potential": {"value": 40, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 0, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 391, "water_heating": 1832}}, "seller_commission_report": "Y", "energy_consumption_current": 21, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.16", "energy_consumption_potential": 21, "environmental_impact_current": 97, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 4} +{"uprn": 10070019123, "roofs": [{"description": {"value": "Average thermal transmittance 0.1 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.18 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "BR2 0BE", "data_type": 2, "hot_water": {"description": {"value": "From main system, flue gas heat recovery", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "BROMLEY", "built_form": 1, "created_at": "2019-10-30 09:35:52", "living_area": 40.86, "orientation": 7, "region_code": 17, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"has_fghrs": "true", "main_fuel_type": 1, "heat_emitter_type": 1, "fghrs_index_number": 60001, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16684, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200001, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 6.2 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Top-floor flat", "language": "1"}, "language_code": 1, "property_type": 2, "address_line_1": "Flat 7 Springbank Court", "address_line_2": "2, River Park Gardens", "assessment_date": "2019-10-30", "assessment_type": "SAP", "completion_date": "2019-10-30", "inspection_date": "2019-10-30", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 2, "air_permeability": 6.22, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 1, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500264, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 3}, "total_floor_area": 91, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-10-30", "sap_energy_source": {"pv_arrays": [{"pitch": 2, "peak_power": 1.12, "orientation": 5, "overshading": 1, "pv_connection": 1}], "electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Windows (2)", "type": 4, "u_value": 1.4, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [11], "sap_building_parts": [{"sap_roofs": [{"name": "Sloping roof", "u_value": 0.1, "roof_type": 2, "kappa_value": 9, "total_roof_area": 42.02}, {"name": "Flat Roof", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 28.85}], "sap_walls": [{"name": "External Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 18, "total_wall_area": 110.85, "is_curtain_walling": "false"}, {"name": "Corrdior Wall", "u_value": 0.18, "wall_type": 2, "kappa_value": 18, "total_wall_area": 19.35, "is_curtain_walling": "false"}, {"name": "Stud", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 83.37}, {"name": "Party walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 25.8}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1, "height": 2.35, "location": "Corrdior Wall", "orientation": 7}, {"name": 2, "type": "Windows (1)", "width": 1, "height": 17.54, "location": "External Wall", "orientation": 5}, {"name": 3, "type": "Windows (2)", "width": 1, "height": 11.61, "location": "External Wall", "orientation": 3}, {"name": 4, "type": "Windows (1)", "width": 1, "height": 3.75, "location": "External Wall", "orientation": 7}, {"name": 5, "type": "Roof windows (1)", "pitch": 10, "width": 0.001, "height": 0, "location": "Sloping roof", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 16.53, "psi_value": 0.091, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 1.79, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 24.88, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 13.45, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 15.98, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 25.87, "psi_value": 0.065, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 38.32, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 14.08, "psi_value": 0.048, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.5, "psi_value": 0.078, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 0, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E21"}, {"length": 9.6, "psi_value": 0.32, "psi_value_source": 3, "thermal_bridge_type": "E20"}, {"length": 0, "psi_value": 0.054, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 0, "psi_value": 0.076, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 0, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 0, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 3.86, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 10.32, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 6.46, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}, {"length": 0, "psi_value": 0.24, "psi_value_source": 3, "thermal_bridge_type": "P8"}, {"length": 0.84, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 5.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.24, "floor_type": 3, "kappa_value": 20, "storey_height": 2.6, "heat_loss_area": 16.73, "total_floor_area": 50}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 3.33, "heat_loss_area": 0, "total_floor_area": 40.74, "kappa_value_from_below": 9}]}], "heating_cost_current": {"value": 260, "currency": "GBP"}, "co2_emissions_current": 0.9, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 260, "currency": "GBP"}, "hot_water_cost_current": {"value": 65, "currency": "GBP"}, "co2_emissions_potential": 0.9, "energy_rating_potential": 83, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 65, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3235, "water_heating": 1788}}, "seller_commission_report": "Y", "energy_consumption_current": 54, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 54, "environmental_impact_current": 90, "current_energy_efficiency_band": "B", "environmental_impact_potential": 90, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "B", "co2_emissions_current_per_floor_area": 10} +{"uprn": 10093254502, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.21 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.12 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "CB10 2NT", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "SAFFRON WALDEN", "built_form": 1, "created_at": "2019-02-08 09:25:23", "living_area": 14.68, "orientation": 5, "region_code": 2, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17929, "has_separate_delayed_start": "true", "load_or_weather_compensation": 0, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 8.0 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "10 Pearson Road", "assessment_date": "2019-02-08", "assessment_type": "SAP", "completion_date": "2019-02-08", "inspection_date": "2019-02-08", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 7.95, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 2, "open_fireplaces_count": 0, "sheltered_sides_count": 0, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 60, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-02-08", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_count": 20, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.3, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.4, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.7, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "400mm MW", "kappa_value": 9, "total_roof_area": 59.73}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.21, "wall_type": 2, "description": "125mm Supafil", "kappa_value": 60, "total_wall_area": 73.67, "is_curtain_walling": "false"}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 97.89}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "F Door", "type": "Solid Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "F Window", "type": "Window", "width": 3.7, "height": 1, "location": "External Wall 1", "orientation": 5}, {"name": "R French", "type": "French Door", "width": 1585, "height": 2100, "location": "External Wall 1", "orientation": 1}, {"name": "R Window", "type": "Window", "width": 2.06, "height": 1, "location": "External Wall 1", "orientation": 1}, {"name": "LHS Window", "type": "Window", "width": 572, "height": 900, "location": "External Wall 1", "orientation": 7}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 8.39, "psi_value": 0.179, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 5.8, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 20.7, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 32.03, "psi_value": 0.097, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 18.83, "psi_value": 0.05, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 13.2, "psi_value": 0.063, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 11.95, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 2.39, "psi_value": -0.088, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "347mm Beamshield", "kappa_value": 75, "storey_height": 2.3, "heat_loss_area": 59.73, "total_floor_area": 59.73}]}], "heating_cost_current": {"value": 201, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 82, "lighting_cost_current": {"value": 48, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 201, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 26, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 84, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 313, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 96, "environmental_impact_rating": 99}], "co2_emissions_potential": 0.0, "energy_rating_potential": 96, "lighting_cost_potential": {"value": 48, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 37, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2309, "water_heating": 1440}}, "seller_commission_report": "Y", "energy_consumption_current": 104, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.09r14", "energy_consumption_potential": -7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 99, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 18} +{"uprn": 10094274526, "roofs": [{"description": "(other premises above)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "walls": [{"description": "Average thermal transmittance 0.75 W/m\u00b2K", "energy_efficiency_rating": 3, "environmental_efficiency_rating": 3}], "floors": [{"description": "(other premises below)", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "NG2 3UN", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "NOTTINGHAM", "built_form": 4, "created_at": "2019-09-06 12:55:56", "living_area": 29.94, "orientation": 2, "region_code": 3, "report_type": 3, "sap_heating": {"water_heating_code": 950, "main_heating_details": [{"main_fuel_type": 39, "main_heating_code": 691, "emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2605, "main_heating_category": 10, "main_heating_fraction": 1, "main_heating_data_source": 3}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 2, "community_heat_sources": [{"fuel_type": 44, "heat_fraction": 1, "heat_efficiency": 29.42, "heat_source_type": 1, "power_efficiency": 14.05}], "charging_linked_to_heat_use": "false", "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Room heaters, electric", "energy_efficiency_rating": 1, "environmental_efficiency_rating": 2}], "air_tightness": {"description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-floor flat", "language_code": 1, "property_type": 2, "address_line_1": "Studio 233 The Laceworks", "address_line_2": "Queens Road", "assessment_date": "2019-09-06", "assessment_type": "SAP", "completion_date": "2019-09-06", "inspection_date": "2019-09-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "wet_rooms_count": 3, "air_permeability": 4.66, "open_flues_count": 0, "ventilation_type": 5, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 3, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500002, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "sap_flat_details": {"level": 2}, "total_floor_area": 34, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-09-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_count": 4, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.29, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.48}, {"name": "Front Door", "type": 3, "u_value": 2, "data_source": 2, "glazing_type": 1}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Party roof 1", "u_value": 0, "roof_type": 4, "description": "Party Ceilings 1", "total_roof_area": 34.08}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.25, "wall_type": 2, "description": "Wall 1", "total_wall_area": 15.74, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.96, "wall_type": 2, "description": "Corridor W1", "total_wall_area": 12.19, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 1, "wall_type": 2, "description": "Corridor W2", "total_wall_area": 14.78, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 15.84}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "w1", "type": "Opening Type 1", "width": 1.69, "height": 2.29, "location": "External Wall 1", "orientation": 2}, {"name": "Front Door", "type": "Front Door", "width": 900, "height": 2100, "location": "External Wall 2", "orientation": 0}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 1.69, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 1.69, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 4.58, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 6.56, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E7"}, {"length": 2.4, "psi_value": 0.18, "psi_value_source": 4, "thermal_bridge_type": "E16"}, {"length": 2.4, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "E17"}, {"length": 4.8, "psi_value": 0.12, "psi_value_source": 4, "thermal_bridge_type": "E18"}, {"length": 32, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P3"}, {"length": 3.4, "psi_value": 0.24, "psi_value_source": 4, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 1, "u_value": 0, "floor_type": 4, "storey_height": 2.4, "heat_loss_area": 0, "total_floor_area": 34.08}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 337, "currency": "GBP"}, "co2_emissions_current": 1.1, "energy_rating_average": 60, "energy_rating_current": 71, "lighting_cost_current": {"value": 33, "currency": "GBP"}, "main_heating_controls": [{"description": "Programmer and room thermostat", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 337, "currency": "GBP"}, "hot_water_cost_current": {"value": 64, "currency": "GBP"}, "co2_emissions_potential": 1.1, "energy_rating_potential": 71, "lighting_cost_potential": {"value": 33, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 1648, "water_heating": 1660}}, "seller_commission_report": "Y", "energy_consumption_current": 297, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.11r11", "energy_consumption_potential": 297, "environmental_impact_current": 79, "current_energy_efficiency_band": "C", "environmental_impact_potential": 79, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "C", "co2_emissions_current_per_floor_area": 33} +{"uprn": 10091472347, "roofs": [{"description": "Average thermal transmittance 0.11 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "EX1 3FP", "data_type": 2, "hot_water": {"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "post_town": "EXETER", "built_form": 4, "created_at": "2019-06-17 11:32:03", "living_area": 25.21, "orientation": 4, "region_code": 15, "report_type": 3, "sap_heating": {"water_heating_code": 901, "main_heating_details": [{"emitter_temperature": "NA", "main_heating_number": 1, "main_heating_control": 2306, "main_heating_category": 6, "main_heating_fraction": 1, "main_heating_data_source": 2}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_community_heating_systems": [{"community_heating_use": 3, "community_heat_sources": [{"fuel_type": 51, "heat_fraction": 0.658, "heat_efficiency": 42.4, "heat_source_type": 1, "power_efficiency": 41.4}, {"fuel_type": 51, "heat_fraction": 0.342, "heat_efficiency": 85, "heat_source_type": 2}], "community_heating_distribution_type": 3, "is_community_heating_cylinder_in_dwelling": "false"}]}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Community scheme", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "air_tightness": {"description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Mid-terrace house", "language_code": 1, "property_type": 0, "address_line_1": "17, Tithebarn Way", "assessment_date": "2019-06-17", "assessment_type": "SAP", "completion_date": "2019-06-17", "inspection_date": "2019-06-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.42, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 4, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.9, "total_floor_area": 100, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_count": 15, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Solid Door", "type": 1, "u_value": 1.3, "data_source": 2, "glazing_type": 1}, {"name": "Half Glaze", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 7}, {"name": "Window", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "Window Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Window Type 3", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "French Door", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.72}, {"name": "French Door Type 2", "type": 4, "u_value": 1.5, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof Window Type 2", "type": 5, "u_value": 1.8, "data_source": 2, "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "lzc_energy_sources": [6], "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.11, "roof_type": 2, "description": "Plane Roof", "kappa_value": 9, "total_roof_area": 50.06}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.28, "wall_type": 2, "description": "100mm knauf 40", "kappa_value": 60, "total_wall_area": 86.6, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "kappa_value": 45, "total_wall_area": 57.48}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 47.06}, {"name": "Internal Wall 0", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 84.28}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "Front Door", "type": "Solid Door", "width": 1010, "height": 2100, "location": "External Wall 1", "orientation": 0}, {"name": "Front", "type": "Window", "width": 7.55, "height": 1, "location": "External Wall 1", "orientation": 4}, {"name": "Rear French", "type": "French Door", "width": 7.16, "height": 1, "location": "External Wall 1", "orientation": 8}, {"name": "Rear", "type": "Window", "width": 3.02, "height": 1, "location": "External Wall 1", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 11.73, "psi_value": 0.194, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.6, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 35.74, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 5.87, "psi_value": 0.029, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 5.76, "psi_value": 0.044, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 17.39, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 17.39, "psi_value": 0.059, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 19.92, "psi_value": 0.042, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 11.52, "psi_value": 0.089, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 11.52, "psi_value": 0.082, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.13, "floor_type": 2, "description": "120mm B&B", "kappa_value": 75, "storey_height": 2.38, "heat_loss_area": 50.06, "total_floor_area": 50.06, "kappa_value_from_below": 9}, {"storey": 1, "u_value": 0, "floor_type": 3, "description": "Internal Floor 1", "kappa_value": 18, "storey_height": 2.6, "heat_loss_area": 0, "total_floor_area": 50.06}]}], "heating_cost_current": {"value": 189, "currency": "GBP"}, "co2_emissions_current": 0.7, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 70, "currency": "GBP"}, "main_heating_controls": [{"description": "Charging system linked to use of community heating, programmer and TRVs", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 189, "currency": "GBP"}, "hot_water_cost_current": {"value": 93, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 94}, {"sequence": 2, "typical_saving": {"value": 325, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 102}], "co2_emissions_potential": -0.4, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 70, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 64, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2400, "water_heating": 2213}}, "seller_commission_report": "Y", "energy_consumption_current": 35, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.04r04", "energy_consumption_potential": -27, "environmental_impact_current": 93, "current_energy_efficiency_band": "B", "environmental_impact_potential": 102, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 7} +{"uprn": 10092968377, "roofs": [{"description": {"value": "Average thermal transmittance 0.11 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": {"value": "Average thermal transmittance 0.21 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "SA14 9RQ", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "LLANELLI", "built_form": 2, "created_at": "2019-12-10 14:31:38", "living_area": 13.6, "orientation": 6, "region_code": 18, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 4, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17505, "has_separate_delayed_start": "true", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "WLS", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "28, Maes y Bryn", "address_line_2": "Bryn", "assessment_date": "2019-12-10", "assessment_type": "SAP", "completion_date": "2019-12-10", "inspection_date": "2019-12-10", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 83, "transaction_type": 5, "conservatory_type": 1, "registration_date": "2019-12-10", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1.6, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Door (2)", "type": 2, "u_value": 1.6, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 7}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.7, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof ins at joists", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 41.34}], "sap_walls": [{"name": "External Walls", "u_value": 0.21, "wall_type": 2, "kappa_value": 18, "total_wall_area": 92, "is_curtain_walling": "false"}, {"name": "Party Walls", "u_value": 0, "wall_type": 4, "kappa_value": 20, "total_wall_area": 39}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 1.025, "height": 2.1, "location": "External Walls", "orientation": 6}, {"name": 2, "type": "Door (2)", "width": 0.91, "height": 2.1, "location": "External Walls", "orientation": 6}, {"name": 3, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 6}, {"name": 4, "type": "Windows (1)", "width": 1.235, "height": 1.065, "location": "External Walls", "orientation": 2}, {"name": 5, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 2}, {"name": 6, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 6}, {"name": 7, "type": "Windows (1)", "width": 0.685, "height": 1.3, "location": "External Walls", "orientation": 6}, {"name": 8, "type": "Windows (1)", "width": 1.475, "height": 1.3, "location": "External Walls", "orientation": 2}, {"name": 9, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 2}, {"name": 10, "type": "Windows (1)", "width": 0.685, "height": 1.065, "location": "External Walls", "orientation": 8}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 10.335, "psi_value": 0.3, "psi_value_source": 2, "thermal_bridge_type": "E2"}, {"length": 8.4, "psi_value": 0.04, "psi_value_source": 2, "thermal_bridge_type": "E3"}, {"length": 27.32, "psi_value": 0.05, "psi_value_source": 2, "thermal_bridge_type": "E4"}, {"length": 18.4, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 18.4, "psi_value": 0.07, "psi_value_source": 2, "thermal_bridge_type": "E6"}, {"length": 10.6, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 7.8, "psi_value": 0.24, "psi_value_source": 2, "thermal_bridge_type": "E12"}, {"length": 10, "psi_value": 0.09, "psi_value_source": 2, "thermal_bridge_type": "E16"}, {"length": 10, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E18"}, {"length": 7.8, "psi_value": 0.16, "psi_value_source": 4, "thermal_bridge_type": "P1"}, {"length": 7.8, "psi_value": 0, "psi_value_source": 4, "thermal_bridge_type": "P2"}, {"length": 7.8, "psi_value": 0.12, "psi_value_source": 3, "thermal_bridge_type": "P4"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 110, "storey_height": 2.3, "heat_loss_area": 41.34, "total_floor_area": 41.34}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.7, "heat_loss_area": 0, "total_floor_area": 41.34}]}], "heating_cost_current": {"value": 213, "currency": "GBP"}, "co2_emissions_current": 1.3, "energy_rating_average": 60, "energy_rating_current": 83, "lighting_cost_current": {"value": 66, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 213, "currency": "GBP"}, "hot_water_cost_current": {"value": 83, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 85, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 330, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.1, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 66, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2649, "water_heating": 1865}}, "seller_commission_report": "Y", "energy_consumption_current": 90, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 7, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10094151490, "roofs": [{"description": {"value": "Average thermal transmittance 0.17 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": {"value": "Average thermal transmittance 0.24 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": {"value": "Average thermal transmittance 0.15 W/m\u00b2K", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": {"value": "High performance glazing", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": {"value": "Low energy lighting in all fixed outlets", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "IP14 1XF", "data_type": 2, "hot_water": {"description": {"value": "From main system", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "STOWMARKET", "built_form": 2, "created_at": "2019-07-23 15:59:25", "living_area": 17.8, "orientation": 1, "region_code": 2, "report_type": 3, "sap_heating": {"water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 17045, "has_separate_delayed_start": "false", "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "sap_heating_design_water_use": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Address Matched", "country_code": "ENG", "main_heating": [{"description": {"value": "Boiler and radiators, mains gas", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": {"value": "Air permeability 5.6 m\u00b3/h.m\u00b2 (assessed average)", "language": "1"}, "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": {"value": "Semi-detached house", "language": "1"}, "language_code": 1, "property_type": 0, "address_line_1": "11 Beeching Close", "assessment_date": "2019-07-23", "assessment_type": "SAP", "completion_date": "2019-07-23", "inspection_date": "2019-07-23", "sap_ventilation": {"psv_count": 0, "pressure_test": 5, "wet_rooms_count": 4, "air_permeability": 3.58, "open_flues_count": 0, "ventilation_type": 6, "extract_fans_count": 0, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "kitchen_duct_fans_count": 0, "kitchen_room_fans_count": 0, "kitchen_wall_fans_count": 1, "flueless_gas_fires_count": 0, "mechanical_vent_duct_type": 2, "non_kitchen_duct_fans_count": 0, "non_kitchen_room_fans_count": 0, "non_kitchen_wall_fans_count": 3, "mechanical_ventilation_data_source": 1, "mechanical_vent_system_index_number": 500229, "is_mechanical_vent_approved_installer_scheme": "true"}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 110, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-07-23", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_count": 1, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Door (1)", "type": 1, "u_value": 1, "data_source": 2, "description": "Data from Manufacturer", "glazing_type": 1}, {"name": "Windows (1)", "type": 4, "u_value": 1.4, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.85, "glazing_type": 7, "solar_transmittance": 0.63}, {"name": "Roof windows (1)", "type": 5, "u_value": 1.3, "frame_type": 2, "data_source": 2, "description": "Data from Manufacturer", "frame_factor": 0.8, "glazing_type": 7, "solar_transmittance": 0.63}], "secondary_heating": {"description": {"value": "None", "language": "1"}, "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof Hrz A", "u_value": 0.11, "roof_type": 2, "kappa_value": 9, "total_roof_area": 9.5}, {"name": "Ceil D", "u_value": 0.144, "roof_type": 2, "kappa_value": 9, "total_roof_area": 11.2}, {"name": "Roof Slp B", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 24.6}, {"name": "Roof Dormer", "u_value": 0.2, "roof_type": 2, "kappa_value": 9, "total_roof_area": 2.3}], "sap_walls": [{"name": "Wall Ext B", "u_value": 0.25, "wall_type": 2, "kappa_value": 60, "total_wall_area": 104.1, "is_curtain_walling": "false"}, {"name": "Wall Dormer", "u_value": 0.3, "wall_type": 2, "kappa_value": 9, "total_wall_area": 7.8, "is_curtain_walling": "false"}, {"name": "Wall C", "u_value": 0.144, "wall_type": 2, "kappa_value": 9, "total_wall_area": 14.2, "is_curtain_walling": "false"}, {"name": "Int Wall T", "u_value": 0, "wall_type": 5, "kappa_value": 9, "total_wall_area": 155.1}, {"name": "Int Wall M", "u_value": 0, "wall_type": 5, "kappa_value": 75, "total_wall_area": 22.2}, {"name": "PartyW", "u_value": 0, "wall_type": 4, "kappa_value": 70, "total_wall_area": 58.8}], "identifier": "Main Dwelling", "overshading": 1, "sap_openings": [{"name": 1, "type": "Door (1)", "width": 0.94, "height": 2.05, "location": "Wall Ext B", "orientation": 1}, {"name": 2, "type": "Windows (1)", "width": 1.4, "height": 1.15, "location": "Wall Dormer", "orientation": 1}, {"name": 3, "type": "Windows (1)", "width": 0.92, "height": 1.16, "location": "Wall Ext B", "orientation": 1}, {"name": 4, "type": "Windows (1)", "width": 1.37, "height": 1.23, "location": "Wall Ext B", "orientation": 1}, {"name": 5, "type": "Windows (1)", "width": 1.21, "height": 1.14, "location": "Wall Ext B", "orientation": 5}, {"name": 6, "type": "Windows (1)", "width": 1.21, "height": 1.14, "location": "Wall Ext B", "orientation": 5}, {"name": 7, "type": "Windows (1)", "width": 2.15, "height": 2.11, "location": "Wall Ext B", "orientation": 5}, {"name": 8, "type": "Windows (1)", "width": 1.36, "height": 1.5, "location": "Wall Ext B", "orientation": 1}, {"name": 9, "type": "Roof windows (1)", "width": 0.5, "height": 0.8, "location": "Roof Slp B", "orientation": 5}, {"name": 10, "type": "Roof windows (1)", "width": 0.5, "height": 0.8, "location": "Roof Slp B", "orientation": 5}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 0, "psi_value": 0.186, "psi_value_source": 3, "thermal_bridge_type": "E1"}, {"length": 10.6, "psi_value": 0.026, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 7.5, "psi_value": 0.025, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 23, "psi_value": 0.027, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 18, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.7, "psi_value": 0.011, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 0, "psi_value": 0.14, "psi_value_source": 3, "thermal_bridge_type": "E7"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E8"}, {"length": 0, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E9"}, {"length": 9.8, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E10"}, {"length": 0, "psi_value": 0.02, "psi_value_source": 3, "thermal_bridge_type": "E11"}, {"length": 1.9, "psi_value": 0.103, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 7, "psi_value": 0.07, "psi_value_source": 3, "thermal_bridge_type": "E13"}, {"length": 5, "psi_value": 0.08, "psi_value_source": 3, "thermal_bridge_type": "E14"}, {"length": 0, "psi_value": 0.56, "psi_value_source": 3, "thermal_bridge_type": "E15"}, {"length": 21.1, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 5.6, "psi_value": -0.095, "psi_value_source": 3, "thermal_bridge_type": "E17"}, {"length": 9.9, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 8.4, "psi_value": 0.098, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 13.8, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 0, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "P3"}, {"length": 7, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "P4"}, {"length": 1.9, "psi_value": 0.037, "psi_value_source": 3, "thermal_bridge_type": "P5"}, {"length": 1, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 1, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 3.2, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 9.8, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R6"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.15, "floor_type": 2, "kappa_value": 75, "storey_height": 2.32, "heat_loss_area": 40.4, "total_floor_area": 40.4}, {"storey": 1, "u_value": 0, "floor_type": 3, "kappa_value": 18, "storey_height": 2.62, "heat_loss_area": 0, "total_floor_area": 40.4, "kappa_value_from_below": 9}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.76, "heat_loss_area": 0, "total_floor_area": 29.2}]}], "heating_cost_current": {"value": 239, "currency": "GBP"}, "co2_emissions_current": 1.5, "energy_rating_average": 60, "energy_rating_current": 85, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": {"value": "Time and temperature zone control", "language": "1"}, "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 239, "currency": "GBP"}, "hot_water_cost_current": {"value": 84, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 32, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 89}, {"sequence": 2, "typical_saving": {"value": 328, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 95, "environmental_impact_rating": 97}], "co2_emissions_potential": 0.3, "energy_rating_potential": 95, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 53, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 2894, "water_heating": 1898}}, "seller_commission_report": "Y", "energy_consumption_current": 75, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "Version: 1.0.4.18", "energy_consumption_potential": 13, "environmental_impact_current": 87, "current_energy_efficiency_band": "B", "environmental_impact_potential": 97, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 13} +{"uprn": 10091720904, "roofs": [{"description": "Average thermal transmittance 0.10 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "walls": [{"description": "Average thermal transmittance 0.25 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.13 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": 1, "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "S42 6FH", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "CHESTERFIELD", "built_form": 1, "created_at": "2019-01-17 16:30:19", "living_area": 15.94, "orientation": 0, "region_code": 6, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "hot_water_store_size": 210, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 0, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 16400, "has_separate_delayed_start": "true", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200002, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "true", "has_cylinder_thermostat": "true", "hot_water_store_heat_loss": 1.58, "has_fixed_air_conditioning": "false", "secondary_heating_category": 1, "is_cylinder_in_heated_space": "true", "primary_pipework_insulation": 4, "is_hot_water_separately_timed": "true", "hot_water_store_heat_loss_source": 2}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Detached house", "language_code": 1, "property_type": 0, "address_line_1": "32 Burton Street", "address_line_2": "Wingerworth", "assessment_date": "2019-01-17", "assessment_type": "SAP", "completion_date": "2019-01-17", "inspection_date": "2019-01-17", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.27, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 5, "open_fireplaces_count": 0, "sheltered_sides_count": 4, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 115, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-01-17", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 2, "fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_count": 10, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": 1, "type": 1, "u_value": 1.2, "data_source": 2, "description": "D1", "glazing_type": 1}, {"name": 2, "type": 4, "u_value": 1.2, "data_source": 2, "description": "W1", "frame_factor": 0.7, "glazing_type": 6, "solar_transmittance": 0.69}, {"name": 9, "type": 2, "u_value": 1.2, "data_source": 2, "description": "D4", "glazing_type": 6}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.1, "roof_type": 2, "description": "Roof", "total_roof_area": 63.75}], "sap_walls": [{"name": "Wall 1", "u_value": 0.25, "wall_type": 2, "description": "External Wall", "total_wall_area": 142.99, "is_curtain_walling": "false"}, {"name": "Wall 2", "u_value": 0.21, "wall_type": 3, "description": "Garage Wall", "total_wall_area": 17.39, "is_curtain_walling": "false"}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": 1, "type": 1, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 2, "type": 2, "width": 0.49, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 3, "type": 2, "width": 1.77, "height": 1.35, "location": "Wall 1", "orientation": 1}, {"name": 4, "type": 2, "width": 1.77, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 8, "type": 2, "width": 1.2, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 9, "type": 9, "width": 0.94, "height": 2.1, "location": "Wall 1", "orientation": 0}, {"name": 10, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 11, "type": 2, "width": 1.05, "height": 1.05, "location": "Wall 1", "orientation": 5}, {"name": 12, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 5}, {"name": 5, "type": 2, "width": 0.63, "height": 1.05, "location": "Wall 1", "orientation": 1}, {"name": 6, "type": 2, "width": 1.2, "height": 1.2, "location": "Wall 1", "orientation": 1}, {"name": 7, "type": 2, "width": 2.18, "height": 2.1, "location": "Wall 1", "orientation": 5}], "construction_year": 2016, "sap_thermal_bridges": {"thermal_bridges": [{"length": 14.57, "psi_value": 0.177, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 12.69, "psi_value": 0.034, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 33.3, "psi_value": 0.04, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 33.21, "psi_value": 0.16, "psi_value_source": 2, "thermal_bridge_type": "E5"}, {"length": 15.06, "psi_value": 0.32, "psi_value_source": 4, "thermal_bridge_type": "E20"}, {"length": 25.5, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 14.47, "psi_value": 0.06, "psi_value_source": 2, "thermal_bridge_type": "E10"}, {"length": 18.59, "psi_value": 0.057, "psi_value_source": 3, "thermal_bridge_type": "E12"}, {"length": 26.54, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 7.2, "psi_value": -0.069, "psi_value_source": 3, "thermal_bridge_type": "E17"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.12, "floor_type": 2, "description": "Ground Floor", "storey_height": 2.3, "heat_loss_area": 50.85, "total_floor_area": 50.85}, {"storey": 1, "u_value": 0.16, "floor_type": 3, "description": "FOG", "storey_height": 2.54, "heat_loss_area": 12.9, "total_floor_area": 63.75}], "thermal_mass_parameter": 153}], "heating_cost_current": {"value": 281, "currency": "GBP"}, "co2_emissions_current": 1.8, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 79, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "true", "heating_cost_potential": {"value": 282, "currency": "GBP"}, "hot_water_cost_current": {"value": 101, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 42, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 87}, {"sequence": 2, "typical_saving": {"value": 288, "currency": "GBP"}, "indicative_cost": "\u00a35,000 - \u00a38,000", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.7, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 79, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 57, "currency": "GBP"}, "is_in_smoke_control_area": "unknown", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 4280, "water_heating": 2185}}, "seller_commission_report": "Y", "energy_consumption_current": 91, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": 6.3, "energy_consumption_potential": 33, "environmental_impact_current": 85, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 16} +{"uprn": 10091662506, "roofs": [{"description": "Average thermal transmittance 0.20 W/m\u00b2K", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "walls": [{"description": "Average thermal transmittance 0.28 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "floors": [{"description": "Average thermal transmittance 0.18 W/m\u00b2K", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "status": "entered", "tenure": "ND", "windows": {"description": "High performance glazing", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "lighting": {"description": "Low energy lighting in all fixed outlets", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}, "postcode": "PR4 1FL", "data_type": 2, "hot_water": {"description": "From main system", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "post_town": "PRESTON", "built_form": 2, "created_at": "2019-06-06 15:15:49", "living_area": 15.28, "orientation": 1, "region_code": 19, "report_type": 3, "sap_heating": {"thermal_store": 1, "water_fuel_type": 1, "water_heating_code": 901, "main_heating_details": [{"main_fuel_type": 1, "heat_emitter_type": 1, "emitter_temperature": 1, "is_flue_fan_present": "true", "main_heating_number": 1, "main_heating_control": 2110, "is_interlocked_system": "true", "main_heating_category": 2, "main_heating_fraction": 1, "main_heating_flue_type": 2, "central_heating_pump_age": 2, "main_heating_data_source": 1, "main_heating_index_number": 18493, "has_separate_delayed_start": "false", "load_or_weather_compensation": 4, "compensating_controller_index_number": 200056, "is_central_heating_pump_in_heated_space": "true"}], "has_hot_water_cylinder": "false", "has_fixed_air_conditioning": "false", "secondary_heating_category": 1}, "sap_version": 9.92, "schema_type": "SAP-Schema-17.1", "uprn_source": "Energy Assessor", "country_code": "ENG", "main_heating": [{"description": "Boiler and radiators, mains gas", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}], "air_tightness": {"description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", "energy_efficiency_rating": 4, "environmental_efficiency_rating": 4}, "dwelling_type": "Semi-detached house", "language_code": 1, "property_type": 0, "address_line_1": "2, Foxtail Drive", "address_line_2": "Warton", "assessment_date": "2019-06-06", "assessment_type": "SAP", "completion_date": "2019-06-06", "inspection_date": "2019-06-06", "sap_ventilation": {"psv_count": 0, "pressure_test": 1, "air_permeability": 4.08, "open_flues_count": 0, "ventilation_type": 1, "extract_fans_count": 3, "open_fireplaces_count": 0, "sheltered_sides_count": 2, "flueless_gas_fires_count": 0}, "design_water_use": 1, "sap_data_version": 9.92, "total_floor_area": 107, "transaction_type": 6, "conservatory_type": 1, "registration_date": "2019-06-06", "sap_energy_source": {"electricity_tariff": 1, "wind_turbines_count": 0, "wind_turbine_terrain_type": 1, "fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_count": 18, "low_energy_fixed_lighting_outlets_percentage": 100}, "sap_opening_types": [{"name": "Opening Type 1", "type": 4, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}, {"name": "Opening Type 11", "type": 2, "u_value": 1.5, "data_source": 2, "glazing_type": 4}, {"name": "Opening Type 13", "type": 5, "u_value": 1.3, "data_source": 2, "frame_factor": 0.7, "glazing_type": 4, "solar_transmittance": 0.72}], "secondary_heating": {"description": "None", "energy_efficiency_rating": 0, "environmental_efficiency_rating": 0}, "sap_building_parts": [{"sap_roofs": [{"name": "Roof 1", "u_value": 0.16, "roof_type": 2, "description": "Dormer Roof", "total_roof_area": 2.1}, {"name": "Roof 2", "u_value": 0.2, "roof_type": 2, "description": "Sloping Roof", "total_roof_area": 44.05}], "sap_walls": [{"name": "External Wall 1", "u_value": 0.19, "wall_type": 2, "description": "Dormer Wall", "total_wall_area": 5.1, "is_curtain_walling": "false"}, {"name": "External Wall 2", "u_value": 0.31, "wall_type": 2, "description": "Ext spandrel gable", "total_wall_area": 19.04, "is_curtain_walling": "false"}, {"name": "External Wall 3", "u_value": 0.27, "wall_type": 2, "description": "External Wall", "total_wall_area": 90.72, "is_curtain_walling": "false"}, {"name": "External Wall 4", "u_value": 0.31, "wall_type": 2, "description": "Knee Wall", "total_wall_area": 3.77, "is_curtain_walling": "false"}, {"name": "Party Wall 0", "u_value": 0, "wall_type": 4, "total_wall_area": 36.8}, {"name": "Party Wall 0", "u_value": 0.2, "wall_type": 4, "total_wall_area": 19.04}], "identifier": "Main Dwelling", "overshading": 2, "sap_openings": [{"name": "W1", "type": "Opening Type 1", "width": 1.81, "height": 1.35, "location": "External Wall 3", "orientation": 7}, {"name": "W2", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 3", "orientation": 1}, {"name": "W3", "type": "Opening Type 1", "width": 1.24, "height": 1.05, "location": "External Wall 3", "orientation": 3}, {"name": "W4", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 3", "orientation": 7}, {"name": "W5", "type": "Opening Type 1", "width": 0.68, "height": 1.2, "location": "External Wall 3", "orientation": 7}, {"name": "W6", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 3", "orientation": 1}, {"name": "W7", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 3", "orientation": 3}, {"name": "W8", "type": "Opening Type 1", "width": 1.24, "height": 1.2, "location": "External Wall 3", "orientation": 3}, {"name": "W9", "type": "Opening Type 1", "width": 1.2, "height": 1.05, "location": "External Wall 1", "orientation": 7}, {"name": "W10", "type": "Opening Type 1", "width": 0.46, "height": 1.05, "location": "External Wall 3", "orientation": 1}, {"name": "D1", "type": "Opening Type 11", "width": 1.01, "height": 2.1, "location": "External Wall 3", "orientation": 0}, {"name": "D2", "type": "Opening Type 1", "width": 1.58, "height": 2.1, "location": "External Wall 3", "orientation": 3}, {"name": "V1", "type": "Opening Type 13", "pitch": 45, "width": 0.55, "height": 0.97, "location": "Roof 2", "orientation": 3}], "construction_year": 2019, "sap_thermal_bridges": {"thermal_bridges": [{"length": 12.62, "psi_value": 0.062, "psi_value_source": 3, "thermal_bridge_type": "E2"}, {"length": 11.61, "psi_value": 0.009, "psi_value_source": 3, "thermal_bridge_type": "E3"}, {"length": 31.2, "psi_value": 0.014, "psi_value_source": 3, "thermal_bridge_type": "E4"}, {"length": 17.06, "psi_value": 0.051, "psi_value_source": 3, "thermal_bridge_type": "E5"}, {"length": 34.13, "psi_value": -0.001, "psi_value_source": 3, "thermal_bridge_type": "E6"}, {"length": 9.64, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E11"}, {"length": 10.506, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "E13"}, {"length": 15.378, "psi_value": 0.058, "psi_value_source": 3, "thermal_bridge_type": "E16"}, {"length": 15.378, "psi_value": 0.041, "psi_value_source": 3, "thermal_bridge_type": "E18"}, {"length": 7.43, "psi_value": 0.052, "psi_value_source": 3, "thermal_bridge_type": "P1"}, {"length": 14.86, "psi_value": 0, "psi_value_source": 3, "thermal_bridge_type": "P2"}, {"length": 10.506, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "P5"}, {"length": 0.55, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R1"}, {"length": 0.55, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R2"}, {"length": 1.94, "psi_value": 0.08, "psi_value_source": 4, "thermal_bridge_type": "R3"}, {"length": 6.992, "psi_value": 0.04, "psi_value_source": 4, "thermal_bridge_type": "R7"}, {"length": 3.966, "psi_value": 0.06, "psi_value_source": 4, "thermal_bridge_type": "R8"}], "thermal_bridge_code": 5}, "building_part_number": 1, "sap_floor_dimensions": [{"storey": 0, "u_value": 0.18, "floor_type": 2, "description": "Ground floor", "storey_height": 2.31, "heat_loss_area": 35.81, "total_floor_area": 35.81}, {"storey": 1, "u_value": 0, "floor_type": 3, "storey_height": 2.64, "heat_loss_area": 0, "total_floor_area": 35.81}, {"storey": 2, "u_value": 0, "floor_type": 3, "storey_height": 2.73, "heat_loss_area": 0, "total_floor_area": 35.81}], "thermal_mass_parameter": 250}], "heating_cost_current": {"value": 260, "currency": "GBP"}, "co2_emissions_current": 1.6, "energy_rating_average": 60, "energy_rating_current": 84, "lighting_cost_current": {"value": 76, "currency": "GBP"}, "main_heating_controls": [{"description": "Time and temperature zone control", "energy_efficiency_rating": 5, "environmental_efficiency_rating": 5}], "has_hot_water_cylinder": "false", "heating_cost_potential": {"value": 260, "currency": "GBP"}, "hot_water_cost_current": {"value": 76, "currency": "GBP"}, "suggested_improvements": [{"sequence": 1, "typical_saving": {"value": 30, "currency": "GBP"}, "indicative_cost": "\u00a34,000 - \u00a36,000", "improvement_type": "N", "improvement_details": {"improvement_number": 19}, "improvement_category": 5, "energy_performance_rating": 86, "environmental_impact_rating": 88}, {"sequence": 2, "typical_saving": {"value": 294, "currency": "GBP"}, "indicative_cost": "\u00a33,500 - \u00a35,500", "improvement_type": "U", "improvement_details": {"improvement_number": 34}, "improvement_category": 5, "energy_performance_rating": 94, "environmental_impact_rating": 95}], "co2_emissions_potential": 0.5, "energy_rating_potential": 94, "lighting_cost_potential": {"value": 76, "currency": "GBP"}, "schema_version_original": "LIG-17.0", "hot_water_cost_potential": {"value": 46, "currency": "GBP"}, "is_in_smoke_control_area": "false", "renewable_heat_incentive": {"rhi_new_dwelling": {"space_heating": 3771, "water_heating": 1723}}, "seller_commission_report": "Y", "energy_consumption_current": 83, "has_fixed_air_conditioning": "false", "multiple_glazed_percentage": 100, "calculation_software_version": "4.10r08", "energy_consumption_potential": 24, "environmental_impact_current": 86, "current_energy_efficiency_band": "B", "environmental_impact_potential": 95, "has_heated_separate_conservatory": "false", "potential_energy_efficiency_band": "A", "co2_emissions_current_per_floor_area": 15} diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100020212302/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100020212302/epc.json new file mode 100644 index 00000000..0a7f0c28 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100020212302/epc.json @@ -0,0 +1,402 @@ +{ + "uprn": 100020212302, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 42% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "postcode": "DA7 4NA", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "BEXLEYHEATH", + "built_form": 4, + "created_at": "2015-03-31 08:34:48.000000", + "door_count": 2, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 1, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2104, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 4017 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Mid-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Mason Close", + "assessment_type": "RdSAP", + "completion_date": "2015-03-31", + "inspection_date": "2015-03-30", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 103, + "transaction_type": 1, + "conservatory_type": 1, + "heated_room_count": 5, + "pvc_window_frames": "true", + "registration_date": "2015-03-31", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 1, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.41, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 34.37, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 20.96, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 6.56, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "total_floor_area": { + "value": 34.37, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 20.96, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 6.56, + "quantity": "metres" + } + }, + { + "floor": 2, + "room_height": { + "value": 2.42, + "quantity": "metres" + }, + "total_floor_area": { + "value": 34.37, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 20.96, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 6.56, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "E", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 42, + "solar_water_heating": "N", + "habitable_room_count": 5, + "heating_cost_current": { + "value": 434, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.9, + "energy_rating_average": 60, + "energy_rating_current": 73, + "lighting_cost_current": { + "value": 108, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer and room thermostat", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 371, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 184, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 34, + "currency": "GBP" + }, + "indicative_cost": "\u00a335", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 71 + }, + { + "sequence": 2, + "typical_saving": { + "value": 130, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 79, + "environmental_impact_rating": 78 + }, + { + "sequence": 3, + "typical_saving": { + "value": 45, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 80, + "environmental_impact_rating": 81 + }, + { + "sequence": 4, + "typical_saving": { + "value": 285, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 156, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 79, + "environmental_impact_rating": 96 + }, + { + "sequence": 2, + "typical_saving": { + "value": 126, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 78, + "environmental_impact_rating": 81 + }, + { + "sequence": 3, + "typical_saving": { + "value": 109, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 78, + "environmental_impact_rating": 75 + } + ], + "hot_water_cost_potential": { + "value": 78, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2926, + "space_heating_existing_dwelling": 5282 + }, + "energy_consumption_current": 162, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.0.0.0", + "energy_consumption_potential": 51, + "environmental_impact_current": 71, + "fixed_lighting_outlets_count": 12, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 28, + "low_energy_fixed_lighting_outlets_count": 5 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100060930947/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100060930947/epc.json new file mode 100644 index 00000000..57c02596 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100060930947/epc.json @@ -0,0 +1,325 @@ +{ + "uprn": 100060930947, + "roofs": [ + { + "description": { + "value": "Pitched, 150 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA11 8EA", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "GRAVESEND", + "built_form": 2, + "created_at": "2015-01-16 19:39:16.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 10322 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Haldane Gardens", + "assessment_type": "RdSAP", + "completion_date": "2015-01-16", + "inspection_date": "2015-01-16", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 76, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "pvc_window_frames": "false", + "registration_date": "2015-01-16", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.35, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 38, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 7.6, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 17.6, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.35, + "quantity": "metres" + }, + "total_floor_area": { + "value": 38, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 7.6, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 17.6, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "F", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "150mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 422, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.4, + "energy_rating_average": 60, + "energy_rating_current": 72, + "lighting_cost_current": { + "value": 50, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 393, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 130, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 31, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 72 + }, + { + "sequence": 2, + "typical_saving": { + "value": 47, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 75 + }, + { + "sequence": 3, + "typical_saving": { + "value": 278, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 85 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 86, + "lighting_cost_potential": { + "value": 50, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 80, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2629, + "impact_of_loft_insulation": -225, + "space_heating_existing_dwelling": 6203 + }, + "energy_consumption_current": 181, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 74, + "environmental_impact_current": 70, + "fixed_lighting_outlets_count": 9, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 32, + "low_energy_fixed_lighting_outlets_count": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061086424/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061086424/epc.json new file mode 100644 index 00000000..a3bb8678 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061086424/epc.json @@ -0,0 +1,343 @@ +{ + "uprn": 100061086424, + "roofs": [ + { + "description": { + "value": "Pitched, 270 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME9 9HB", + "hot_water": { + "description": { + "value": "Electric immersion, off-peak", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "SITTINGBOURNE", + "built_form": 2, + "created_at": "2017-01-18 22:38:36", + "door_count": 2, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 4, + "water_heating_code": 903, + "water_heating_fuel": 29, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 29, + "storage_heaters": [ + { + "index_number": 230001, + "number_of_heaters": 3, + "high_heat_retention": "true" + }, + { + "index_number": 230003, + "number_of_heaters": 2, + "high_heat_retention": "true" + } + ], + "heat_emitter_type": 0, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2404, + "main_heating_category": 7, + "main_heating_fraction": 1, + "sap_main_heating_code": 409, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": 1, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Electric storage heaters", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + } + ], + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Brunswick Field", + "address_line_2": "Conyer", + "assessment_type": "RdSAP", + "completion_date": "2017-01-18", + "inspection_date": "2016-12-14", + "extensions_count": 1, + "measurement_type": 1, + "total_floor_area": 88, + "transaction_type": 5, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2017-01-18", + "sap_energy_source": { + "mains_gas": "N", + "meter_type": 1, + "photovoltaic_supply": { + "pv_arrays": [ + { + "pitch": 4, + "peak_power": { + "value": 3.1, + "quantity": "kW" + }, + "orientation": 6, + "overshading": 1, + "pv_connection": 2 + } + ] + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "Portable electric heaters (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 43.64, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 8.33, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 17.61, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "total_floor_area": { + "value": 43.64, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 8.33, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 18.81, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "party_wall_construction": 1, + "wall_thickness_measured": "N", + "roof_insulation_location": 2, + "roof_insulation_thickness": "270mm", + "wall_insulation_thickness": "NI" + }, + { + "identifier": "Extension", + "wall_dry_lined": "N", + "floor_heat_loss": 7, + "roof_construction": 5, + "wall_construction": 4, + "building_part_number": 2, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 1.08, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 0.9, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 2.1, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "party_wall_construction": 1, + "wall_thickness_measured": "N", + "roof_insulation_location": 4, + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 543, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.4, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Controls for high heat retention storage heaters", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 543, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 161, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 3.4, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 161, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2170, + "impact_of_loft_insulation": -7, + "space_heating_existing_dwelling": 6598 + }, + "energy_consumption_current": 228, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "sap_deselected_improvements": [ + "W2", + "N" + ], + "calculation_software_version": "2.0.0.0", + "energy_consumption_potential": 228, + "environmental_impact_current": 59, + "fixed_lighting_outlets_count": 10, + "windows_transmission_details": { + "u_value": 2, + "data_source": 2, + "solar_transmittance": 0.72 + }, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 59, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 39, + "low_energy_fixed_lighting_outlets_count": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061795739/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061795739/epc.json new file mode 100644 index 00000000..096d5060 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100061795739/epc.json @@ -0,0 +1,427 @@ +{ + "uprn": 100061795739, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 64% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "postcode": "RH11 7US", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "post_town": "CRAWLEY", + "built_form": 3, + "created_at": "2015-04-08 23:46:01.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2107, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 16513 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 2, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Vivienne Close", + "assessment_type": "RdSAP", + "completion_date": "2015-04-08", + "inspection_date": "2015-04-08", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 92, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 5, + "registration_date": "2015-04-08", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 275, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.35, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 46.08, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.6, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 19.2, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.35, + "quantity": "metres" + }, + "total_floor_area": { + "value": 46.08, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.6, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 19.2, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "F", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 64, + "solar_water_heating": "N", + "habitable_room_count": 5, + "heating_cost_current": { + "value": 566, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.9, + "energy_rating_average": 60, + "energy_rating_current": 65, + "lighting_cost_current": { + "value": 79, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, TRVs and bypass", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 422, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 255, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 54, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 63 + }, + { + "sequence": 2, + "typical_saving": { + "value": 36, + "currency": "GBP" + }, + "indicative_cost": "\u00a315 - \u00a330", + "improvement_type": "C", + "improvement_details": { + "improvement_number": 2 + }, + "improvement_category": 5, + "energy_performance_rating": 68, + "environmental_impact_rating": 64 + }, + { + "sequence": 3, + "typical_saving": { + "value": 17, + "currency": "GBP" + }, + "indicative_cost": "\u00a320", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 65 + }, + { + "sequence": 4, + "typical_saving": { + "value": 50, + "currency": "GBP" + }, + "indicative_cost": "\u00a3350 - \u00a3450", + "improvement_type": "G", + "improvement_details": { + "improvement_number": 14 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 68 + }, + { + "sequence": 5, + "typical_saving": { + "value": 144, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 75 + }, + { + "sequence": 6, + "typical_saving": { + "value": 45, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 78 + }, + { + "sequence": 7, + "typical_saving": { + "value": 275, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 88, + "environmental_impact_rating": 86 + } + ], + "co2_emissions_potential": 1.2, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 58, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 156, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 76, + "environmental_impact_rating": 95 + }, + { + "sequence": 2, + "typical_saving": { + "value": 127, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 78 + }, + { + "sequence": 3, + "typical_saving": { + "value": 122, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 76, + "environmental_impact_rating": 72 + } + ], + "hot_water_cost_potential": { + "value": 75, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 3566, + "space_heating_existing_dwelling": 6537 + }, + "energy_consumption_current": 240, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 71, + "environmental_impact_current": 60, + "fixed_lighting_outlets_count": 11, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 42, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100090182702/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100090182702/epc.json new file mode 100644 index 00000000..6f0b4ce5 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_100090182702/epc.json @@ -0,0 +1,476 @@ +{ + "uprn": 100090182702, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Solid brick, as built, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + }, + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 33% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "postcode": "PE2 8JG", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "post_town": "PETERBOROUGH", + "built_form": 3, + "created_at": "2016-07-16 18:40:54.000000", + "door_count": 2, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 2, + "report_type": 2, + "sap_heating": { + "cylinder_size": 3, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 115, + "central_heating_pump_age": 0, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 80 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Chapel Street", + "address_line_2": "Stanground", + "assessment_type": "RdSAP", + "completion_date": "2016-07-16", + "inspection_date": "2016-07-16", + "extensions_count": 1, + "measurement_type": 1, + "total_floor_area": 80, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "pvc_window_frames": "true", + "registration_date": "2016-07-16", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "Y", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.47, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 40.67, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 11.77, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 17.25, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.47, + "quantity": "metres" + }, + "total_floor_area": { + "value": 37.16, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 11.77, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 18.87, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "B", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "wall_insulation_thickness": "NI" + }, + { + "identifier": "Extension", + "wall_dry_lined": "N", + "wall_thickness": 310, + "floor_heat_loss": 7, + "roof_construction": 5, + "wall_construction": 4, + "building_part_number": 2, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.47, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 2.06, + "quantity": "square metres" + }, + "party_wall_length": 0, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 4.08, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "I", + "party_wall_construction": "NA", + "wall_thickness_measured": "Y", + "roof_insulation_location": 4, + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 33, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 780, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 4.6, + "energy_rating_average": 60, + "energy_rating_current": 56, + "lighting_cost_current": { + "value": 89, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 358, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 179, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 256, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a314,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 66, + "environmental_impact_rating": 63 + }, + { + "sequence": 2, + "typical_saving": { + "value": 49, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 68, + "environmental_impact_rating": 65 + }, + { + "sequence": 3, + "typical_saving": { + "value": 29, + "currency": "GBP" + }, + "indicative_cost": "\u00a340", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 70, + "environmental_impact_rating": 66 + }, + { + "sequence": 4, + "typical_saving": { + "value": 148, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 75 + }, + { + "sequence": 5, + "typical_saving": { + "value": 47, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 77 + }, + { + "sequence": 6, + "typical_saving": { + "value": 37, + "currency": "GBP" + }, + "indicative_cost": "\u00a31,000 - \u00a31,400", + "improvement_type": "O3", + "improvement_details": { + "improvement_number": 56 + }, + "improvement_category": 5, + "energy_performance_rating": 79, + "environmental_impact_rating": 79 + }, + { + "sequence": 7, + "typical_saving": { + "value": 285, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 53, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 154, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 95 + }, + { + "sequence": 2, + "typical_saving": { + "value": 105, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 77 + }, + { + "sequence": 3, + "typical_saving": { + "value": 119, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 71 + } + ], + "hot_water_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2579, + "impact_of_loft_insulation": -8, + "impact_of_solid_wall_insulation": -3970, + "space_heating_existing_dwelling": 10325 + }, + "energy_consumption_current": 330, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 59, + "environmental_impact_current": 49, + "fixed_lighting_outlets_count": 12, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 58, + "low_energy_fixed_lighting_outlets_count": 4 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10023230742/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10023230742/epc.json new file mode 100644 index 00000000..0288299a --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10023230742/epc.json @@ -0,0 +1,261 @@ +{ + "uprn": 10023230742, + "roofs": [ + { + "description": { + "value": "(another dwelling above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE8 5BU", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2015-04-30 21:43:58.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 10327 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "Apartment 1 The Drakes", + "address_line_2": "390, Evelyn Street", + "assessment_type": "RdSAP", + "completion_date": "2015-04-30", + "inspection_date": "2015-04-30", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 0 + }, + "total_floor_area": 65, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2015-04-30", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 1 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 340, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 64.8, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 16.8, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 16.8, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "K", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 210, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 48, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 210, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 101, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 1.2, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 48, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 101, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1998, + "space_heating_existing_dwelling": 1652 + }, + "energy_consumption_current": 103, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 103, + "environmental_impact_current": 84, + "fixed_lighting_outlets_count": 8, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 84, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18, + "low_energy_fixed_lighting_outlets_count": 8 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10070622696/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10070622696/epc.json new file mode 100644 index 00000000..213463fe --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_10070622696/epc.json @@ -0,0 +1,408 @@ +{ + "uprn": 10070622696, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, limited insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 73% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH17 7GA", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "HAYWARDS HEATH", + "built_form": 2, + "created_at": "2014-12-09 15:05:29.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 101, + "central_heating_pump_age": 0, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 2, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Old Farm Close", + "assessment_type": "RdSAP", + "completion_date": "2014-12-09", + "inspection_date": "2014-12-02", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 75, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "pvc_window_frames": "false", + "registration_date": "2014-12-09", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 320, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 39, + "quantity": "square metres" + }, + "party_wall_length": 0, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 20, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "total_floor_area": { + "value": 36, + "quantity": "square metres" + }, + "party_wall_length": 0, + "heat_loss_perimeter": { + "value": 19, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "I", + "party_wall_construction": "NI", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 73, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 452, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.0, + "energy_rating_average": 60, + "energy_rating_current": 67, + "lighting_cost_current": { + "value": 65, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 402, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 186, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 0, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 22, + "currency": "GBP" + }, + "indicative_cost": "\u00a315 - \u00a330", + "improvement_type": "C", + "improvement_details": { + "improvement_number": 2 + }, + "improvement_category": 5, + "energy_performance_rating": 68, + "environmental_impact_rating": 65 + }, + { + "sequence": 2, + "typical_saving": { + "value": 13, + "currency": "GBP" + }, + "indicative_cost": "\u00a380 - \u00a3120", + "improvement_type": "D", + "improvement_details": { + "improvement_number": 10 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 66 + }, + { + "sequence": 3, + "typical_saving": { + "value": 12, + "currency": "GBP" + }, + "indicative_cost": "\u00a315", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 66 + }, + { + "sequence": 4, + "typical_saving": { + "value": 92, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 72 + }, + { + "sequence": 5, + "typical_saving": { + "value": 42, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 75 + }, + { + "sequence": 6, + "typical_saving": { + "value": 272, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 85 + } + ], + "co2_emissions_potential": 1.1, + "energy_rating_potential": 86, + "lighting_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 98, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 73, + "environmental_impact_rating": 95 + }, + { + "sequence": 2, + "typical_saving": { + "value": 77, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 72, + "environmental_impact_rating": 75 + }, + { + "sequence": 3, + "typical_saving": { + "value": 66, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 73, + "environmental_impact_rating": 69 + } + ], + "hot_water_cost_potential": { + "value": 69, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 3155, + "space_heating_existing_dwelling": 5766 + }, + "energy_consumption_current": 227, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 78, + "environmental_impact_current": 63, + "fixed_lighting_outlets_count": 11, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 40, + "low_energy_fixed_lighting_outlets_count": 8 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_68151071/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_68151071/epc.json new file mode 100644 index 00000000..3764a3cf --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.0/uprn_68151071/epc.json @@ -0,0 +1,305 @@ +{ + "uprn": 68151071, + "roofs": [ + { + "description": { + "value": "Pitched, 200 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Suspended, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH1 2BF", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "REDHILL", + "built_form": 2, + "created_at": "2017-03-29 14:14:27.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17550 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Semi-detached bungalow", + "language": "1" + }, + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Fulbourne Close", + "assessment_type": "RdSAP", + "completion_date": "2017-03-29", + "inspection_date": "2017-03-24", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 50, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "false", + "registration_date": "2017-03-29", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.36, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 50.34, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.48, + "quantity": "metres" + }, + "floor_construction": 2, + "heat_loss_perimeter": { + "value": 20.1, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "200mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 357, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.0, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 317, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 114, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 41, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W1", + "improvement_details": { + "improvement_number": 57 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 73 + }, + { + "sequence": 2, + "typical_saving": { + "value": 40, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 76 + }, + { + "sequence": 3, + "typical_saving": { + "value": 287, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 88, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 0.6, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 73, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2288, + "space_heating_existing_dwelling": 5169 + }, + "energy_consumption_current": 229, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "9.0.0", + "energy_consumption_potential": 68, + "environmental_impact_current": 70, + "fixed_lighting_outlets_count": 7, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 40, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_inputs.md new file mode 100644 index 00000000..07721972 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_inputs.md @@ -0,0 +1,189 @@ +# Elmhurst RdSAP inputs β€” UPRN 10002468137 (cert 0215-2818-7357-9703-2145, RdSAP-Schema-17.1) + +**Lodged SAP:** 55 **Our engine:** 62 (continuous 62.47) ← compare Elmhurst against **62** +**Known divergences:** +- **Economy-7 fuel-cost bug (see Meters / Water Heating):** the engine prices 100% of off-peak space heating + hot water at the 5.50p low rate (Β£0.055/kWh) instead of the SAP Table 12a high/low split. Engine total fuel cost **Β£595.68** vs lodged heating Β£619 + HW Β£140 + lighting Β£39 β‰ˆ **Β£798**. This under-costing is the lead suspect for the +7 over-rating. +- **Glazing date band (see Windows):** RdSAP-17.1 glazing codes inherit RdSAP-20.0.0 coefficients β€” record the U-value Elmhurst assigns vs the engine's effective 2.27 W/mΒ²K. + +Property: End-terrace house, 1 Foundry Cottages, Heyshott, Midhurst GU29 0DB. All-electric, high-heat-retention storage heaters on Economy 7, solid-brick uninsulated. + +--- + +## Property Description + +| Elmhurst field | Value | Notes | +|---|---|---| +| Property type | House | `property_type` 0 | +| Built form | End-Terrace | `built_form` 3 | +| Storeys | 2 | ground + first floor | +| Habitable Rooms | 3 | `habitable_room_count` | +| Heated Habitable Rooms | 3 | `heated_room_count` | +| Date built β€” Main | **A β€” before 1900** | `construction_age_band` A (E&W) | +| Extensions / Rooms in Roof | none | `extensions_count` 0; loft, not room-in-roof | + +## Dimensions (Type: Internal) + +| Floor | Floor Area [mΒ²] | Room Height [m] | Heat Loss Perimeter [m] | Party Wall Length [m] | +|---|---|---|---|---| +| Lowest Floor (ground) | 24.00 | 2.40 | 12.16 | 7.06 | +| 1st Floor | 24.00 | 2.50 | 13.86 | 7.06 | + +Total floor area 48 mΒ². Heated Basement: unchecked. + +## Conservatory + +| Elmhurst field | Value | Notes | +|---|---|---| +| Is there a conservatory? | No (unchecked) | `conservatory_type` 1 = none | + +## Walls + +**External / Main wall** +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | Solid Brick | `wall_construction` 3 | +| Insulation | As Built | `wall_insulation_thickness` "NI" (none) | +| Dry-lining | No | `wall_dry_lined` N | +| Wall Thickness | 300 mm | `wall_thickness` 300, measured (Unknown unchecked) | +| U-value Known | unchecked | none lodged | + +**Alternative Wall 1** β€” area 3.40 mΒ², Solid Brick, As Built, No dry-lining, 300 mm (`sap_alternative_wall`). Alternative Wall 2: 0.00. + +**Party wall** +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | **Solid** (U-value 0.00) | `party_wall_construction` 1 β†’ solid masonry, U=0. **NOT "Unable to determine"** (that would wrongly add ~0.25 Γ— area). Engine `party_walls_w_per_k` = 0.0 βœ“ | + +## Roofs + +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | PA Pitched (slates/tiles), access to loft | loft insulation | +| Insulation | Joists | `roof_insulation_location` 2 | +| Insulation Thickness | **200 mm** | `roof_insulation_thickness` "200mm" (default U β‰ˆ 0.21; engine roof 5.04 W/K) | +| U-value Known | unchecked | | + +## Floors + +| Elmhurst field | Value | Notes | +|---|---|---| +| Location | Ground floor | | +| Type | **Solid** | `floor_construction` 1 (NOT suspended) | +| Insulation | As built | "no insulation (assumed)" | +| U-value Known | unchecked | engine floor 16.8 W/K | + +## Openings β€” Windows + +RdSAP reduced-data: **no real geometry** β€” synthesised as 4 windows, one per cardinal direction. Total glazing **5.75 mΒ²** (0.148 Γ— 48 Γ— 0.81; `glazed_area` 3 = "less than typical", Γ—0.81). + +Add **4 identical windows**, orientations **North / East / South / West**: +| Elmhurst field | Value | Notes | +|---|---|---| +| Width [m] | 1.44 | area/4 | +| Height [m] | 1.00 | height=1 so width carries area | +| Glazing Type | **Double with unknown install date** | `multiple_glazing_type` 3, no explicit date; engine eff U **2.27 W/mΒ²K** β€” compare to Elmhurst's default (β‰ˆ2.70) | +| Frame Type | PVC | `pvc_window_frames` true | +| Glazing Gap | 12 mm | `glazing_gap` 12 | +| Location | **External wall** | not Alternative wall | +| Orientation | N / E / S / W (one each) | not lodged; engine spreads evenly | +| Draught Proofed | βœ“ (100%) | `percent_draughtproofed` 100 | +| U-value / g-value | leave Elmhurst default | note for comparison | + +## Openings β€” Doors + +| Elmhurst field | Value | Notes | +|---|---|---| +| Total Number of Doors | 2 | `door_count` | +| Number of Insulated Doors | 0 | `insulated_door_count` | +| Number of Draught Proofed Doors | 2 | 100% draughtproofed | + +(Engine doors 11.1 W/K = 2 Γ— 1.85 mΒ² Γ— 3.0 default U βœ“) + +## Ventilation & Lighting + +**Ventilation** β€” all 0 / unchecked: open chimneys 0 (`open_fireplaces_count`), no flues/passive vents/flueless gas fires; Fixed space cooling unchecked (`has_fixed_air_conditioning` false). Draught Lobby: leave default (not in RdSAP house data). + +**Mechanical Ventilation** β€” unchecked (`mechanical_ventilation` 0 = natural). + +**Air Pressure Test** β€” Not available (RdSAP uses % draughtproofing). + +**Lighting** +| Elmhurst field | Value | Notes | +|---|---|---| +| Total number of bulbs | 6 | `fixed_lighting_outlets_count` (SAP-2012 lodges outlets, not bulbs) | +| Low energy | 6 (100%) | `low_energy_fixed_lighting_outlets_count`; minor energy term (engine 133 kWh) | +| Incandescents | 0 | | + +## Space Heating + +**Main Heating 1** +| Elmhurst field | Value | Notes | +|---|---|---| +| Main Heating EES Code | **SEK β†’ SAP 409, High heat retention storage heaters** | EES: Electric β†’ Electric β†’ Storage β†’ High heat retention. `sap_main_heating_code` 409 | +| Main Heating Controls EES | **CSD β†’ SAP 2404, Controls for high heat retention storage heaters** | EES: Storage Radiator Systems β†’ CSD. `main_heating_control` 2404 | +| Percentage of Heat | 100 | `main_heating_fraction` 1 | +| Storage heater list | 6 heaters, all high heat retention | `storage_heaters` 2+2+2 | +| PCDF refs / Compensator | 0 | none lodged | +| Heat Emitter / Flue / Pump Age | N/A | wet-system fields β€” disabled for storage heaters | + +**Main Heating 2** β€” none (clear "COM"; % heat 0). Only one main system. + +**Community Heating** β€” None. + +**Meters** ⚠️ +| Elmhurst field | Value | Notes | +|---|---|---| +| Electricity meter type | **Dual-rate / Economy 7 (7-hour)** | NOT Single. `main_fuel_type`/`water_heating_fuel` 29 = off-peak 7-hour. **Engine bug: prices 100% at 5.50p low rate (Β£0.055/kWh) β€” should apply SAP Table 12a high/low split (high rate 15.29p)** | +| Mains gas | **unchecked** | `mains_gas` N | +| Electricity / Gas Smart Meter | unchecked | | + +**Secondary heating** +| Elmhurst field | Value | Notes | +|---|---|---| +| Is there secondary heating? | Yes | engine 10% fraction | +| Secondary Heating EES Code | REA β†’ SAP 691, Electric Panel/convector/radiant heaters | "Portable electric heaters (assumed)"; EES Electric β†’ Electric β†’ Room Heaters β†’ Panel/convector/radiant. **Standard** tariff (fuel 30, 15.29p) β€” engine got this rate right | + +## Water Heating + +| Elmhurst field | Value | Notes | +|---|---|---| +| Water Heating EES Code | **SAP 903, Electric immersion (off-peak)** | Elmhurst "**Water Heater**" category β€” NOT "Boiler Circulator" (901 = from main system). `water_heating_code` 903 | +| Hot Water Cylinder Present | βœ“ checked | `has_hot_water_cylinder` true | +| Cylinder Size | Medium | `cylinder_size` 2 | +| Insulated | **Foam** | `cylinder_insulation_type` 1 = factory foam | +| Insulation Thickness | 38 mm | `cylinder_insulation_thickness` | +| Immersion Heater | Single | `immersion_heating_type` 1 | + +(HW also priced at the buggy Β£0.055/kWh β€” engine HW 2134 kWh.) + +- **Community Hot Water** β€” PCDF ref 0 (none). +- **Solar Water Heating** β€” unchecked (`solar_water_heating` N). +- **WWHRS** ⚠️ β€” **No / not present**. `sap_heating.instantaneous_wwhrs` here = bath/shower ROOM counts (1 bath/shower room + 1 bath-with-mixer), NOT a heat-recovery device (ADR-0028). Do **not** add a Showersave unit β€” it would wrongly raise the score. +- **FGHRS** β€” both unchecked (`has_fghrs` N). + +## New Technologies + +| Elmhurst field | Value | Notes | +|---|---|---| +| Photovoltaic panel | None | no PV lodged | +| Wind turbine present? | No | `wind_turbines_count` 0 | +| Small-Scale Hydro | 0.00 | | +| Special Features (Appendix Q) | none | | + +(Export capable meter has no effect with no generation.) + +--- + +## Engine reference values (for cross-check) + +| Quantity | Engine value | +|---|---| +| SAP score | **62** (continuous 62.47) | +| Total fuel cost | Β£595.68 | +| Space heating | 6717.47 kWh/yr (main fuel 6045.73, secondary 671.75) | +| Hot water | 2134.0 kWh/yr | +| Lighting | 133.35 kWh/yr | +| Heat loss (total) | 144.28 W/K β€” walls 80.98, roof 5.04, floor 16.80, windows 13.07 (eff U 2.27), doors 11.10, party wall 0.0, thermal bridging 17.30 | +| Space heating / HW fuel | Β£0.055/kWh (off-peak low rate β€” **see bug note**) | + +**Next step:** key these into Elmhurst, then read off Elmhurst's SAP score. If it lands near **55** (lodged) rather than our **62**, the Economy-7 fuel-cost split is confirmed as the over-rating cause. diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_summary.pdf new file mode 100644 index 00000000..5fad6ad2 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_worksheet.pdf new file mode 100644 index 00000000..fc63d5c8 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/epc.json new file mode 100644 index 00000000..498feada --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10002468137/epc.json @@ -0,0 +1,349 @@ +{ + "uprn": 10002468137, + "roofs": [ + { + "description": "Pitched, 200 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Solid brick, as built, no insulation (assumed)", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "GU29 0DB", + "hot_water": { + "description": "Electric immersion, off-peak", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "MIDHURST", + "built_form": 3, + "created_at": "2017-05-29 21:33:44.000000", + "door_count": 2, + "glazed_area": 3, + "glazing_gap": 12, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 903, + "water_heating_fuel": 29, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 29, + "storage_heaters": [ + { + "index_number": 230013, + "number_of_heaters": 2, + "high_heat_retention": "true" + }, + { + "index_number": 230001, + "number_of_heaters": 2, + "high_heat_retention": "true" + }, + { + "index_number": 230002, + "number_of_heaters": 2, + "high_heat_retention": "true" + } + ], + "heat_emitter_type": 0, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2404, + "main_heating_category": 7, + "main_heating_fraction": 1, + "sap_main_heating_code": 409, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": 1, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Electric storage heaters", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Foundry Cottages", + "address_line_2": "Heyshott", + "assessment_type": "RdSAP", + "completion_date": "2017-05-29", + "inspection_date": "2017-05-08", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 48, + "transaction_type": 5, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "true", + "registration_date": "2017-05-29", + "sap_energy_source": { + "mains_gas": "N", + "meter_type": 1, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "Portable electric heaters (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 3.4, + "wall_dry_lined": "N", + "wall_thickness": 300, + "wall_construction": 3, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y", + "wall_insulation_thickness": "NI" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 24, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 7.06, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 12.16, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.5, + "quantity": "metres" + }, + "total_floor_area": { + "value": 24, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 7.06, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 13.86, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "A", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "200mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 619, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 4.9, + "energy_rating_average": 60, + "energy_rating_current": 55, + "lighting_cost_current": { + "value": 39, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Controls for high heat retention storage heaters", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 253, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 140, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 309, + "currency": "GBP" + }, + "indicative_cost": "14,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 54 + }, + { + "sequence": 2, + "typical_saving": { + "value": 39, + "currency": "GBP" + }, + "indicative_cost": "6,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 58 + }, + { + "sequence": 3, + "typical_saving": { + "value": 63, + "currency": "GBP" + }, + "indicative_cost": "6,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 64 + }, + { + "sequence": 4, + "typical_saving": { + "value": 20, + "currency": "GBP" + }, + "indicative_cost": "1,000", + "improvement_type": "X", + "improvement_details": { + "improvement_number": 48 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 66 + }, + { + "sequence": 5, + "typical_saving": { + "value": 318, + "currency": "GBP" + }, + "indicative_cost": "8,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 93, + "environmental_impact_rating": 78 + } + ], + "co2_emissions_potential": 1.1, + "energy_rating_potential": 93, + "lighting_cost_potential": { + "value": 39, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.1", + "hot_water_cost_potential": { + "value": 74, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1657, + "impact_of_solid_wall_insulation": -3811, + "space_heating_existing_dwelling": 7524 + }, + "energy_consumption_current": 602, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.11r11", + "energy_consumption_potential": 136, + "environmental_impact_current": 33, + "fixed_lighting_outlets_count": 6, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 78, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 102, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10010215568/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10010215568/epc.json new file mode 100644 index 00000000..ec876432 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-17.1/uprn_10010215568/epc.json @@ -0,0 +1,290 @@ +{ + "uprn": 10010215568, + "roofs": [ + { + "description": { + "value": "Pitched, 200 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 86% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE3 8AH", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2017-06-13 23:05:44.000000", + "door_count": 3, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "mcs_installed_heat_pump": "false", + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 15100 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.92, + "schema_type": "RdSAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "End-terrace bungalow", + "language": "1" + }, + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Annesmere Gardens", + "assessment_type": "RdSAP", + "completion_date": "2017-06-13", + "inspection_date": "2017-06-13", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 75, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2017-06-13", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 310, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.45, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 75.46, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.8, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 25.2, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "J", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "200mm", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 86, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 334, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.1, + "energy_rating_average": 60, + "energy_rating_current": 74, + "lighting_cost_current": { + "value": 63, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 338, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 127, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 50, + "currency": "GBP" + }, + "indicative_cost": "6,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 77 + }, + { + "sequence": 2, + "typical_saving": { + "value": 281, + "currency": "GBP" + }, + "indicative_cost": "8,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 87, + "environmental_impact_rating": 87 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 87, + "lighting_cost_potential": { + "value": 63, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 73, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2544, + "space_heating_existing_dwelling": 4657 + }, + "energy_consumption_current": 156, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "1.0.x", + "energy_consumption_potential": 62, + "environmental_impact_current": 74, + "fixed_lighting_outlets_count": 7, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 27, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_100020450179/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_100020450179/epc.json new file mode 100644 index 00000000..5cdf1a9c --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_100020450179/epc.json @@ -0,0 +1,293 @@ +{ + "uprn": 100020450179, + "roofs": [ + { + "description": "Pitched, 200 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": "Low energy lighting in 78% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BR5 2TD", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ORPINGTON", + "built_form": 2, + "created_at": "2018-10-08 14:02:11.000000", + "door_count": 1, + "glazed_area": 1, + "glazing_gap": "16+", + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17505 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.93, + "schema_type": "RdSAP-Schema-18.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "20, Brenchley Road", + "assessment_type": "RdSAP", + "completion_date": "2018-10-08", + "inspection_date": "2018-10-05", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 73, + "transaction_type": 8, + "conservatory_type": 2, + "heated_room_count": 5, + "pvc_window_frames": "true", + "registration_date": "2018-10-08", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.5, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 36.55, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 6.48, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 17.76, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.43, + "quantity": "metres" + }, + "total_floor_area": { + "value": 36.55, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 6.48, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 17.76, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "D", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "200mm", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 78, + "solar_water_heating": "N", + "habitable_room_count": 5, + "heating_cost_current": { + "value": 396, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.3, + "energy_rating_average": 60, + "energy_rating_current": 73, + "lighting_cost_current": { + "value": 65, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 367, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 83, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 29, + "currency": "GBP" + }, + "indicative_cost": "6,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 73 + }, + { + "sequence": 2, + "typical_saving": { + "value": 29, + "currency": "GBP" + }, + "indicative_cost": "6,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 75 + }, + { + "sequence": 3, + "typical_saving": { + "value": 305, + "currency": "GBP" + }, + "indicative_cost": "8,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 87, + "environmental_impact_rating": 86 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 87, + "lighting_cost_potential": { + "value": 65, + "currency": "GBP" + }, + "schema_version_original": "LIG-18.0", + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1866, + "space_heating_existing_dwelling": 6466 + }, + "energy_consumption_current": 178, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "3.08r07", + "energy_consumption_potential": 75, + "environmental_impact_current": 71, + "fixed_lighting_outlets_count": 9, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 31, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_10022893721/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_10022893721/epc.json new file mode 100644 index 00000000..d9810752 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-18.0/uprn_10022893721/epc.json @@ -0,0 +1,310 @@ +{ + "uprn": 10022893721, + "roofs": [ + { + "description": { + "value": "(another dwelling above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, limited insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME14 5HQ", + "hot_water": { + "description": { + "value": "Electric immersion, off-peak", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "MAIDSTONE", + "built_form": 3, + "created_at": "2018-02-22 15:20:43.000000", + "door_count": 0, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 903, + "water_heating_fuel": 29, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 29, + "heat_emitter_type": 0, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2401, + "main_heating_category": 7, + "main_heating_fraction": 1, + "sap_main_heating_code": 402, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": 1, + "secondary_heating_type": 691, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.93, + "schema_type": "RdSAP-Schema-18.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Electric storage heaters", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 1 + } + ], + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "1 Crystal House", + "address_line_2": "Coral Park", + "assessment_type": "RdSAP", + "completion_date": "2018-02-22", + "inspection_date": "2018-02-22", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 1 + }, + "total_floor_area": 54, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "false", + "registration_date": "2018-02-22", + "sap_energy_source": { + "mains_gas": "N", + "meter_type": 1, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "Room heaters, electric", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 330, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.27, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 54.29, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 21.48, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 8.69, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "I", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 204, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.2, + "energy_rating_average": 60, + "energy_rating_current": 79, + "lighting_cost_current": { + "value": 49, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Manual charge control", + "language": "1" + }, + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 161, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 144, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 42, + "currency": "GBP" + }, + "indicative_cost": "1,800", + "improvement_type": "L2", + "improvement_details": { + "improvement_number": 60 + }, + "improvement_category": 5, + "energy_performance_rating": 81, + "environmental_impact_rating": 71 + } + ], + "co2_emissions_potential": 2.0, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "schema_version_original": "LIG-18.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 88, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 83, + "environmental_impact_rating": 95 + }, + { + "sequence": 2, + "typical_saving": { + "value": 67, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 83, + "environmental_impact_rating": 85 + } + ], + "hot_water_cost_potential": { + "value": 144, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1658, + "space_heating_existing_dwelling": 2212 + }, + "energy_consumption_current": 234, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.0.x", + "energy_consumption_potential": 214, + "environmental_impact_current": 69, + "fixed_lighting_outlets_count": 6, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 71, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 40, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_100062190000/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_100062190000/epc.json new file mode 100644 index 00000000..738195d0 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_100062190000/epc.json @@ -0,0 +1,284 @@ +{ + "uprn": 100062190000, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, partial insulation (assumed)", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + { + "description": "Solid brick, as built, partial insulation (assumed)", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "floors": [ + { + "description": "(another dwelling below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "addendum": { + "cavity_fill_recommended": "true" + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH11 8AZ", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CRAWLEY", + "built_form": 6, + "created_at": "2020-09-10 17:27:19.000000", + "door_count": 1, + "glazed_area": 1, + "glazing_gap": "16+", + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 10242 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-19.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 10 Helicon House", + "address_line_2": "Oak Road", + "assessment_type": "RdSAP", + "completion_date": "2020-09-10", + "inspection_date": "2020-09-09", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 2, + "top_storey": "N", + "flat_location": 1, + "heat_loss_corridor": 2, + "unheated_corridor_length": 10.83 + }, + "total_floor_area": 71, + "transaction_type": 1, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "true", + "registration_date": "2020-09-10", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 6, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 25.5588, + "sheltered_wall": "Y", + "wall_dry_lined": "N", + "wall_thickness": 270, + "wall_construction": 3, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y", + "wall_insulation_thickness": "NI" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.36, + "quantity": "metres" + }, + "total_floor_area": { + "value": 70.6, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 10.83, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 24.47, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "F", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 266, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.6, + "energy_rating_average": 60, + "energy_rating_current": 79, + "lighting_cost_current": { + "value": 62, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 211, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 95, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "1,500", + "improvement_type": "B", + "improvement_details": { + "improvement_number": 6 + }, + "improvement_category": 5, + "energy_performance_rating": 81, + "environmental_impact_rating": 83 + }, + { + "sequence": 2, + "typical_saving": { + "value": 24, + "currency": "GBP" + }, + "indicative_cost": "14,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 85 + } + ], + "co2_emissions_potential": 1.3, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 62, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 95, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2124, + "impact_of_cavity_insulation": -697, + "impact_of_solid_wall_insulation": -559, + "space_heating_existing_dwelling": 3289 + }, + "energy_consumption_current": 126, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "4.05r0005", + "energy_consumption_potential": 102, + "environmental_impact_current": 81, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 22, + "low_energy_fixed_lighting_outlets_count": 5 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_10009432998/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_10009432998/epc.json new file mode 100644 index 00000000..f2922bf1 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-19.0/uprn_10009432998/epc.json @@ -0,0 +1,278 @@ +{ + "uprn": 10009432998, + "roofs": [ + { + "description": { + "value": "Pitched, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Timber frame, as built, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "To unheated space, insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 80% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5GN", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "built_form": 4, + "created_at": "2019-10-15 00:54:08.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "N", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "mcs_installed_heat_pump": "false", + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 9901 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-19.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Top-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "1 Thorpe Court", + "address_line_2": "Cameron Drive", + "assessment_type": "RdSAP", + "completion_date": "2019-10-14", + "inspection_date": "2019-10-14", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 3, + "top_storey": "Y", + "flat_location": 1, + "heat_loss_corridor": 2, + "unheated_corridor_length": { + "value": 4.2, + "quantity": "metres" + } + }, + "total_floor_area": 44, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "pvc_window_frames": "false", + "registration_date": "2019-10-14", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 260, + "floor_heat_loss": 2, + "roof_construction": 5, + "wall_construction": 5, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 10.206, + "sheltered_wall": "Y", + "wall_dry_lined": "N", + "wall_thickness": 300, + "wall_construction": 5, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y", + "wall_insulation_thickness": "NI" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.43, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 44.02, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 7.75, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 19.11, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "K", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 4, + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 80, + "solar_water_heating": "N", + "habitable_room_count": 2, + "heating_cost_current": { + "value": 208, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 78, + "lighting_cost_current": { + "value": 48, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 208, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 75, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 1.1, + "energy_rating_potential": 78, + "lighting_cost_potential": { + "value": 48, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 75, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1606, + "space_heating_existing_dwelling": 2087 + }, + "energy_consumption_current": 148, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "v94.0.1.1", + "energy_consumption_potential": 148, + "environmental_impact_current": 81, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 81, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 26, + "low_energy_fixed_lighting_outlets_count": 4 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020665611/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020665611/epc.json new file mode 100644 index 00000000..6dd0d8d8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020665611/epc.json @@ -0,0 +1,406 @@ +{ + "uprn": 100020665611, + "roofs": [ + { + "description": { + "value": "Pitched, limited insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, as built, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "addendum": { + "cavity_fill_recommended": "true" + }, + "lighting": { + "description": { + "value": "Low energy lighting in 91% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "CR8 2NT", + "hot_water": { + "description": { + "value": "Electric immersion, off-peak", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "PURLEY", + "built_form": 3, + "created_at": "2021-08-31 18:37:00.948430", + "door_count": 1, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 903, + "water_heating_fuel": 29, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 29, + "heat_emitter_type": 0, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2401, + "main_heating_category": 7, + "main_heating_fraction": 1, + "sap_main_heating_code": 402, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": 1, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Electric storage heaters", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 1 + } + ], + "dwelling_type": { + "value": "end-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Gilliam Grove", + "assessment_type": "RdSAP", + "completion_date": "2021-08-31", + "inspection_date": "2021-08-24", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 87, + "transaction_type": 13, + "conservatory_type": 1, + "heated_room_count": 4, + "pvc_window_frames": "true", + "registration_date": "2021-08-31", + "sap_energy_source": { + "mains_gas": "N", + "meter_type": 1, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "Portable electric heaters (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 260, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 43.7, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.5, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 18.7, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "total_floor_area": { + "value": 43.7, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.5, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 18.7, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "E", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 4, + "roof_insulation_thickness": "ND", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 91, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 1715, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 9.4, + "energy_rating_average": 60, + "energy_rating_current": 37, + "lighting_cost_current": { + "value": 85, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Manual charge control", + "language": "1" + }, + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 950, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 227, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 340, + "currency": "GBP" + }, + "indicative_cost": "\u00a3500 - \u00a31,500", + "improvement_type": "B", + "improvement_details": { + "improvement_number": 6 + }, + "improvement_category": 5, + "energy_performance_rating": 46, + "environmental_impact_rating": 28 + }, + { + "sequence": 2, + "typical_saving": { + "value": 99, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 49, + "environmental_impact_rating": 30 + }, + { + "sequence": 3, + "typical_saving": { + "value": 330, + "currency": "GBP" + }, + "indicative_cost": "\u00a31,600 - \u00a32,400", + "improvement_type": "L2", + "improvement_details": { + "improvement_number": 60 + }, + "improvement_category": 5, + "energy_performance_rating": 60, + "environmental_impact_rating": 38 + }, + { + "sequence": 4, + "typical_saving": { + "value": 97, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 63, + "environmental_impact_rating": 41 + }, + { + "sequence": 5, + "typical_saving": { + "value": 372, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 48 + } + ], + "co2_emissions_potential": 4.6, + "energy_rating_potential": 73, + "lighting_cost_potential": { + "value": 85, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 174, + "currency": "GBP" + }, + "improvement_type": "Q2", + "improvement_details": { + "improvement_number": 55 + }, + "improvement_category": 6, + "energy_performance_rating": 52, + "environmental_impact_rating": 32 + }, + { + "sequence": 2, + "typical_saving": { + "value": 739, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 66, + "environmental_impact_rating": 94 + }, + { + "sequence": 3, + "typical_saving": { + "value": 564, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 63, + "environmental_impact_rating": 68 + } + ], + "hot_water_cost_potential": { + "value": 126, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2033, + "impact_of_loft_insulation": -3064, + "impact_of_cavity_insulation": -3220, + "space_heating_existing_dwelling": 15721 + }, + "energy_consumption_current": 638, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.0.1", + "energy_consumption_potential": 313, + "environmental_impact_current": 20, + "fixed_lighting_outlets_count": 11, + "windows_transmission_details": { + "u_value": 2.8, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "F", + "environmental_impact_potential": 48, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 108, + "low_energy_fixed_lighting_outlets_count": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020937013/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020937013/epc.json new file mode 100644 index 00000000..fff53293 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100020937013/epc.json @@ -0,0 +1,348 @@ +{ + "uprn": 100020937013, + "roofs": [ + { + "description": { + "value": "Pitched, 150 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Suspended, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 71% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE18 6EQ", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2022-05-09 13:31:05.170211", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17823 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 691, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "end-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10 Ashlar Place", + "assessment_type": "RdSAP", + "completion_date": "2022-05-09", + "inspection_date": "2021-10-05", + "extensions_count": 0, + "measurement_type": 2, + "total_floor_area": 99, + "transaction_type": 13, + "conservatory_type": 1, + "heated_room_count": 5, + "pvc_window_frames": "false", + "registration_date": "2022-05-09", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_u_value": 0.33, + "wall_dry_lined": "N", + "wall_thickness": 270, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 59.03, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.43, + "quantity": "metres" + }, + "floor_construction": 2, + "heat_loss_perimeter": { + "value": 23.93, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "total_floor_area": { + "value": 54.2, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 9.43, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 20.93, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "H", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "150mm", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 71, + "solar_water_heating": "N", + "habitable_room_count": 5, + "heating_cost_current": { + "value": 444, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.9, + "energy_rating_average": 60, + "energy_rating_current": 73, + "lighting_cost_current": { + "value": 103, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 408, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 118, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 39, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W1", + "improvement_details": { + "improvement_number": 57 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 72 + }, + { + "sequence": 2, + "typical_saving": { + "value": 21, + "currency": "GBP" + }, + "indicative_cost": "\u00a310", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 73 + }, + { + "sequence": 3, + "typical_saving": { + "value": 38, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 75 + }, + { + "sequence": 4, + "typical_saving": { + "value": 347, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 83 + } + ], + "co2_emissions_potential": 1.4, + "energy_rating_potential": 85, + "lighting_cost_potential": { + "value": 80, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 79, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2695, + "impact_of_loft_insulation": -304, + "space_heating_existing_dwelling": 7678 + }, + "energy_consumption_current": 165, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.1.0", + "energy_consumption_potential": 79, + "environmental_impact_current": 70, + "fixed_lighting_outlets_count": 7, + "windows_transmission_details": { + "u_value": 3.1, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 83, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 29, + "low_energy_fixed_lighting_outlets_count": 5 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10002917849/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10002917849/epc.json new file mode 100644 index 00000000..bbfcb31a --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10002917849/epc.json @@ -0,0 +1,366 @@ +{ + "uprn": 10002917849, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Suspended, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 83% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME6 5GW", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SNODLAND", + "built_form": 2, + "created_at": "2022-03-30 13:30:35.278971", + "door_count": 2, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 4, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 101, + "central_heating_pump_age": 0, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 691, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10 MARY LAST CLOSE", + "assessment_type": "RdSAP", + "completion_date": "2022-03-30", + "inspection_date": "2021-06-22", + "extensions_count": 0, + "measurement_type": 2, + "total_floor_area": 141, + "transaction_type": 9, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "true", + "registration_date": "2022-03-30", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_u_value": 0.33, + "wall_dry_lined": "N", + "wall_thickness": 310, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 80, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 10, + "quantity": "metres" + }, + "floor_construction": 2, + "heat_loss_perimeter": { + "value": 26, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "total_floor_area": { + "value": 80, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 10, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 26, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "G", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 83, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 649, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 4.3, + "energy_rating_average": 60, + "energy_rating_current": 71, + "lighting_cost_current": { + "value": 111, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 520, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 166, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 62, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W1", + "improvement_details": { + "improvement_number": 57 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 69 + }, + { + "sequence": 2, + "typical_saving": { + "value": 111, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 74 + }, + { + "sequence": 3, + "typical_saving": { + "value": 46, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 76 + }, + { + "sequence": 4, + "typical_saving": { + "value": 361, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 82 + } + ], + "co2_emissions_potential": 2.0, + "energy_rating_potential": 85, + "lighting_cost_potential": { + "value": 111, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "alternative_improvements": [ + { + "improvement": { + "sequence": 1, + "typical_saving": { + "value": 174, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 77, + "environmental_impact_rating": 73 + } + } + ], + "hot_water_cost_potential": { + "value": 75, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2971, + "space_heating_existing_dwelling": 10194 + }, + "energy_consumption_current": 171, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.1.0", + "energy_consumption_potential": 79, + "environmental_impact_current": 66, + "fixed_lighting_outlets_count": 12, + "windows_transmission_details": { + "u_value": 2.8, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 82, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 30, + "low_energy_fixed_lighting_outlets_count": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100061850726/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100061850726/epc.json new file mode 100644 index 00000000..516934be --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100061850726/epc.json @@ -0,0 +1,281 @@ +{ + "uprn": 100061850726, + "roofs": [ + { + "description": "Pitched, 150 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH19 2SD", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "EAST GRINSTEAD", + "built_form": 4, + "created_at": "2025-03-21 12:41:54", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 18400 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10 Dorset Gardens", + "address_line_2": "Dorset Avenue", + "assessment_type": "RdSAP", + "completion_date": "2025-03-21", + "inspection_date": "2025-03-21", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 57, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2025-03-21", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.33, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 28.3, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 15.68, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 7.22, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.31, + "quantity": "metres" + }, + "total_floor_area": { + "value": 28.3, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 15.68, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 7.22, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "150mm", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 362, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.6, + "energy_rating_average": 60, + "energy_rating_current": 76, + "lighting_cost_current": { + "value": 63, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 365, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 165, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 58, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 81 + }, + { + "sequence": 2, + "typical_saving": { + "value": 448, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 91, + "environmental_impact_rating": 93 + } + ], + "co2_emissions_potential": 0.4, + "energy_rating_potential": 91, + "lighting_cost_potential": { + "value": 63, + "currency": "GBP" + }, + "schema_version_original": "20.0.0", + "hot_water_cost_potential": { + "value": 103, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2433, + "impact_of_loft_insulation": -198, + "space_heating_existing_dwelling": 3291 + }, + "energy_consumption_current": 163, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "4.13r0002", + "energy_consumption_potential": 39, + "environmental_impact_current": 78, + "fixed_lighting_outlets_count": 9, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 93, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 29, + "low_energy_fixed_lighting_outlets_count": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100090108846/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100090108846/epc.json new file mode 100644 index 00000000..7fcc17c1 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_100090108846/epc.json @@ -0,0 +1,417 @@ +{ + "uprn": 100090108846, + "roofs": [ + { + "description": "Pitched, 270 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "addendum": { + "addendum_numbers": [ + 8 + ] + }, + "lighting": { + "description": "Low energy lighting in 70% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PE28 0HD", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + }, + "post_town": "HUNTINGDON", + "built_form": 2, + "created_at": "2023-05-24 20:40:31", + "door_count": 1, + "glazed_area": 4, + "region_code": 2, + "report_type": 2, + "sap_heating": { + "cylinder_size": 3, + "water_heating_code": 901, + "water_heating_fuel": 29, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 29, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "main_heating_number": 1, + "main_heating_control": 2207, + "main_heating_category": 4, + "main_heating_fraction": 1, + "mcs_installed_heat_pump": "true", + "main_heating_data_source": 1, + "main_heating_index_number": 102431 + } + ], + "immersion_heating_type": "NA", + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.94, + "sap_windows": [ + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 2, + "window_area": { + "value": 1, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 2, + "window_area": { + "value": 0.3, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 2, + "window_area": { + "value": 1.5, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 2, + "window_area": { + "value": 1, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 6, + "window_area": { + "value": 4, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 6, + "window_area": { + "value": 0.9, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 6, + "window_area": { + "value": 2.8, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 4, + "window_area": { + "value": 1.3, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + }, + { + "pvc_frame": "true", + "glazing_gap": "16+", + "orientation": 4, + "window_area": { + "value": 1.5, + "quantity": "square metres" + }, + "window_type": 1, + "glazing_type": 3, + "window_location": 0 + } + ], + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Air source heat pump, radiators, electric", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 5 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Maurice Close", + "address_line_2": "Kimbolton", + "assessment_type": "RdSAP", + "completion_date": "2023-05-24", + "inspection_date": "2023-05-24", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 87, + "transaction_type": 9, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2023-05-24", + "sap_energy_source": { + "mains_gas": "N", + "meter_type": 1, + "photovoltaic_supply": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 3, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ] + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 9, + 11 + ], + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.43, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 43.4, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 4.73, + "quantity": "metres" + }, + "floor_construction": 3, + "heat_loss_perimeter": { + "value": 23.01, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "total_floor_area": { + "value": 43.4, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 4.73, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 23.01, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "G", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "270mm", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 70, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 1117, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.6, + "energy_rating_average": 60, + "energy_rating_current": 79, + "lighting_cost_current": { + "value": 194, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "multiple_glazing_type": "ND", + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 974, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 891, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 154, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W1", + "improvement_details": { + "improvement_number": 57 + }, + "improvement_category": 5, + "energy_performance_rating": 81, + "environmental_impact_rating": 84 + }, + { + "sequence": 2, + "typical_saving": { + "value": 38, + "currency": "GBP" + }, + "indicative_cost": "\u00a315", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 84 + }, + { + "sequence": 3, + "typical_saving": { + "value": 300, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 88 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 86, + "lighting_cost_potential": { + "value": 150, + "currency": "GBP" + }, + "schema_version_original": "20.0.0", + "hot_water_cost_potential": { + "value": 588, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2741, + "space_heating_existing_dwelling": 9770 + }, + "energy_consumption_current": 111, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "4.11r0005", + "energy_consumption_potential": 65, + "environmental_impact_current": 81, + "fixed_lighting_outlets_count": 10, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 19, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10090844932/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10090844932/epc.json new file mode 100644 index 00000000..688c6dee --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_10090844932/epc.json @@ -0,0 +1,277 @@ +{ + "uprn": 10090844932, + "roofs": [ + { + "description": "Pitched, 250 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Solid, insulated (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO23 7GL", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WINCHESTER", + "built_form": 3, + "created_at": "2021-08-05 08:15:22.041089", + "door_count": 2, + "glazed_area": 1, + "region_code": 16, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 10327 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 BLACKBERRY FIELD", + "address_line_2": "KINGS WORTHY", + "assessment_type": "RdSAP", + "completion_date": "2021-08-05", + "inspection_date": "2021-08-04", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 75, + "transaction_type": 1, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2021-08-05", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 370, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 37.37, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 4.93, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 20.09, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.4, + "quantity": "metres" + }, + "total_floor_area": { + "value": 37.37, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 4.93, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 20.09, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "L", + "party_wall_construction": 1, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "wall_insulation_thickness": "NI", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 280, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.7, + "energy_rating_average": 60, + "energy_rating_current": 78, + "lighting_cost_current": { + "value": 67, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 280, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 93, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 29, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 79, + "environmental_impact_rating": 81 + }, + { + "sequence": 2, + "typical_saving": { + "value": 364, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 91, + "environmental_impact_rating": 91 + } + ], + "co2_emissions_potential": 0.5, + "energy_rating_potential": 91, + "lighting_cost_potential": { + "value": 67, + "currency": "GBP" + }, + "schema_version_original": "20.0.0", + "hot_water_cost_potential": { + "value": 64, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2093, + "space_heating_existing_dwelling": 3707 + }, + "energy_consumption_current": 129, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "4.07r0002", + "energy_consumption_potential": 36, + "environmental_impact_current": 79, + "fixed_lighting_outlets_count": 12, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 23, + "low_energy_fixed_lighting_outlets_count": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003714056/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003714056/epc.json new file mode 100644 index 00000000..da5473dc --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003714056/epc.json @@ -0,0 +1,314 @@ +{ + "uprn": 200003714056, + "roofs": [ + { + "description": { + "value": "(another dwelling above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 75% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 7RW", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 1, + "created_at": "2022-04-14 15:12:29.112725", + "door_count": 1, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17505 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 691, + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "FLAT 1", + "address_line_2": "LAVENDER HOUSE", + "address_line_3": "NORTHUMBERLAND ROAD", + "assessment_type": "RdSAP", + "completion_date": "2022-04-14", + "inspection_date": "2021-09-07", + "extensions_count": 0, + "measurement_type": 2, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 2, + "unheated_corridor_length": { + "value": 6, + "quantity": "metres" + } + }, + "total_floor_area": 61, + "transaction_type": 13, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "true", + "registration_date": "2022-04-14", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_u_value": 0.33, + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 16.5, + "wall_u_value": 0.33, + "sheltered_wall": "Y", + "wall_dry_lined": "N", + "wall_construction": 4, + "wall_insulation_type": 2, + "wall_thickness_measured": "N" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 70, + "quantity": "square metres" + }, + "party_wall_length": 0, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 34, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "G", + "party_wall_construction": "NA", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 75, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 333, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.9, + "energy_rating_average": 60, + "energy_rating_current": 74, + "lighting_cost_current": { + "value": 72, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 274, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 73, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 60, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 80 + }, + { + "sequence": 2, + "typical_saving": { + "value": 13, + "currency": "GBP" + }, + "indicative_cost": "\u00a310", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 80 + } + ], + "co2_emissions_potential": 1.5, + "energy_rating_potential": 78, + "lighting_cost_potential": { + "value": 58, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 74, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1742, + "space_heating_existing_dwelling": 5021 + }, + "energy_consumption_current": 178, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.1.0", + "energy_consumption_potential": 143, + "environmental_impact_current": 75, + "fixed_lighting_outlets_count": 8, + "windows_transmission_details": { + "u_value": 2.8, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 80, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 31, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003725383/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003725383/epc.json new file mode 100644 index 00000000..4c12374f --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_200003725383/epc.json @@ -0,0 +1,348 @@ +{ + "uprn": 200003725383, + "roofs": [ + { + "description": { + "value": "Pitched, 250 mm loft insulation", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Suspended, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 75% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 7SZ", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 4, + "created_at": "2022-04-13 20:24:23.023351", + "door_count": 1, + "glazed_area": 1, + "glazing_gap": 12, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 102, + "central_heating_pump_age": 0, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 691, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Mid-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10 OWLETTS CLOSE", + "assessment_type": "RdSAP", + "completion_date": "2022-04-13", + "inspection_date": "2021-09-08", + "extensions_count": 0, + "measurement_type": 2, + "total_floor_area": 69, + "transaction_type": 13, + "conservatory_type": 1, + "heated_room_count": 3, + "pvc_window_frames": "true", + "registration_date": "2022-04-13", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_u_value": 0.33, + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 39.5, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 15.8, + "quantity": "metres" + }, + "floor_construction": 2, + "heat_loss_perimeter": { + "value": 10, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "total_floor_area": { + "value": 39.5, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 15.8, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 10, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "G", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 75, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 340, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.3, + "energy_rating_average": 60, + "energy_rating_current": 73, + "lighting_cost_current": { + "value": 74, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 324, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 122, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 21, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W1", + "improvement_details": { + "improvement_number": 57 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 74 + }, + { + "sequence": 2, + "typical_saving": { + "value": 13, + "currency": "GBP" + }, + "indicative_cost": "\u00a310", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 74 + }, + { + "sequence": 3, + "typical_saving": { + "value": 42, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 77 + }, + { + "sequence": 4, + "typical_saving": { + "value": 363, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 88, + "environmental_impact_rating": 88 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 77, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2568, + "space_heating_existing_dwelling": 5020 + }, + "energy_consumption_current": 185, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.1.0", + "energy_consumption_potential": 66, + "environmental_impact_current": 72, + "fixed_lighting_outlets_count": 8, + "windows_transmission_details": { + "u_value": 2.8, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 33, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/elmhurst_inputs.md new file mode 100644 index 00000000..3d479b91 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/elmhurst_inputs.md @@ -0,0 +1,182 @@ +# Elmhurst RdSAP inputs β€” UPRN 60027826 (cert 0080-2673-2086-2299-1061, RdSAP-Schema-20.0.0) + +**Lodged SAP:** 72 **Our engine:** 70 ← compare Elmhurst against **70** (the production gov-API path) +**Known divergences:** None of the off-peak Economy-7 bugs apply β€” this is a **mains-gas** boiler with **mains-gas** hot water. Watch instead: (a) RdSAP-20 synthesised-window U translation, (b) the room-in-roof entry, (c) the unlodged party wall defaulting to U=0.25. + +10 Kingsland Close, Shoreham-by-Sea, BN43 6NQ Β· Semi-detached house Β· inspected 2021-08-17, lodged 2022-04-13. + +--- + +## Property Description + +| Elmhurst field | Value | Notes (SAP code / EES path) | +|---|---|---| +| Property Type | House | `property_type` 0 | +| Built Form | Semi-detached | `built_form` 2 | +| Age Band (England & Wales) | **H β€” 1991–1995** | `construction_age_band` H | +| Storeys | **3** | ground + first + room-in-roof (intermediate `storey_count`=3.0) | +| Habitable rooms | 6 | `habitable_room_count` | +| Heated rooms | 6 | `heated_room_count` | +| Extensions | 0 | `extensions_count` | +| Rooms in roof | **Yes β€” 1** | `sap_room_in_roof` lodged (see Roofs) | + +## Dimensions (`measurement_type` 1 = Internal) + +| Floor | Area mΒ² | Room Height m | Heat-Loss Perimeter m | Party-Wall Length m | +|---|---|---|---|---| +| Ground (floor 0) | **42.85** | 2.3 | 21.7 | 6 | +| First (floor 1) | **36** | 2.3 | 18 | 6 | +| Room-in-roof | **36** | (entered on Rooms-in-Roof page, not as a dimension floor) | β€” | β€” | + +TFA check: 42.85 + 36 + 36 = **114.85 mΒ²** (lodged `total_floor_area` 115). No heated basement. + +## Conservatory + +None β€” `conservatory_type` 1, `has_heated_separate_conservatory` false β†’ leave unchecked. + +## Walls + +**Main / external wall** +| Elmhurst field | Value | Notes | +|---|---|---| +| Construction | **Cavity wall** | `wall_construction` 4; description "Cavity wall, filled cavity" | +| Insulation | **Filled cavity** | `wall_insulation_type` 2 (retrofit cavity fill) | +| Dry-lined | **Yes** | `wall_dry_lined` Y | +| Wall Thickness | **300 mm** | `wall_thickness` 300; `wall_thickness_measured` Y β†’ "Wall Thickness Unknown" unchecked | +| (cross-check) | lodged `wall_u_value` 0.33; engine `walls_w_per_k` 26.27 | | + +No alternative wall lodged. + +**Party wall** β€” `party_wall_construction` **0 (not lodged)** +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | **Unable to determine** | code 0 β†’ engine default **U = 0.25** (NOT the code-1 "Solid" trap β€” here it is genuinely unlodged, so "Unable to determine" is correct and matches the engine). Engine `party_walls_w_per_k` 7.275 β‰ˆ 29 mΒ² Γ— 0.25. | + +## Roofs + +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | **Room in roof** (pitched, slates/tiles) | description "Roof room(s), insulated (assumed)"; `roof_construction` 4 | +| Rooms-in-roof area | **36 mΒ²** | `sap_room_in_roof.floor_area` 36 | +| Rooms-in-roof insulation | **As built** | `sap_room_in_roof.insulation` "AB"; age band H; `roof_room_connected` N | +| Roof insulation location | **At joists** | `roof_insulation_location` 2 | +| Roof insulation thickness | **100 mm** | `roof_insulation_thickness` "100mm" (drives default U) | +| (cross-check) | engine `roof_w_per_k` 24.17 | | + +## Floors + +| Elmhurst field | Value | Notes | +|---|---|---| +| Construction | **Solid** | `floor_construction` 1; description "Solid, no insulation (assumed)" | +| Insulation | **As built** (none) | `floor_insulation_thickness` "NI" | +| (cross-check) | engine `floor_w_per_k` 30.0 | | + +## Openings β€” Windows (RdSAP reduced-data, synthesised) + +Glazed-area band = **Normal** (`glazed_area` 1, Γ—1.00). Synthesised total glazing area += 0.148 Γ— 114.85 Γ— 1.00 = **17.02 mΒ²**, split 4-way N/E/S/W (4 windows Γ— 4.255 m wide Γ— 1.0 m high). + +| Elmhurst field | Value | Notes | +|---|---|---| +| Glazing Type | **Double, unknown install date** | `multiple_glazing_type` 3; "Fully double glazed" | +| Frame Type | **PVC** | `pvc_window_frames` true | +| Glazing Gap | **16 mm** | `glazing_gap` "16+" | +| Orientation | spread evenly N / E / S / W | not lodged β€” matches engine synth (orients 1,3,5,7) | +| Location | External wall | | +| Draught Proofed | **Yes (100%)** | `percent_draughtproofed` 100 | +| U-value / g-value | leave Elmhurst default; **lodged U = 2.6, g = 0.76** | `windows_transmission_details`; engine effective U = `windows_w_per_k` 42.86 Γ· 17.02 β‰ˆ **2.52**. ⚠️ Report the U Elmhurst assigns β€” RdSAP-20 glazing-coefficient translation is the most likely source of the lodged-72-vs-engine-70 gap. | + +## Openings β€” Doors + +| Elmhurst field | Value | Notes | +|---|---|---| +| Total doors | **2** | `door_count` 2 | +| Insulated | **0** | `insulated_door_count` 0 | +| Draught proofed | 2 | `percent_draughtproofed` 100 β†’ engine `doors_w_per_k` 11.1 β‰ˆ 2 Γ— 1.85 mΒ² Γ— 3.0 | + +## Ventilation & Lighting + +| Elmhurst field | Value | Notes | +|---|---|---| +| Open chimneys | 0 | `open_fireplaces_count` 0 | +| Open flues / passive vents / flueless gas / extract fans | 0 | none lodged | +| Fixed air conditioning | No | `has_fixed_air_conditioning` false | +| Mechanical Ventilation | **Natural** (unchecked) | `mechanical_ventilation` 0 | +| Air Pressure Test | **Not available** (uses % draughtproofing) | RdSAP cert | +| Lighting β€” total fixed outlets | **14** | `fixed_lighting_outlets_count` 14 | +| Lighting β€” low-energy outlets | **12** | `low_energy_fixed_lighting_outlets_count` 12 (86%) | + +## Space Heating + +**Main Heating 1** β€” `sap_main_heating_code` **102** +| Elmhurst field | Value | Notes | +|---|---|---| +| System | **Boiler + radiators, mains gas** | "Boiler and radiators, mains gas"; `main_heating_category` 2; `heat_emitter_type` 1 = radiators | +| Boiler type | **Regular condensing, automatic ignition** | code 102 (Table 4b) | +| Efficiency | **84% winter / 74% summer** | Table 4b code 102; engine `main_heating_efficiency` 0.84. `main_heating_data_source` 2 (age-band/Table default, no PCDB record) | +| Fuel | **Mains gas** | `main_fuel_type` 26 (engine space-heat cost 3.48 p/kWh) | +| Flue | Fanned flue present | `boiler_flue_type` 2, `fan_flue_present` Y | +| Controls | **Programmer + room thermostat + TRVs** | `main_heating_control` 2106 | +| % of heat | 100% | `main_heating_fraction` 1 | +| Heat Emitter / Pump Age | leave default (no PCDF) | `central_heating_pump_age` 0 | + +**Main Heating 2** β€” none (single main system). + +**Secondary Heating** β€” leave Elmhurst **default (assumed portable electric heaters)**. +`secondary_heating_type` 691; engine applies fraction **0.1** at **standard-tariff electricity** (fuel 30), `secondary_heating_fuel_kwh` β‰ˆ 976 kWh. (Cert lodges `secondary_fuel_type` 29 but the engine prices the assumed secondary at standard tariff per SAP convention β€” leave the Elmhurst default and it agrees.) + +**Community Heating** β€” none. + +## Meters + +| Elmhurst field | Value | Notes | +|---|---|---| +| Mains gas supply available | **Yes** | `sap_energy_source.mains_gas` Y | +| Electricity meter type | **Single (standard)** | `meter_type` 1 β€” no Economy-7 here; off-peak fuel-cost bug **does not apply** | + +## Water Heating + +| Elmhurst field | Value | Notes | +|---|---|---| +| Source | **From main heating system** (Boiler Circulator) | `water_heating_code` 901; "From main system" | +| Fuel | **Mains gas** | `water_heating_fuel` 26 (engine HW cost 3.48 p/kWh) | +| Hot Water Cylinder Present | **Yes** | `has_hot_water_cylinder` true | +| Cylinder size | **110 L** (pick the litre value, not "Normal") | `cylinder_size` code 2 = 110 L | +| Cylinder insulation type | **Factory foam** | `cylinder_insulation_type` 1 = Foam | +| Cylinder insulation thickness | **50 mm** | `cylinder_insulation_thickness` 50 | +| Cylinder thermostat | **Yes** | `cylinder_thermostat` Y | +| (cross-check) | engine `hot_water_kwh_per_yr` 3640 | | + +- **Number of baths** (Water Heating β†’ **WWHRS sub-tab β†’ "Total no. of Baths"**): **1** + β€” `instantaneous_wwhrs.rooms_with_bath_and_or_shower` 1 + `rooms_with_bath_and_mixer_shower` 0 = 1. Elmhurst defaults to 0; set it to **1** or HW demand diverges. +- **WWHRS**: **No** β€” the `instantaneous_wwhrs` block is bath/shower ROOM counts (ADR-0028), not a heat-recovery device. +- **Community Hot Water**: none. +- **Solar Water Heating**: No β€” `solar_water_heating` N. +- **FGHRS**: No β€” `main_heating_details[].has_fghrs` N. + +## New Technologies + +| Elmhurst field | Value | Notes | +|---|---|---| +| PV | **None** | `photovoltaic_supply.none_or_no_details` | +| Wind | **None** | `wind_turbines_count` 0 | +| Hydro | None | not lodged | +| Special Features (Appendix Q) | None | not lodged | + +--- + +### Engine reference outputs (the numbers Elmhurst should reproduce) + +| Quantity | Engine value | +|---|---| +| SAP score (integer) | **70** (continuous 69.77) | +| Space-heating demand | 9 755 kWh/yr | +| Main-heating fuel (gas) | 10 452 kWh/yr | +| Hot-water | 3 640 kWh/yr | +| Secondary (electric, assumed) | 976 kWh/yr | +| COβ‚‚ | 3 184 kg/yr | +| Total fuel cost | Β£824.73/yr | +| Heat-transfer coefficient | 245.96 W/K | +| Heat-loss parameter | 2.14 W/mΒ²K | + +**Operator: key this into Elmhurst, then export the Summary PDF (`elmhurst_summary.pdf`) and the SAP-10.2 worksheet PDF (`elmhurst_worksheet.pdf`) into this directory, and report the Elmhurst SAP score.** Then re-run `scripts/compare_epc_paths.py 60027826` to diff the two paths. diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/epc.json new file mode 100644 index 00000000..243c1f2d --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-20.0.0/uprn_60027826/epc.json @@ -0,0 +1,343 @@ +{ + "uprn": 60027826, + "roofs": [ + { + "description": { + "value": "Roof room(s), insulated (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": { + "value": "Cavity wall, filled cavity", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": { + "value": "Solid, no insulation (assumed)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": { + "value": "Fully double glazed", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": { + "value": "Low energy lighting in 86% of fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN43 6NQ", + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SHOREHAM-BY-SEA", + "built_form": 2, + "created_at": "2022-04-13 09:33:39.943417", + "door_count": 2, + "glazed_area": 1, + "glazing_gap": "16+", + "region_code": 14, + "report_type": 2, + "sap_heating": { + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "instantaneous_wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 102, + "central_heating_pump_age": 0, + "main_heating_data_source": 2 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 691, + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.94, + "schema_type": "RdSAP-Schema-20.0.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10 KINGSLAND CLOSE", + "assessment_type": "RdSAP", + "completion_date": "2022-04-13", + "inspection_date": "2021-08-17", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 115, + "transaction_type": 13, + "conservatory_type": 1, + "heated_room_count": 6, + "pvc_window_frames": "true", + "registration_date": "2022-04-13", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 1, + "photovoltaic_supply": { + "none_or_no_details": { + "pv_connection": 0, + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_u_value": 0.33, + "wall_dry_lined": "Y", + "wall_thickness": 300, + "floor_heat_loss": 7, + "sap_room_in_roof": { + "floor_area": { + "value": 36, + "quantity": "square metres" + }, + "insulation": "AB", + "roof_room_connected": "N", + "construction_age_band": "H" + }, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 42.85, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 6, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 21.7, + "quantity": "metres" + } + }, + { + "floor": 1, + "room_height": { + "value": 2.3, + "quantity": "metres" + }, + "total_floor_area": { + "value": 36, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 6, + "quantity": "metres" + }, + "heat_loss_perimeter": { + "value": 18, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 2, + "construction_age_band": "H", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm", + "floor_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 86, + "solar_water_heating": "N", + "habitable_room_count": 6, + "heating_cost_current": { + "value": 522, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.4, + "energy_rating_average": 60, + "energy_rating_current": 72, + "lighting_cost_current": { + "value": 111, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 3, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 486, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 129, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 37, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "W2", + "improvement_details": { + "improvement_number": 58 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 71 + }, + { + "sequence": 2, + "typical_saving": { + "value": 42, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 73 + }, + { + "sequence": 3, + "typical_saving": { + "value": 400, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 84, + "environmental_impact_rating": 81 + } + ], + "co2_emissions_potential": 1.8, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 111, + "currency": "GBP" + }, + "schema_version_original": "LIG-19.0", + "hot_water_cost_potential": { + "value": 85, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2737, + "impact_of_loft_insulation": -71, + "space_heating_existing_dwelling": 8821 + }, + "energy_consumption_current": 167, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "2.1.1.0", + "energy_consumption_potential": 89, + "environmental_impact_current": 69, + "fixed_lighting_outlets_count": 14, + "windows_transmission_details": { + "u_value": 2.6, + "data_source": 2, + "solar_transmittance": 0.76 + }, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 81, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 29, + "low_energy_fixed_lighting_outlets_count": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10013924849/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10013924849/epc.json new file mode 100644 index 00000000..ee69326f --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10013924849/epc.json @@ -0,0 +1,322 @@ +{ + "uprn": 10013924849, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "To unheated space, insulated (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": "Excellent lighting efficiency", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME20 7FH", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "AYLESFORD", + "psv_count": 0, + "built_form": 4, + "created_at": "2025-12-09 17:27:01", + "door_count": 1, + "region_code": 1, + "report_type": 2, + "sap_heating": { + "number_baths": 1, + "cylinder_size": 1, + "shower_outlets": [ + { + "shower_outlet": { + "shower_wwhrs": 1, + "shower_outlet_type": 1 + } + } + ], + "water_heating_code": 901, + "water_heating_fuel": 26, + "secondary_fuel_type": 0, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 0, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17863 + } + ], + "immersion_heating_type": "NA", + "has_fixed_air_conditioning": "false" + }, + "sap_version": 10.2, + "sap_windows": [ + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": 1.19, + "window_height": 1.12, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": 1.75, + "window_height": 1.12, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": 1.75, + "window_height": 2.07, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 3, + "window_type": 1, + "glazing_type": 2, + "window_width": 1.1, + "window_height": 1.12, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + } + ], + "schema_type": "RdSAP-Schema-21.0.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "(not tested)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "pressure_test": 4, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Riverview Court", + "address_line_3": "2 Kings Crescent", + "assessment_type": "RdSAP", + "completion_date": "2025-12-09", + "inspection_date": "2025-12-01", + "extensions_count": 0, + "measurement_type": 1, + "open_flues_count": 0, + "sap_flat_details": { + "level": 2, + "top_storey": "N", + "flat_location": 1, + "heat_loss_corridor": 2, + "unheated_corridor_length": { + "value": 13.58, + "quantity": "metres" + } + }, + "total_floor_area": 52, + "transaction_type": 8, + "conservatory_type": 1, + "has_draught_lobby": "true", + "heated_room_count": 3, + "other_flues_count": 0, + "registration_date": "2025-12-09", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "pv_diverter": "false", + "pv_connection": 0, + "photovoltaic_supply": { + "none_or_no_details": { + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "gas_smart_meter_present": "true", + "is_dwelling_export_capable": "false", + "wind_turbines_terrain_type": 2, + "electricity_smart_meter_present": "true", + "is_hydro_output_connected_to_dwelling_meter": "false" + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "closed_flues_count": 0, + "extract_fans_count": 2, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 340, + "floor_heat_loss": 2, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": { + "value": 2.34, + "quantity": "metres" + }, + "floor_insulation": 1, + "total_floor_area": { + "value": 52.07, + "quantity": "square metres" + }, + "party_wall_length": { + "value": 6.19, + "quantity": "metres" + }, + "floor_construction": 1, + "heat_loss_perimeter": { + "value": 25.95, + "quantity": "metres" + } + } + ], + "wall_insulation_type": 4, + "construction_age_band": "L", + "sap_alternative_wall_1": { + "wall_area": 31.78, + "sheltered_wall": "Y", + "wall_dry_lined": "N", + "wall_thickness": 320, + "wall_construction": 4, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y" + }, + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "boilers_flues_count": 0, + "open_chimneys_count": 0, + "solar_water_heating": "N", + "habitable_room_count": 3, + "heating_cost_current": { + "value": 313, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1, + "energy_rating_average": 60, + "energy_rating_current": 80, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "blocked_chimneys_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 313, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 137, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 1, + "energy_rating_potential": 80, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-21.0.1", + "flueless_gas_fires_count": 0, + "hot_water_cost_potential": { + "value": 137, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1835.24, + "space_heating_existing_dwelling": 2203.68 + }, + "draughtproofed_door_count": 1, + "energy_consumption_current": 108, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "4.3.74", + "energy_consumption_potential": 108, + "environmental_impact_current": 85, + "cfl_fixed_lighting_bulbs_count": 0, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 85, + "led_fixed_lighting_bulbs_count": 9, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 19, + "incandescent_fixed_lighting_bulbs_count": 0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10023443426/epc.json b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10023443426/epc.json new file mode 100644 index 00000000..c6c7ce91 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/RdSAP-Schema-21.0.1/uprn_10023443426/epc.json @@ -0,0 +1,468 @@ +{ + "uprn": 10023443426, + "roofs": [ + { + "description": "Pitched, 300 mm loft insulation", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, insulated (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "window": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": "Excellent lighting efficiency", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5TY", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "psv_count": 0, + "built_form": 3, + "created_at": "2026-02-09 21:22:01", + "door_count": 2, + "region_code": 2, + "report_type": 2, + "sap_heating": { + "number_baths": 1, + "cylinder_size": 1, + "shower_outlets": [ + { + "shower_outlet": { + "shower_wwhrs": 1, + "shower_outlet_type": 1 + } + } + ], + "number_baths_wwhrs": 0, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "N", + "secondary_fuel_type": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "emitter_temperature": 1, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 0, + "main_heating_data_source": 1, + "main_heating_index_number": 17045 + } + ], + "immersion_heating_type": "NA", + "secondary_heating_type": 612, + "has_fixed_air_conditioning": "false" + }, + "sap_version": 10.2, + "sap_windows": [ + { + "pvc_frame": "true", + "orientation": 5, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 1.79, + "quantity": "m" + }, + "window_height": { + "value": 1.29, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 7, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.855, + "quantity": "m" + }, + "window_height": { + "value": 1.15, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.59, + "quantity": "m" + }, + "window_height": { + "value": 0.99, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.58, + "quantity": "m" + }, + "window_height": { + "value": 1, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 7, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.87, + "quantity": "m" + }, + "window_height": { + "value": 1.14, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.59, + "quantity": "m" + }, + "window_height": { + "value": 1.28, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 1, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.59, + "quantity": "m" + }, + "window_height": { + "value": 1.28, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 7, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.87, + "quantity": "m" + }, + "window_height": { + "value": 1.12, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 5, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.87, + "quantity": "m" + }, + "window_height": { + "value": 1.12, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 7, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.87, + "quantity": "m" + }, + "window_height": { + "value": 1.13, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + }, + { + "pvc_frame": "true", + "orientation": 7, + "window_type": 1, + "glazing_type": 2, + "window_width": { + "value": 0.617, + "quantity": "m" + }, + "window_height": { + "value": 0.6, + "quantity": "m" + }, + "draught_proofed": "true", + "window_location": 0, + "window_wall_type": 1, + "permanent_shutters_present": "N", + "permanent_shutters_insulated": "N" + } + ], + "schema_type": "RdSAP-Schema-21.0.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "(not tested)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "dwelling_type": "End-terrace house", + "language_code": 1, + "pressure_test": 4, + "property_type": 0, + "address_line_1": "1 Dale Street", + "assessment_type": "RdSAP", + "completion_date": "2026-02-09", + "inspection_date": "2026-02-09", + "extensions_count": 0, + "measurement_type": 1, + "open_flues_count": 0, + "total_floor_area": 98, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "other_flues_count": 0, + "registration_date": "2026-02-09", + "sap_energy_source": { + "mains_gas": "Y", + "meter_type": 2, + "pv_connection": 0, + "photovoltaic_supply": { + "none_or_no_details": { + "percent_roof_area": 0 + } + }, + "wind_turbines_count": 0, + "gas_smart_meter_present": "true", + "is_dwelling_export_capable": "false", + "wind_turbines_terrain_type": 2, + "electricity_smart_meter_present": "true" + }, + "secondary_heating": { + "description": "Room heaters, mains gas", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "closed_flues_count": 0, + "extract_fans_count": 3, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 320, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 48.97, + "party_wall_length": 9.2, + "floor_construction": 1, + "heat_loss_perimeter": 22.14 + }, + { + "floor": 1, + "room_height": 2.3, + "total_floor_area": 49.22, + "party_wall_length": 9.2, + "heat_loss_perimeter": 22.12 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "L", + "party_wall_construction": 0, + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "300mm", + "wall_insulation_thickness": "NI" + } + ], + "boilers_flues_count": 0, + "open_chimneys_count": 0, + "solar_water_heating": "N", + "habitable_room_count": 4, + "heating_cost_current": { + "value": 647, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.2, + "energy_rating_average": 60, + "energy_rating_current": 76, + "lighting_cost_current": { + "value": 72, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "blocked_chimneys_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 647, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 180, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "schema_version_current": "LIG-21.0", + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": 290, + "indicative_cost": "\u00a38,000 - \u00a310,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 78 + } + ], + "co2_emissions_potential": 2.0, + "energy_rating_potential": 85, + "lighting_cost_potential": { + "value": 72, + "currency": "GBP" + }, + "schema_version_original": "LIG-21.0", + "hot_water_cost_potential": { + "value": 180, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2417.03, + "space_heating_existing_dwelling": 5002.38 + }, + "draughtproofed_door_count": 2, + "energy_consumption_current": 126, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "10.2.2.0", + "energy_consumption_potential": 108, + "environmental_impact_current": 76, + "cfl_fixed_lighting_bulbs_count": 0, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 78, + "led_fixed_lighting_bulbs_count": 9, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 23, + "incandescent_fixed_lighting_bulbs_count": 0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.0/uprn_100020933894/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.0/uprn_100020933894/epc.json new file mode 100644 index 00000000..7987d25b --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.0/uprn_100020933894/epc.json @@ -0,0 +1,302 @@ +{ + "uprn": 100020933894, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Solid brick, as built, no insulation (assumed)", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "No low energy lighting", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + }, + "postcode": "SE9 1SL", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 2, + "created_at": "2012-06-05 07:15:18.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10328, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "secondary_heating_type": 691, + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Admiral Seymour Road", + "schema_version": "LIG-16.0", + "assessment_type": "RdSAP", + "completion_date": "2012-06-05", + "inspection_date": "2012-05-23", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 92, + "transaction_type": 3, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2012-06-05", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 1 + }, + "secondary_heating": { + "description": "Room heaters, electric", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "Y", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 54.08, + "wall_dry_lined": "Y", + "wall_thickness": 340, + "wall_construction": 3, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.5, + "floor_insulation": 1, + "total_floor_area": 45.79, + "floor_construction": 2, + "heat_loss_perimeter": 22.91 + }, + { + "floor": 1, + "room_height": 2.58, + "total_floor_area": 45.79, + "heat_loss_perimeter": 22.91 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "B", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm" + } + ], + "low_energy_lighting": 0, + "solar_water_heating": "N", + "bedf_revision_number": 323, + "habitable_room_count": 4, + "heating_cost_current": { + "value": 767, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 4.4, + "energy_rating_average": 60, + "energy_rating_current": 56, + "lighting_cost_current": { + "value": 98, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 493, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 87, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 231, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a314,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 67 + }, + { + "sequence": 2, + "typical_saving": { + "value": 51, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 70 + }, + { + "sequence": 3, + "typical_saving": { + "value": 41, + "currency": "GBP" + }, + "indicative_cost": "\u00a350", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 72 + }, + { + "sequence": 4, + "typical_saving": { + "value": 25, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 73 + }, + { + "sequence": 5, + "typical_saving": { + "value": 227, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 81, + "environmental_impact_rating": 82 + } + ], + "co2_emissions_potential": 1.6, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 62, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2211, + "impact_of_loft_insulation": -413, + "impact_of_solid_wall_insulation": -5030, + "space_heating_existing_dwelling": 13580 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 254, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "1.1.8.0", + "energy_consumption_potential": 91, + "environmental_impact_current": 54, + "fixed_lighting_outlets_count": 10, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 82, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 48, + "low_energy_fixed_lighting_outlets_count": 0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020235156/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020235156/epc.json new file mode 100644 index 00000000..3f9dec32 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020235156/epc.json @@ -0,0 +1,262 @@ +{ + "uprn": 100020235156, + "roofs": [ + { + "description": "Pitched, 150 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + { + "description": "Timber frame, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, limited insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "Low energy lighting in 91% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA8 2PG", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ERITH", + "built_form": 3, + "created_at": "2013-12-09 17:52:34.000000", + "door_count": 3, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 9462, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Raleigh Close", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-12-09", + "inspection_date": "2013-12-09", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 87, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 5, + "registration_date": "2013-12-09", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 10.53, + "wall_dry_lined": "N", + "wall_construction": 5, + "wall_insulation_type": 4, + "wall_thickness_measured": "N" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 43.45, + "floor_construction": 1, + "heat_loss_perimeter": 18.9 + }, + { + "floor": 1, + "room_height": 2.35, + "total_floor_area": 43.45, + "heat_loss_perimeter": 18.9 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "I", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "150mm" + } + ], + "low_energy_lighting": 91, + "solar_water_heating": "N", + "bedf_revision_number": 351, + "habitable_room_count": 5, + "heating_cost_current": { + "value": 407, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.4, + "energy_rating_average": 60, + "energy_rating_current": 74, + "lighting_cost_current": { + "value": 59, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 409, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 121, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 37, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 2, + "typical_saving": { + "value": 254, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 85 + } + ], + "co2_emissions_potential": 1.2, + "energy_rating_potential": 85, + "lighting_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 81, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2790, + "impact_of_loft_insulation": -251, + "space_heating_existing_dwelling": 6514 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 145, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 69, + "environmental_impact_current": 74, + "fixed_lighting_outlets_count": 11, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 28, + "low_energy_fixed_lighting_outlets_count": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/elmhurst_inputs.md new file mode 100644 index 00000000..6644ffaa --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/elmhurst_inputs.md @@ -0,0 +1,86 @@ +# Elmhurst RdSAP inputs β€” UPRN 100020933699 (cert 9548-2053-6299-9947-0950, SAP-Schema-16.2) + +**Lodged SAP:** 70 **Our engine:** 72 (continuous 72.29) ← compare Elmhurst against the engine +**Property:** End-terrace HOUSE, age band G (1983–1990), mains-gas regular boiler + cylinder, TFA 62 mΒ² + +**Schema note:** SAP-Schema-16.2 is RdSAP-shaped (reduced-field) β€” mapped via `_normalize_sap_schema_16_2` β†’ RdSAP-17.1 mapper. This is a REDUCED-FIELD cert (descriptions + glazed-area band, no measured U-values), so unlike the 17.1 new-builds the engine and Elmhurst should both use RdSAP age-band/description U-values β€” expect a TIGHTER agreement. + +**Known divergences / gaps to watch:** +- **Party wall:** 16.2 does not lodge `party_wall_length`; the normalizer defaults it to 0, so the engine currently models NO party wall. An end-terrace HAS one party wall β€” Elmhurst will model it. **This is the likely main divergence; check the worksheet party-wall line.** +- Age band G β†’ Elmhurst on-screen band **G 1983-1990**. + +## Property Description +| Elmhurst field | Value | Notes | +|---|---|---| +| Property Type | **House** | dwelling_type "End-terrace house" (switch from FLAT β€” prior cert) | +| Built form | **End-Terrace** | built_form 3 | +| Age band | **G 1983-1990** | construction_age_band G | +| Storeys | 2 | floor 0 + floor 1 | +| Habitable rooms | 4 | habitable_room_count 4 | + +## Dimensions +| Elmhurst field | Value | Notes | +|---|---|---| +| Ground floor area | 31.06 mΒ² | floor 0 | +| First floor area | 31.06 mΒ² | floor 1 | +| Room height (ground / first) | 2.40 / 2.65 m | room_height | +| Heat-loss perimeter (each) | 15.8 m | heat_loss_perimeter | +| Party-wall length (each) | **see note** | 16.2 lodges none; for an end-terrace enter the real party-wall length if Elmhurst derives it from built-form, else note the divergence | + +## Walls +| Elmhurst field | Value | Notes | +|---|---|---| +| Construction | Cavity | wall_construction 4 | +| Insulation | **Filled** | wall_insulation_type 2 = filled cavity ("Cavity wall, filled cavity") | +| Thickness | 280 mm | wall_thickness | +| Party wall | Present (End-Terrace) β€” Unable to determine | built_form 3 | + +## Roofs +| Elmhurst field | Value | Notes | +|---|---|---| +| Type | Pitched, access to loft | roof_construction 4 | +| Insulation at | Joists | roof_insulation_location 2 | +| Thickness | 100 mm | roof_insulation_thickness "100mm" | + +## Floors +| Elmhurst field | Value | Notes | +|---|---|---| +| Location / type | Ground floor / Solid | floor_construction 1 | +| Insulation | **None** | "Solid, no insulation (assumed)" | + +## Openings +| Elmhurst field | Value | Notes | +|---|---|---| +| Windows | **Single glazed**, glazed-area band Normal | glazed_area 1, multiple_glazing_type ND, "Single glazed" | +| Doors | **2 doors, uninsulated** | door_count 2, insulated_door_count 0 (high U β€” solid/older doors) | + +## Ventilation & Lighting +| Elmhurst field | Value | Notes | +|---|---|---| +| Ventilation | Natural | no MV; no air-permeability test lodged (ap50/ap4 None) | +| Extract fans / flues | 0 / 0 | none lodged; open chimneys 0 | +| Sheltered sides | 1 | sheltered_sides 1 | +| Air Pressure Test | **None** (do NOT enter Blower Door) | no test lodged β€” leave method blank | +| Lighting | 22% low-energy | low_energy 2 / total 9 outlets | + +## Space Heating +| Elmhurst field | Value | Notes | +|---|---|---| +| Main heating | Mains gas **regular boiler + radiators** | fuel 26, emitter 1, control 2106, fan-assisted flue, PCDB 10321. NOT a combi β€” has a cylinder β†’ use the BGB regular condensing/non-condensing cascade option (per age band G, likely non-condensing) | +| Secondary | None | secondary "None" | + +## Water Heating +| Elmhurst field | Value | Notes | +|---|---|---| +| Water heating | From main (901), gas | water_heating_fuel 26 | +| Hot water cylinder | **Present** β€” 110 L (Normal), Foam, 25 mm | has_hot_water_cylinder True, cylinder_size 2, insulation type 1 (foam) 25 mm | +| Solar / WWHRS / FGHRS | None | β€” | + +## Fields to clear in Elmhurst (do NOT map) +| Elmhurst field | Set to | Why absent | +|---|---|---| +| Flats page | (gone β€” House now) | switch from prior FLAT cert | +| Conservatory | none / uncheck | not lodged | +| Air Pressure Test method | **blank** | no test lodged (prior certs had Blower Door β€” CLEAR it) | +| Main Heating 2 / Secondary | none | single system | +| PV / Wind / Hydro | none | none lodged | diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/epc.json new file mode 100644 index 00000000..b8193954 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020933699/epc.json @@ -0,0 +1,310 @@ +{ + "uprn": 100020933699, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Single glazed", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "lighting": { + "description": "Low energy lighting in 22% of fixed outlets", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + }, + "postcode": "SE18 2PE", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2013-01-14 15:52:33.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10321, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Acland Close", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-01-14", + "inspection_date": "2013-01-14", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 62, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2013-01-14", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.4, + "floor_insulation": 1, + "total_floor_area": 31.06, + "floor_construction": 1, + "heat_loss_perimeter": 15.8 + }, + { + "floor": 1, + "room_height": 2.4, + "total_floor_area": 31.06, + "heat_loss_perimeter": 15.8 + } + ], + "wall_insulation_type": 2, + "construction_age_band": "G", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm" + } + ], + "low_energy_lighting": 22, + "solar_water_heating": "N", + "bedf_revision_number": 333, + "habitable_room_count": 4, + "heating_cost_current": { + "value": 370, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.2, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": "ND", + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 296, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 106, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 27, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 73 + }, + { + "sequence": 2, + "typical_saving": { + "value": 26, + "currency": "GBP" + }, + "indicative_cost": "\u00a335", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 74 + }, + { + "sequence": 3, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 76 + }, + { + "sequence": 4, + "typical_saving": { + "value": 52, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,300 - \u00a36,500", + "improvement_type": "O", + "improvement_details": { + "improvement_number": 8 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 80 + }, + { + "sequence": 5, + "typical_saving": { + "value": 236, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 92 + }, + { + "sequence": 6, + "typical_saving": { + "value": 19, + "currency": "GBP" + }, + "indicative_cost": "\u00a31,500 - \u00a34,000", + "improvement_type": "V", + "improvement_details": { + "improvement_number": 44 + }, + "improvement_category": 5, + "energy_performance_rating": 90, + "environmental_impact_rating": 92 + } + ], + "co2_emissions_potential": 0.5, + "energy_rating_potential": 90, + "lighting_cost_potential": { + "value": 37, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 72, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2577, + "impact_of_loft_insulation": -309, + "space_heating_existing_dwelling": 5864 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 189, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 0, + "calculation_software_version": 8.0, + "energy_consumption_potential": 36, + "environmental_impact_current": 71, + "fixed_lighting_outlets_count": 9, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 92, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 36, + "low_energy_fixed_lighting_outlets_count": 2 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020973465/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020973465/epc.json new file mode 100644 index 00000000..02ef873d --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100020973465/epc.json @@ -0,0 +1,423 @@ +{ + "uprn": 100020973465, + "roofs": [ + { + "description": "Pitched, 75 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + { + "description": "Pitched, limited insulation (assumed)", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "walls": [ + { + "description": "Timber frame, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "windows": [ + { + "description": "Single glazed", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE28 0DQ", + "hot_water": { + "description": "From main system, no cylinder thermostat", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + }, + "post_town": "LONDON", + "built_form": 4, + "created_at": "2013-09-17 14:55:12.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "N", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "N", + "heat_emitter_type": 1, + "main_heating_number": 1, + "main_heating_control": 2104, + "main_heating_category": 2, + "main_heating_fraction": 1, + "sap_main_heating_code": 101, + "main_heating_data_source": 2 + } + ], + "cylinder_insulation_type": 2, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 12 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Harrier Mews", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-09-17", + "inspection_date": "2013-09-17", + "windows_u_value": 4.8, + "extensions_count": 1, + "measurement_type": 1, + "total_floor_area": 83, + "transaction_type": 5, + "conservatory_type": 1, + "heated_room_count": 5, + "registration_date": "2013-09-17", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 5, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.31, + "floor_insulation": 1, + "total_floor_area": 26.16, + "floor_construction": 2, + "heat_loss_perimeter": 3.52 + }, + { + "floor": 1, + "room_height": 2.32, + "total_floor_area": 26.15, + "heat_loss_perimeter": 7.04 + }, + { + "floor": 2, + "room_height": 2.38, + "total_floor_area": 26.15, + "heat_loss_perimeter": 17.47 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "F", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "75mm" + }, + { + "identifier": "Extension 1", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 5, + "wall_construction": 5, + "building_part_number": 2, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.31, + "floor_insulation": 1, + "total_floor_area": 4.64, + "floor_construction": 2, + "heat_loss_perimeter": 3.52 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "F", + "wall_thickness_measured": "Y", + "roof_insulation_location": 4, + "roof_insulation_thickness": "NI" + } + ], + "low_energy_lighting": 100, + "solar_transmittance": 0.85, + "solar_water_heating": "N", + "windows_data_source": 2, + "bedf_revision_number": 343, + "habitable_room_count": 5, + "heating_cost_current": { + "value": 501, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.9, + "energy_rating_average": 60, + "energy_rating_current": 61, + "lighting_cost_current": { + "value": 48, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer and room thermostat", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "multiple_glazing_type": "ND", + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 334, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 302, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 0, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 20.88, + "currency": "GBP" + }, + "indicative_cost": "\u00a3100 - \u00a3350", + "improvement_type": "A", + "improvement_details": { + "improvement_number": 5 + }, + "improvement_category": 5, + "energy_performance_rating": 62, + "environmental_impact_rating": 59 + }, + { + "sequence": 2, + "typical_saving": { + "value": 71.87, + "currency": "GBP" + }, + "indicative_cost": "\u00a315 - \u00a330", + "improvement_type": "C", + "improvement_details": { + "improvement_number": 2 + }, + "improvement_category": 5, + "energy_performance_rating": 65, + "environmental_impact_rating": 63 + }, + { + "sequence": 3, + "typical_saving": { + "value": 29.08, + "currency": "GBP" + }, + "indicative_cost": "\u00a380 - \u00a3120", + "improvement_type": "D", + "improvement_details": { + "improvement_number": 10 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 65 + }, + { + "sequence": 4, + "typical_saving": { + "value": 68.14, + "currency": "GBP" + }, + "indicative_cost": "\u00a3200 - \u00a3400", + "improvement_type": "F", + "improvement_details": { + "improvement_number": 4 + }, + "improvement_category": 5, + "energy_performance_rating": 70, + "environmental_impact_rating": 69 + }, + { + "sequence": 5, + "typical_saving": { + "value": 22.3, + "currency": "GBP" + }, + "indicative_cost": "\u00a3350 - \u00a3450", + "improvement_type": "G", + "improvement_details": { + "improvement_number": 13 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 70 + }, + { + "sequence": 6, + "typical_saving": { + "value": 77.25, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 75 + }, + { + "sequence": 7, + "typical_saving": { + "value": 36.41, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 77 + }, + { + "sequence": 8, + "typical_saving": { + "value": 64.15, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,300 - \u00a36,500", + "improvement_type": "O", + "improvement_details": { + "improvement_number": 8 + }, + "improvement_category": 5, + "energy_performance_rating": 79, + "environmental_impact_rating": 81 + }, + { + "sequence": 9, + "typical_saving": { + "value": 242.65, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 90 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 42.48, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 2, + "typical_saving": { + "value": 88.11, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 74 + } + ], + "hot_water_cost_potential": { + "value": 79, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 5230, + "impact_of_loft_insulation": -516, + "space_heating_existing_dwelling": 6902 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 242, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 0, + "calculation_software_version": "1.4.1.0", + "energy_consumption_potential": 46, + "environmental_impact_current": 58, + "fixed_lighting_outlets_count": 11, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 90, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 47, + "low_energy_fixed_lighting_outlets_count": 11 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100021985993/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100021985993/epc.json new file mode 100644 index 00000000..91a36beb --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100021985993/epc.json @@ -0,0 +1,273 @@ +{ + "uprn": 100021985993, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Solid brick, with internal insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE12 9PZ", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2013-03-15 12:45:25.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10328, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1 Gatehouse Cottages", + "address_line_2": "Marvels Lane", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-03-15", + "inspection_date": "2013-03-15", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 77, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2013-03-15", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 360, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 76.54, + "floor_construction": 2, + "heat_loss_perimeter": 29.1 + } + ], + "wall_insulation_type": 3, + "construction_age_band": "C", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm", + "wall_insulation_thickness": "50mm" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 335, + "habitable_room_count": 3, + "heating_cost_current": { + "value": 480, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.7, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 44, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 392, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 86, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a3100 - \u00a3350", + "improvement_type": "A", + "improvement_details": { + "improvement_number": 5 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 71 + }, + { + "sequence": 2, + "typical_saving": { + "value": 58, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 75 + }, + { + "sequence": 3, + "typical_saving": { + "value": 25, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 4, + "typical_saving": { + "value": 236, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 86 + } + ], + "co2_emissions_potential": 1.1, + "energy_rating_potential": 86, + "lighting_cost_potential": { + "value": 44, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 62, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2112, + "impact_of_loft_insulation": -766, + "space_heating_existing_dwelling": 8674 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 181, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 69, + "environmental_impact_current": 69, + "fixed_lighting_outlets_count": 6, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 35, + "low_energy_fixed_lighting_outlets_count": 6 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100062116493/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100062116493/epc.json new file mode 100644 index 00000000..531b8826 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100062116493/epc.json @@ -0,0 +1,251 @@ +{ + "uprn": 100062116493, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, partial insulation (assumed)", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "addendum": { + "cavity_fill_recommended": "true" + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME2 3QD", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ROCHESTER", + "built_form": 1, + "created_at": "2013-11-24 19:51:36.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 15502, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Roan Court", + "address_line_2": "Abbey Road", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-11-24", + "inspection_date": "2013-11-24", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 0 + }, + "total_floor_area": 41, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "registration_date": "2013-11-24", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 310, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 40.8, + "floor_construction": 1, + "heat_loss_perimeter": 26.2 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "F", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 350, + "habitable_room_count": 2, + "heating_cost_current": { + "value": 367, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.8, + "energy_rating_average": 60, + "energy_rating_current": 68, + "lighting_cost_current": { + "value": 27, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 262, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 67, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 56, + "currency": "GBP" + }, + "indicative_cost": "\u00a3500 - \u00a31,500", + "improvement_type": "B", + "improvement_details": { + "improvement_number": 6 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 76 + }, + { + "sequence": 2, + "typical_saving": { + "value": 48, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 80 + } + ], + "co2_emissions_potential": 1.2, + "energy_rating_potential": 76, + "lighting_cost_potential": { + "value": 27, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 67, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1561, + "impact_of_cavity_insulation": -1381, + "space_heating_existing_dwelling": 5530 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 227, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 155, + "environmental_impact_current": 70, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 80, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 44, + "low_energy_fixed_lighting_outlets_count": 5 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10008048040/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10008048040/epc.json new file mode 100644 index 00000000..33c41d0b --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10008048040/epc.json @@ -0,0 +1,277 @@ +{ + "uprn": 10008048040, + "roofs": [ + { + "description": "Pitched, 200 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Timber frame, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PE2 8NL", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "PETERBOROUGH", + "built_form": 4, + "created_at": "2013-09-11 16:33:41.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 2, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 15502, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Barber Close", + "address_line_2": "Stanground", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-09-11", + "inspection_date": "2013-09-10", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 57, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2013-09-11", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 3, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 290, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 5, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.4, + "floor_insulation": 1, + "total_floor_area": 29.34, + "floor_construction": 2, + "heat_loss_perimeter": 9.83 + }, + { + "floor": 1, + "room_height": 2.43, + "total_floor_area": 28.06, + "heat_loss_perimeter": 9.2 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "200mm" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 346, + "habitable_room_count": 3, + "heating_cost_current": { + "value": 334, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.7, + "energy_rating_average": 60, + "energy_rating_current": 75, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 310, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 78, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 23, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 79 + }, + { + "sequence": 2, + "typical_saving": { + "value": 24, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 81 + }, + { + "sequence": 3, + "typical_saving": { + "value": 245, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 90, + "environmental_impact_rating": 93 + }, + { + "sequence": 4, + "typical_saving": { + "value": 19, + "currency": "GBP" + }, + "indicative_cost": "\u00a31,500 - \u00a34,000", + "improvement_type": "V", + "improvement_details": { + "improvement_number": 44 + }, + "improvement_category": 5, + "energy_performance_rating": 91, + "environmental_impact_rating": 94 + } + ], + "co2_emissions_potential": 0.4, + "energy_rating_potential": 91, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1822, + "space_heating_existing_dwelling": 4717 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 154, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 30, + "environmental_impact_current": 77, + "fixed_lighting_outlets_count": 7, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 94, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 29, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100090182288/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100090182288/epc.json new file mode 100644 index 00000000..2cda7b6a --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_100090182288/epc.json @@ -0,0 +1,261 @@ +{ + "uprn": 100090182288, + "roofs": [ + { + "description": "Pitched, 250 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PE1 4JH", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "PETERBOROUGH", + "built_form": 2, + "created_at": "2013-03-08 12:16:12.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 2, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10327, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Central Avenue", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-03-08", + "inspection_date": "2013-03-06", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 73, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 3, + "registration_date": "2013-03-08", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 1, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 290, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.43, + "floor_insulation": 1, + "total_floor_area": 36.72, + "floor_construction": 1, + "heat_loss_perimeter": 21.46 + }, + { + "floor": 1, + "room_height": 2.45, + "total_floor_area": 36.72, + "heat_loss_perimeter": 21.46 + } + ], + "wall_insulation_type": 2, + "construction_age_band": "D", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 335, + "habitable_room_count": 3, + "heating_cost_current": { + "value": 440, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.4, + "energy_rating_average": 60, + "energy_rating_current": 71, + "lighting_cost_current": { + "value": 46, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 402, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 85, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 38, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 74 + }, + { + "sequence": 2, + "typical_saving": { + "value": 24, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 3, + "typical_saving": { + "value": 248, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 86 + } + ], + "co2_emissions_potential": 1.1, + "energy_rating_potential": 86, + "lighting_cost_potential": { + "value": 46, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2085, + "space_heating_existing_dwelling": 7620 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 172, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 74, + "environmental_impact_current": 72, + "fixed_lighting_outlets_count": 7, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 33, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314798/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314798/epc.json new file mode 100644 index 00000000..5121bdf3 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314798/epc.json @@ -0,0 +1,320 @@ +{ + "uprn": 10014314798, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.20 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 6RG", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 4, + "created_at": "2013-10-11 15:44:30.000000", + "living_area": 19.67, + "orientation": 8, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "has_wwhrs": "false", + "thermal_store": 1, + "has_solar_panel": "false", + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "false", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "boiler_index_number": 16661, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1.0, + "main_heating_flue_type": 5, + "main_heating_data_source": 1, + "is_oil_pump_in_heated_space": "true", + "has_delayed_start_thermostat": "false", + "load_or_weather_compensation": 2, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 2.6 m\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Farleigh Hill", + "schema_version": "LIG-15.0", + "assessment_date": "2013-10-11", + "assessment_type": "SAP", + "completion_date": "2013-10-10", + "inspection_date": "2013-10-11", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 2.6, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "sap_data_version": 9.91, + "total_floor_area": 73, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2013-10-11", + "restricted_access": 0, + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 2, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "0 100 + 250 Rockwool Cross Laid", + "u_value": 0.12, + "roof_type": 2, + "description": "100 + 250 Rockwool Cross Laid", + "kappa_value": 9.0, + "total_roof_area": 36.27 + } + ], + "sap_walls": [ + { + "name": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "u_value": 0.2, + "wall_type": 2, + "description": "(Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "kappa_value": 9.0, + "total_wall_area": 59.5, + "is_curtain_walling": "false" + }, + { + "name": "3 Filled & Sealed Cavity", + "u_value": 0.0, + "wall_type": 4, + "description": "Filled & Sealed Cavity", + "kappa_value": 20.0, + "total_wall_area": 66.5, + "is_curtain_walling": "false" + } + ], + "identifier": "1 Farleigh Hill, Tovil, Maidstone, Kent, ME15 6RG", + "overshading": 2, + "sap_openings": [ + { + "name": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.88, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 4 + }, + { + "name": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 3.36, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 8 + }, + { + "name": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.14, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 8 + }, + { + "name": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.52, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 4 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "Beam/Celcon Std Block/150 Celotex/Screed", + "kappa_value": 75.0, + "storey_height": 2.4, + "heat_loss_area": 36.27, + "total_floor_area": 36.27 + } + ] + } + ], + "bedf_revision_number": 346, + "heating_cost_current": 235, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": 52, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": 235, + "hot_water_cost_current": 72, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": 25, + "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 3, + "energy_performance_rating": 84, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": 233, + "indicative_cost": "\u00c2\u00a39,000 - \u00c2\u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 3, + "energy_performance_rating": 95, + "environmental_impact_rating": 99 + } + ], + "co2_emissions_potential": 1.2, + "energy_rating_potential": 83, + "lighting_cost_potential": 52, + "hot_water_cost_potential": 72, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2134, + "water_heating": 1757 + } + }, + "seller_commission_report": "N", + "energy_consumption_current": 86, + "has_fixed_air_conditioning": "false", + "calculation_software_version": "5.04a3", + "energy_consumption_potential": 86, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16, + "additional_allowable_electricity_generation": 0.0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314830/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314830/epc.json new file mode 100644 index 00000000..b3aa26d3 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.2/uprn_10014314830/epc.json @@ -0,0 +1,322 @@ +{ + "uprn": 10014314830, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.20 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 6NX", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 4, + "created_at": "2014-01-24 09:08:21.000000", + "living_area": 16.11, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "has_wwhrs": "false", + "thermal_store": 1, + "has_solar_panel": "false", + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "false", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "boiler_index_number": 16661, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1.0, + "main_heating_flue_type": 5, + "main_heating_data_source": 1, + "is_oil_pump_in_heated_space": "true", + "has_delayed_start_thermostat": "false", + "load_or_weather_compensation": 2, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.5 m\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, George Street", + "schema_version": "LIG-15.0", + "assessment_date": "2014-01-23", + "assessment_type": "SAP", + "completion_date": "2014-01-23", + "inspection_date": "2014-01-23", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 5.52, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 5, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.91, + "total_floor_area": 76, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2014-01-24", + "restricted_access": 0, + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 23, + "low_energy_fixed_lighting_outlets_count": 23, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 2, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "0 350 Rockwool Cross Laid", + "u_value": 0.12, + "roof_type": 2, + "description": "350 Rockwool Cross Laid", + "kappa_value": 9.0, + "total_roof_area": 38.01 + } + ], + "sap_walls": [ + { + "name": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "u_value": 0.2, + "wall_type": 2, + "description": "(Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "kappa_value": 9.0, + "total_wall_area": 45.62, + "is_curtain_walling": "false" + }, + { + "name": "3 Filled & Sealed Cavity", + "u_value": 0.0, + "wall_type": 4, + "description": "Filled & Sealed Cavity", + "kappa_value": 20.0, + "total_wall_area": 86.0, + "is_curtain_walling": "false" + } + ], + "identifier": "10 George Street, Maidstone, Kent, ME15 6NX", + "overshading": 2, + "sap_openings": [ + { + "name": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 3.15, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 1 + }, + { + "name": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 3.96, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 5 + }, + { + "name": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.16, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 1 + }, + { + "name": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "1 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.52, + "height": 1.0, + "location": "1 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 5 + } + ], + "construction_year": 2014, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Beam/Celcon Std Block/150 Celotex/Screed", + "kappa_value": 75.0, + "storey_height": 2.4, + "heat_loss_area": 38.01, + "total_floor_area": 38.01 + } + ] + } + ], + "bedf_revision_number": 352, + "heating_cost_current": 243, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": 55, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": 243, + "hot_water_cost_current": 74, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": 26, + "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 3, + "energy_performance_rating": 84, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": 241, + "indicative_cost": "\u00c2\u00a39,000 - \u00c2\u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 3, + "energy_performance_rating": 95, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 1.2, + "energy_rating_potential": 83, + "lighting_cost_potential": 55, + "hot_water_cost_potential": 74, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2240, + "water_heating": 1711 + } + }, + "seller_commission_report": "N", + "energy_consumption_current": 84, + "has_fixed_air_conditioning": "false", + "calculation_software_version": "5.04a3", + "energy_consumption_potential": 84, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16, + "additional_allowable_electricity_generation": 0.0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100020980961/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100020980961/epc.json new file mode 100644 index 00000000..dd95f4f7 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100020980961/epc.json @@ -0,0 +1,313 @@ +{ + "uprn": 100020980961, + "roofs": [ + { + "description": "Pitched, 250 mm loft insulation", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Solid brick, as built, no insulation (assumed)", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + }, + { + "description": "Cavity wall, as built, no insulation (assumed)", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "addendum": { + "cavity_fill_recommended": "true" + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE10 0AA", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2014-10-24 09:39:31.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 15100, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 38 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Kossuth Street", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-10-24", + "inspection_date": "2014-10-23", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 81, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2014-10-24", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 3, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 240, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 17.1, + "sheltered_wall": "N", + "wall_dry_lined": "N", + "wall_thickness": 290, + "wall_construction": 4, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.43, + "floor_insulation": 1, + "total_floor_area": 40.12, + "floor_construction": 1, + "heat_loss_perimeter": 20.78 + }, + { + "floor": 1, + "room_height": 2.37, + "total_floor_area": 41.32, + "heat_loss_perimeter": 18.78 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "E", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "250mm" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 365, + "habitable_room_count": 4, + "heating_cost_current": { + "value": 627, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.3, + "energy_rating_average": 60, + "energy_rating_current": 65, + "lighting_cost_current": { + "value": 51, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 391, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 124, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a3500 - \u00a31,500", + "improvement_type": "B", + "improvement_details": { + "improvement_number": 6 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 65 + }, + { + "sequence": 2, + "typical_saving": { + "value": 159, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a314,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 74 + }, + { + "sequence": 3, + "typical_saving": { + "value": 46, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 4, + "typical_saving": { + "value": 41, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 79 + }, + { + "sequence": 5, + "typical_saving": { + "value": 258, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 87, + "environmental_impact_rating": 88 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 87, + "lighting_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 83, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2608, + "impact_of_cavity_insulation": -726, + "impact_of_solid_wall_insulation": -3540, + "space_heating_existing_dwelling": 10860 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 209, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "v2.1.0", + "energy_consumption_potential": 58, + "environmental_impact_current": 63, + "fixed_lighting_outlets_count": 10, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 40, + "low_energy_fixed_lighting_outlets_count": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100022015916/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100022015916/epc.json new file mode 100644 index 00000000..e7354fd2 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100022015916/epc.json @@ -0,0 +1,355 @@ +{ + "uprn": 100022015916, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Single glazed", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "lighting": { + "description": "Low energy lighting in 73% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE8 4DN", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 2, + "created_at": "2014-09-04 16:24:17.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 1964, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Vanguard Street", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-09-04", + "inspection_date": "2014-09-03", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 84, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 5, + "registration_date": "2014-09-04", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 1 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.33, + "floor_insulation": 1, + "total_floor_area": 42.9, + "floor_construction": 1, + "heat_loss_perimeter": 18.84 + }, + { + "floor": 1, + "room_height": 2.42, + "total_floor_area": 41.51, + "heat_loss_perimeter": 18.24 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm" + } + ], + "low_energy_lighting": 73, + "solar_water_heating": "N", + "bedf_revision_number": 365, + "habitable_room_count": 5, + "heating_cost_current": { + "value": 588, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 3.3, + "energy_rating_average": 60, + "energy_rating_current": 66, + "lighting_cost_current": { + "value": 67, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": "ND", + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 382, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 152, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 24, + "currency": "GBP" + }, + "indicative_cost": "\u00a3100 - \u00a3350", + "improvement_type": "A", + "improvement_details": { + "improvement_number": 5 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 65 + }, + { + "sequence": 2, + "typical_saving": { + "value": 49, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 68 + }, + { + "sequence": 3, + "typical_saving": { + "value": 12, + "currency": "GBP" + }, + "indicative_cost": "\u00a315", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 70, + "environmental_impact_rating": 68 + }, + { + "sequence": 4, + "typical_saving": { + "value": 103, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 74 + }, + { + "sequence": 5, + "typical_saving": { + "value": 40, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 76 + }, + { + "sequence": 6, + "typical_saving": { + "value": 63, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,300 - \u00a36,500", + "improvement_type": "O", + "improvement_details": { + "improvement_number": 8 + }, + "improvement_category": 5, + "energy_performance_rating": 78, + "environmental_impact_rating": 80 + }, + { + "sequence": 7, + "typical_saving": { + "value": 258, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 88, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 75, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 73, + "environmental_impact_rating": 75 + }, + { + "sequence": 2, + "typical_saving": { + "value": 118, + "currency": "GBP" + }, + "improvement_type": "Z3", + "improvement_details": { + "improvement_number": 53 + }, + "improvement_category": 6, + "energy_performance_rating": 75, + "environmental_impact_rating": 73 + } + ], + "hot_water_cost_potential": { + "value": 81, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2556, + "impact_of_loft_insulation": -430, + "space_heating_existing_dwelling": 8096 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 202, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 0, + "calculation_software_version": "1.14r10", + "energy_consumption_potential": 54, + "environmental_impact_current": 64, + "fixed_lighting_outlets_count": 11, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 39, + "low_energy_fixed_lighting_outlets_count": 8 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100062188801/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100062188801/epc.json new file mode 100644 index 00000000..7d095d32 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_100062188801/epc.json @@ -0,0 +1,277 @@ +{ + "uprn": 100062188801, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH11 7UG", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CRAWLEY", + "built_form": 3, + "created_at": "2014-02-25 19:25:58.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 8587, + "main_heating_number": 1, + "main_heating_control": 2107, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 10 Ashmore House", + "address_line_2": "Dobson Road", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-02-25", + "inspection_date": "2014-02-25", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 0 + }, + "total_floor_area": 24, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 1, + "registration_date": "2014-02-25", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 270, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 24.48, + "floor_construction": 1, + "heat_loss_perimeter": 15.6 + } + ], + "wall_insulation_type": 2, + "construction_age_band": "E", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 353, + "habitable_room_count": 1, + "heating_cost_current": { + "value": 277, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 19, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, TRVs and bypass", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 215, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 71, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 39, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 79 + }, + { + "sequence": 2, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 75, + "environmental_impact_rating": 82 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 75, + "lighting_cost_potential": { + "value": 19, + "currency": "GBP" + }, + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 38, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 78, + "environmental_impact_rating": 93 + }, + { + "sequence": 2, + "typical_saving": { + "value": 97, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 81, + "environmental_impact_rating": 83 + } + ], + "hot_water_cost_potential": { + "value": 63, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1372, + "space_heating_existing_dwelling": 2525 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 261, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 186, + "environmental_impact_current": 75, + "fixed_lighting_outlets_count": 4, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 82, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 50, + "low_energy_fixed_lighting_outlets_count": 4 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10014314853/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10014314853/epc.json new file mode 100644 index 00000000..0b3feed1 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10014314853/epc.json @@ -0,0 +1,398 @@ +{ + "uprn": 10014314853, + "roofs": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.20 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 6NG", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 3, + "created_at": "2014-03-04 16:44:28.000000", + "living_area": 16.11, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "has_wwhrs": "false", + "thermal_store": 1, + "has_solar_panel": "false", + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "false", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "boiler_index_number": 16661, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1.0, + "main_heating_flue_type": 5, + "main_heating_data_source": 1, + "is_oil_pump_in_heated_space": "true", + "has_delayed_start_thermostat": "false", + "load_or_weather_compensation": 2, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.7 m\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Regency Place", + "schema_version": "LIG-15.0", + "assessment_date": "2014-03-04", + "assessment_type": "SAP", + "completion_date": "2014-03-03", + "inspection_date": "2014-03-04", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.66, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 5, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.91, + "total_floor_area": 95, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2014-03-04", + "restricted_access": 0, + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 25, + "low_energy_fixed_lighting_outlets_count": 25, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "1 0 Velux Standard Specified U-Value = 1.40 165 + 30 Celotex Inter/Under Rafter", + "type": 5, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "3 0 Specified U-Value = 1.40 Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "4 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "4 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "4 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "4 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 2, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "4 4 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 3 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "0 150 Celotex", + "u_value": 0.15, + "roof_type": 2, + "description": "150 Celotex", + "kappa_value": 9.0, + "total_roof_area": 1.68 + }, + { + "name": "1 165 + 30 Celotex Inter/Under Rafter", + "u_value": 0.14, + "roof_type": 2, + "description": "165 + 30 Celotex Inter/Under Rafter", + "kappa_value": 9.0, + "total_roof_area": 33.23 + }, + { + "name": "2 350 Rockwool Cross Laid", + "u_value": 0.12, + "roof_type": 2, + "description": "350 Rockwool Cross Laid", + "kappa_value": 9.0, + "total_roof_area": 10.55 + } + ], + "sap_walls": [ + { + "name": "3 Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "u_value": 0.2, + "wall_type": 2, + "description": "Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "kappa_value": 9.0, + "total_wall_area": 2.94, + "is_curtain_walling": "false" + }, + { + "name": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "u_value": 0.2, + "wall_type": 2, + "description": "(Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "kappa_value": 9.0, + "total_wall_area": 96.64, + "is_curtain_walling": "false" + }, + { + "name": "6 Filled & Sealed Cavity", + "u_value": 0.0, + "wall_type": 4, + "description": "Filled & Sealed Cavity", + "kappa_value": 20.0, + "total_wall_area": 51.03, + "is_curtain_walling": "false" + } + ], + "identifier": "1 Regency Place, Maidstone, Kent, ME15 6NG", + "overshading": 2, + "sap_openings": [ + { + "name": "1 0 Velux Standard Specified U-Value = 1.40 165 + 30 Celotex Inter/Under Rafter", + "type": "1 0 Velux Standard Specified U-Value = 1.40 165 + 30 Celotex Inter/Under Rafter", + "width": 0.65, + "height": 1.0, + "location": "1 165 + 30 Celotex Inter/Under Rafter", + "orientation": 9 + }, + { + "name": "3 0 Specified U-Value = 1.40 Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "type": "3 0 Specified U-Value = 1.40 Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "width": 1.26, + "height": 1.0, + "location": "3 Dormer Cheeks Insulated With 100 Celotex Between Studs/35 Celotex Over Studs/12.5 P'bd", + "orientation": 1 + }, + { + "name": "4 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "4 0 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 3.96, + "height": 1.0, + "location": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 5 + }, + { + "name": "4 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "4 1 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 3.15, + "height": 1.0, + "location": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 1 + }, + { + "name": "4 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "4 2 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 1.44, + "height": 1.0, + "location": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 7 + }, + { + "name": "4 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "4 3 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.16, + "height": 1.0, + "location": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 1 + }, + { + "name": "4 4 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "type": "4 4 Specified U-Value = 1.40 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "width": 2.52, + "height": 1.0, + "location": "4 (Brick) or Tiles on Battens or Render/100 Medium Dense Aggregate Block/50 Cavity/140 Timber Frame Insulated With 120 Kingspan TW55/12.5 P'bd (Specified U-Value = 0.20)", + "orientation": 5 + } + ], + "construction_year": 2014, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Beam/Celcon Std Block/150 Celotex/Screed", + "kappa_value": 75.0, + "storey_height": 2.4, + "heat_loss_area": 38.01, + "total_floor_area": 38.01 + } + ] + } + ], + "bedf_revision_number": 353, + "heating_cost_current": 278, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": 62, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": 278, + "hot_water_cost_current": 79, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": 27, + "indicative_cost": "\u00c2\u00a34,000 - \u00c2\u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 3, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": 241, + "indicative_cost": "\u00c2\u00a39,000 - \u00c2\u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 3, + "energy_performance_rating": 94, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 1.4, + "energy_rating_potential": 84, + "lighting_cost_potential": 62, + "hot_water_cost_potential": 79, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 3021, + "water_heating": 1828 + } + }, + "seller_commission_report": "N", + "energy_consumption_current": 79, + "has_fixed_air_conditioning": "false", + "calculation_software_version": "5.04a3", + "energy_consumption_potential": 79, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15, + "additional_allowable_electricity_generation": 0.0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10090844948/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10090844948/epc.json new file mode 100644 index 00000000..53678fb8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_10090844948/epc.json @@ -0,0 +1,455 @@ +{ + "uprn": 10090844948, + "roofs": [ + { + "description": "Average thermal transmittance 0.10 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO23 7GN", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WINCHESTER", + "built_form": 2, + "created_at": "2014-03-10 15:49:05.000000", + "living_area": 15.7, + "orientation": 1, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "has_solar_panel": "false", + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "boiler_index_number": 16843, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "main_heating_data_source": 1, + "has_delayed_start_thermostat": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Burnet Lane", + "address_line_2": "Kings Worthy", + "schema_version": "LIG-16.0", + "assessment_date": "2014-03-10", + "assessment_type": "SAP", + "completion_date": "2014-03-10", + "inspection_date": "2014-03-10", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.951, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 2, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "total_floor_area": 93, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2014-03-10", + "restricted_access": 0, + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "-", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 12, + "type": 1, + "u_value": 1.1, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.1, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 46.36 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.19, + "wall_type": 2, + "description": "Wall 1", + "total_wall_area": 114.78, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Wall 2", + "total_wall_area": 28.33 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 0.5, + "height": 1, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 2, + "type": 1, + "width": 0.5, + "height": 1, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 3, + "type": 1, + "width": 1, + "height": 1.33, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 4, + "type": 1, + "width": 1, + "height": 1.2, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 5, + "type": 1, + "width": 1.6, + "height": 1.2, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 6, + "type": 1, + "width": 1.6, + "height": 1.4, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 7, + "type": 1, + "width": 1.36, + "height": 2.1, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 8, + "type": 1, + "width": 1.6, + "height": 1.4, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 9, + "type": 1, + "width": 0.5, + "height": 1.3, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 10, + "type": 1, + "width": 1.6, + "height": 1.4, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 11, + "type": 1, + "width": 1.6, + "height": 1.4, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 12, + "type": 12, + "width": 0.9, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 13.76, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": 2 + }, + { + "length": 13.76, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": 3 + }, + { + "length": 33.66, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": 4 + }, + { + "length": 15.7, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": 5 + }, + { + "length": 15.7, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": 6 + }, + { + "length": 17.15, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": 10 + }, + { + "length": 7.79, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": 12 + }, + { + "length": 20.56, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": 14 + }, + { + "length": 20.56, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": 16 + }, + { + "length": 5.12, + "psi_value": 0.08, + "psi_value_source": 2, + "thermal_bridge_type": 21 + }, + { + "length": 5.12, + "psi_value": 0, + "psi_value_source": 2, + "thermal_bridge_type": 22 + }, + { + "length": 5.12, + "psi_value": 0.12, + "psi_value_source": 2, + "thermal_bridge_type": 24 + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.17, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.46, + "heat_loss_area": 46.36, + "total_floor_area": 46.36 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.68, + "heat_loss_area": 0, + "total_floor_area": 46.36 + } + ], + "thermal_mass_parameter": 250 + } + ], + "bedf_revision_number": 354, + "heating_cost_current": 287, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": 54, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": 287, + "hot_water_cost_current": 83, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": 27, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 3, + "energy_performance_rating": 84, + "environmental_impact_rating": 87 + }, + { + "sequence": 2, + "typical_saving": 241, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 3, + "energy_performance_rating": 93, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 1.5, + "energy_rating_potential": 83, + "lighting_cost_potential": 54, + "hot_water_cost_potential": 83, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2702, + "water_heating": 1911 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 83, + "has_fixed_air_conditioning": "false", + "calculation_software_version": 5.5, + "energy_consumption_potential": 83, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003398613/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003398613/epc.json new file mode 100644 index 00000000..09bace51 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003398613/epc.json @@ -0,0 +1,213 @@ +{ + "uprn": 200003398613, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE15 6ND", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 4, + "created_at": "2014-11-26 18:56:49.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 16839, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Colegrove Road", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-11-26", + "inspection_date": "2014-11-25", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 2, + "top_storey": "N", + "flat_location": 1, + "heat_loss_corridor": 0 + }, + "total_floor_area": 33, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "registration_date": "2014-11-26", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 270, + "floor_heat_loss": 6, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.37, + "floor_insulation": 1, + "total_floor_area": 33.06, + "heat_loss_perimeter": 11.6 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "H", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 100, + "solar_water_heating": "N", + "bedf_revision_number": 365, + "habitable_room_count": 2, + "heating_cost_current": { + "value": 206, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 79, + "lighting_cost_current": { + "value": 24, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 206, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 64, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 79, + "lighting_cost_potential": { + "value": 24, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 64, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 1390, + "space_heating_existing_dwelling": 1510 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 130, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "v2.1.0", + "energy_consumption_potential": 130, + "environmental_impact_current": 85, + "fixed_lighting_outlets_count": 7, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 25, + "low_energy_fixed_lighting_outlets_count": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003400077/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003400077/epc.json new file mode 100644 index 00000000..d2365824 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_200003400077/epc.json @@ -0,0 +1,311 @@ +{ + "uprn": 200003400077, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "lighting": { + "description": "Low energy lighting in 60% of fixed outlets", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "postcode": "SE15 6RH", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2014-05-14 18:06:22.000000", + "door_count": 1, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 5928, + "main_heating_number": 1, + "main_heating_control": 2104, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 Vervain House", + "address_line_2": "7, Hereford Retreat", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-05-14", + "inspection_date": "2014-05-14", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 2, + "unheated_corridor_length": 5.4 + }, + "total_floor_area": 32, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "registration_date": "2014-05-14", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 32.4, + "floor_construction": 1, + "heat_loss_perimeter": 16.8 + } + ], + "wall_insulation_type": 2, + "construction_age_band": "E", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 60, + "solar_water_heating": "N", + "bedf_revision_number": 358, + "habitable_room_count": 2, + "heating_cost_current": { + "value": 261, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 32, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer and room thermostat", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 207, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 122, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 41, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 78 + }, + { + "sequence": 2, + "typical_saving": { + "value": 9, + "currency": "GBP" + }, + "indicative_cost": "\u00a315 - \u00a330", + "improvement_type": "C", + "improvement_details": { + "improvement_number": 3 + }, + "improvement_category": 5, + "energy_performance_rating": 73, + "environmental_impact_rating": 79 + }, + { + "sequence": 3, + "typical_saving": { + "value": 8, + "currency": "GBP" + }, + "indicative_cost": "\u00a310", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 79 + }, + { + "sequence": 4, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a32,200 - \u00a33,000", + "improvement_type": "I", + "improvement_details": { + "improvement_number": 20 + }, + "improvement_category": 5, + "energy_performance_rating": 76, + "environmental_impact_rating": 82 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 76, + "lighting_cost_potential": { + "value": 23, + "currency": "GBP" + }, + "alternative_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 61, + "currency": "GBP" + }, + "improvement_type": "J2", + "improvement_details": { + "improvement_number": 54 + }, + "improvement_category": 6, + "energy_performance_rating": 80, + "environmental_impact_rating": 93 + }, + { + "sequence": 2, + "typical_saving": { + "value": 115, + "currency": "GBP" + }, + "improvement_type": "Z1", + "improvement_details": { + "improvement_number": 51 + }, + "improvement_category": 6, + "energy_performance_rating": 83, + "environmental_impact_rating": 84 + } + ], + "hot_water_cost_potential": { + "value": 93, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2254, + "space_heating_existing_dwelling": 2411 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 235, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 161, + "environmental_impact_current": 74, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 82, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 45, + "low_energy_fixed_lighting_outlets_count": 3 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_44012843/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_44012843/epc.json new file mode 100644 index 00000000..eaa277d5 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-16.3/uprn_44012843/epc.json @@ -0,0 +1,222 @@ +{ + "uprn": 44012843, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Solid, insulated (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "lighting": { + "description": "Low energy lighting in 80% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME2 2BN", + "hot_water": { + "description": "From main system, plus solar", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "ROCHESTER", + "built_form": 3, + "created_at": "2014-02-18 23:08:35", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "cylinder_size": 4, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 9895, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1 Alexandra House", + "address_line_2": "Sealand Drive", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-02-18", + "inspection_date": "2014-02-18", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 2, + "unheated_corridor_length": 10.8 + }, + "total_floor_area": 55, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "registration_date": "2014-02-18", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 10 + ], + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 340, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 55.26, + "floor_construction": 1, + "heat_loss_perimeter": 29.2 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "K", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 80, + "solar_water_heating": "Y", + "bedf_revision_number": 353, + "habitable_room_count": 2, + "heating_cost_current": { + "value": 231, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 47, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 231, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 61, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 1.0, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2177, + "space_heating_existing_dwelling": 2074 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 99, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 99, + "environmental_impact_current": 85, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 19, + "low_energy_fixed_lighting_outlets_count": 4 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10013924858/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10013924858/epc.json new file mode 100644 index 00000000..071e4e5b --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10013924858/epc.json @@ -0,0 +1,292 @@ +{ + "uprn": 10013924858, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "\u00c2\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME20 7FH", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "AYLESFORD", + "created_at": "2016-06-14 17:29:40.000000", + "living_area": 22.2, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "false", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": "NA", + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1.0, + "main_heating_flue_type": 5, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17863, + "has_separate_delayed_start": "false", + "is_oil_pump_in_heated_space": "true", + "load_or_weather_compensation": 2, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "\u00c2\u00b3/h.m\u00c2\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 10 Riverview Court", + "address_line_2": "2, Kings Crescent", + "assessment_date": "2016-06-14", + "assessment_type": "SAP", + "completion_date": "2016-06-13", + "inspection_date": "2016-06-14", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.96, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 2 + }, + "total_floor_area": 49, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-06-14", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 25, + "low_energy_fixed_lighting_outlets_count": 25, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.63 + }, + { + "name": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "1 0 Solid Core Door 12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "type": 1, + "u_value": 1.8, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": 4, + "u_value": 0.0, + "roof_type": 4, + "kappa_value": 20.0, + "total_roof_area": 49.1 + } + ], + "sap_walls": [ + { + "name": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "u_value": 0.19, + "wall_type": 2, + "description": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "kappa_value": 9.0, + "total_wall_area": 20.54, + "is_curtain_walling": "false" + }, + { + "name": "1 12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "u_value": 0.17, + "wall_type": 2, + "description": "12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "kappa_value": 9.0, + "total_wall_area": 22.31, + "is_curtain_walling": "false" + }, + { + "name": "Sealed", + "u_value": 0.0, + "wall_type": 4, + "description": "Sealed", + "kappa_value": 20.0, + "total_wall_area": 27.03, + "is_curtain_walling": "false" + } + ], + "identifier": "Flat 10 Riverside Court, 2 Kings Crescent, Aylesford, Kent, ME20 7FH", + "overshading": 2, + "sap_openings": [ + { + "name": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "type": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "width": 4.5, + "height": 1.0, + "location": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "orientation": 1 + }, + { + "name": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "type": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "width": 2.63, + "height": 1.0, + "location": "Foil Faced Bubble Membrane/12.5 P'bd (Specified U-Value = 0.19)", + "orientation": 1 + }, + { + "name": "1 0 Solid Core Door 12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "type": "1 0 Solid Core Door 12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "width": 1.95, + "height": 1.0, + "location": "1 12.5 P'bd/89 Timber Studding Insulated With 60 Mineral Wool/74 Mineral Wool/89 Timber Studding Insulated With 60 Mineral Wool/12.5 P'bd", + "orientation": 0 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridge_code": 4, + "user_defined_y_value": 0.065, + "calculation_reference": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 3, + "u_value": 0.0, + "floor_type": 3, + "kappa_value": 30.0, + "storey_height": 0.0, + "heat_loss_area": 0.0, + "total_floor_area": 49.1, + "kappa_value_from_below": 0.0 + } + ] + } + ], + "heating_cost_current": 146, + "co2_emissions_current": 0.7, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": 41, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": 146, + "hot_water_cost_current": 68, + "co2_emissions_potential": 0.7, + "energy_rating_potential": 84, + "lighting_cost_potential": 41, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": 68, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 857, + "water_heating": 1384 + } + }, + "seller_commission_report": "N", + "energy_consumption_current": 83, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "6.03b1", + "energy_consumption_potential": 83, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15, + "additional_allowable_electricity_generation": 0.0 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023443568/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023443568/epc.json new file mode 100644 index 00000000..ccbabbcf --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023443568/epc.json @@ -0,0 +1,362 @@ +{ + "uprn": 10023443568, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.26 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5UN", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "built_form": 1, + "created_at": "2016-04-21 10:57:07", + "living_area": 23.6, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17045, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 696322, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Central Road", + "assessment_date": "2016-04-20", + "assessment_type": "SAP", + "completion_date": "2016-04-21", + "inspection_date": "2016-04-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.66, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "sap_flat_details": { + "level": 2 + }, + "total_floor_area": 63, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-04-21", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "W1 B2", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.71 + }, + { + "name": 2, + "type": 2, + "u_value": 1.7, + "data_source": 2, + "description": "D1 W", + "glazing_type": 6 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.29, + "wall_type": 2, + "description": "Exposed Wall", + "total_wall_area": 39.19, + "is_curtain_walling": "false" + }, + { + "name": "Wall 5", + "u_value": 0.23, + "wall_type": 3, + "description": "Lift shaft", + "total_wall_area": 5.9, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party Wall", + "total_wall_area": 20.88 + }, + { + "name": "Wall 3", + "u_value": 0.22, + "wall_type": 3, + "description": "Semi Exposed Corr", + "total_wall_area": 6.02, + "is_curtain_walling": "false" + }, + { + "name": "Wall 4", + "u_value": 0.2, + "wall_type": 3, + "description": "Stairwell", + "total_wall_area": 6.14, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.02, + "height": 2.1, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 2, + "type": 2, + "width": 0.93, + "height": 2.1, + "location": "Wall 3", + "orientation": 0 + }, + { + "name": 3, + "type": 1, + "width": 2.37, + "height": 1.05, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 1, + "width": 1.81, + "height": 2.1, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 5, + "type": 1, + "width": 1.02, + "height": 2.1, + "location": "Wall 1", + "orientation": 1 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.15, + "psi_value": 0.054, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7.15, + "psi_value": 0.034, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 18.9, + "psi_value": 0.039, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 46.6, + "psi_value": 0.086, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 4.91, + "psi_value": 0.056, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 4.91, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 17, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 1, + "u_value": 0, + "floor_type": 4, + "storey_height": 2.42, + "heat_loss_area": 0, + "total_floor_area": 63.4 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 165, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 45, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 165, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 79, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 45, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 79, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1218, + "water_heating": 1615 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 79, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 79, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444170/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444170/epc.json new file mode 100644 index 00000000..ef3c8c8c --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444170/epc.json @@ -0,0 +1,487 @@ +{ + "uprn": 10023444170, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.25 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 1UN", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "created_at": "2016-05-16 10:27:21", + "living_area": 22.3, + "orientation": 3, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200006, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.2 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1 Jackson Mews", + "address_line_2": "21, Fulwich Road", + "assessment_date": "2016-05-16", + "assessment_type": "SAP", + "completion_date": "2016-05-16", + "inspection_date": "2016-05-16", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 5.22, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 4, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500167, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 60, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-05-16", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.3, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.85, + "glazing_type": 4, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + }, + { + "name": "Party Ceiling", + "u_value": 0, + "roof_type": 4, + "kappa_value": 30, + "total_roof_area": 60.1 + } + ], + "sap_walls": [ + { + "name": "Ext Wall", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 190, + "total_wall_area": 54.7, + "is_curtain_walling": "false" + }, + { + "name": "Adj Circ", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 190, + "total_wall_area": 5.1, + "is_curtain_walling": "false" + }, + { + "name": "Int Walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 123.4 + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 180, + "total_wall_area": 17.3 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0.97, + "height": 2.1, + "location": "Adj Circ", + "orientation": 3 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.44, + "height": 2.1, + "location": "Ext Wall", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 0.66, + "height": 1.9, + "location": "Ext Wall", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.19, + "height": 1.21, + "location": "Ext Wall", + "orientation": 1 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 0.91, + "location": "Ext Wall", + "orientation": 7 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.22, + "height": 1.2, + "location": "Ext Wall", + "orientation": 5 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 0.91, + "height": 1.2, + "location": "Ext Wall", + "orientation": 5 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 7.59, + "psi_value": 0.3, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 5.47, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 21.24, + "psi_value": 0.05, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 22.7, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 22.7, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 7.23, + "psi_value": 0.09, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 2.41, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.19, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 7.19, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.17, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.41, + "heat_loss_area": 60.1, + "total_floor_area": 60.1 + } + ] + } + ], + "heating_cost_current": { + "value": 190, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 42, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 190, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 76, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 42, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 76, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1121, + "water_heating": 1533 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 88, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.3.4", + "energy_consumption_potential": 88, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444320/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444320/epc.json new file mode 100644 index 00000000..23f50eb8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444320/epc.json @@ -0,0 +1,364 @@ +{ + "uprn": 10023444320, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5UU", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "built_form": 1, + "created_at": "2016-09-06 16:02:50", + "living_area": 21.45, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16211, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.1 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Ashmore Close", + "assessment_date": "2016-09-06", + "assessment_type": "SAP", + "completion_date": "2016-09-06", + "inspection_date": "2016-09-06", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 3.09, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500416, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 2 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-09-06", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.48, + "orientation": 5, + "overshading": 1, + "pv_connection": 1 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 0.97, + "data_source": 2, + "description": "Front", + "glazing_type": 1 + }, + { + "name": 2, + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Window", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.2, + "wall_type": 2, + "description": "150mm hi-cav 32 AAC", + "total_wall_area": 53.26, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0.18, + "wall_type": 3, + "description": "To corridor", + "total_wall_area": 15.18, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.17, + "height": 2.29, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 3, + "type": 2, + "width": 1.17, + "height": 2.29, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 4, + "type": 2, + "width": 2.29, + "height": 2.29, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 5, + "type": 2, + "width": 1.18, + "height": 1.38, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 6, + "type": 2, + "width": 1.18, + "height": 1.38, + "location": "Wall 1", + "orientation": 1 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.99, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 6.99, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 23.46, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 28.39, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E20" + }, + { + "length": 2.41, + "psi_value": 1, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 9.64, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 1, + "u_value": 0.18, + "floor_type": 4, + "description": "Floor abv Bike Store", + "storey_height": 2.41, + "heat_loss_area": 50.68, + "total_floor_area": 50.68 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 182, + "currency": "GBP" + }, + "co2_emissions_current": 0.7, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 182, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 80, + "currency": "GBP" + }, + "co2_emissions_potential": 0.7, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 80, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1525, + "water_heating": 1657 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 80, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 80, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444324/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444324/epc.json new file mode 100644 index 00000000..57b43b62 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10023444324/epc.json @@ -0,0 +1,387 @@ +{ + "uprn": 10023444324, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.1 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5UU", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "built_form": 3, + "created_at": "2016-09-06 16:02:00", + "living_area": 25.23, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16211, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Ashmore Close", + "assessment_date": "2016-09-06", + "assessment_type": "SAP", + "completion_date": "2016-09-06", + "inspection_date": "2016-09-06", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 3.24, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500416, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 50, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-09-06", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.48, + "orientation": 5, + "overshading": 1, + "pv_connection": 1 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 0.97, + "data_source": 2, + "description": "Front", + "glazing_type": 1 + }, + { + "name": 2, + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Window", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.2, + "wall_type": 2, + "description": "150mm hi-cav 32 AAC", + "total_wall_area": 37.93, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0.18, + "wall_type": 3, + "description": "To corridor", + "total_wall_area": 19.28, + "is_curtain_walling": "false" + }, + { + "name": "Wall 3", + "u_value": 0, + "wall_type": 4, + "description": "party", + "total_wall_area": 15.5 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.16, + "height": 2.28, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 3, + "type": 2, + "width": 1.16, + "height": 1.08, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 2, + "width": 2.29, + "height": 2.28, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 5, + "type": 2, + "width": 1.17, + "height": 2.23, + "location": "Wall 1", + "orientation": 3 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.78, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 5.78, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 19.94, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 22.17, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 22.17, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 2.26, + "psi_value": 1, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 4.82, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 4.82, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E18" + }, + { + "length": 8, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.1, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.41, + "heat_loss_area": 50.17, + "total_floor_area": 50.17 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 171, + "currency": "GBP" + }, + "co2_emissions_current": 0.7, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 171, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 80, + "currency": "GBP" + }, + "co2_emissions_potential": 0.7, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 80, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1299, + "water_heating": 1651 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 75, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 75, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034761/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034761/epc.json new file mode 100644 index 00000000..440abddf --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034761/epc.json @@ -0,0 +1,342 @@ +{ + "uprn": 10090034761, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.25 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN13 3GE", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WORTHING", + "created_at": "2016-10-03 15:14:08", + "living_area": 15.1, + "orientation": 8, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 17045, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Oaksheath Gardens", + "assessment_date": "2016-10-03", + "assessment_type": "SAP", + "completion_date": "2016-10-03", + "inspection_date": "2016-10-03", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 5, + "air_permeability": 3.038, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 4, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 74, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-10-03", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.5, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.2, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Cold", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 36.8 + } + ], + "sap_walls": [ + { + "name": "External", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 46.8, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 75.4 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0, + "height": 0, + "location": "External", + "orientation": 8 + }, + { + "name": 2, + "type": "Door (1)", + "width": 0, + "height": 0, + "location": "External", + "orientation": 4 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "External", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "External", + "orientation": 4 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 36.8, + "total_floor_area": 36.8 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.6, + "heat_loss_area": 0, + "total_floor_area": 36.8 + } + ] + } + ], + "heating_cost_current": { + "value": 214, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 55, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 214, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 83, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 34, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 89 + }, + { + "sequence": 2, + "typical_saving": { + "value": 303, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 99 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1824, + "water_heating": 1712 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 90, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.3.13", + "energy_consumption_potential": -6, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 99, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034872/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034872/epc.json new file mode 100644 index 00000000..3ffcfde5 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090034872/epc.json @@ -0,0 +1,643 @@ +{ + "uprn": 10090034872, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.18 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.15 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN13 3FP", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WORTHING", + "built_form": 3, + "created_at": "2016-12-20 13:35:45", + "living_area": 22.85, + "orientation": 4, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17741, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 696322, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Sunflower Street", + "assessment_date": "2016-12-20", + "assessment_type": "SAP", + "completion_date": "2016-12-20", + "inspection_date": "2016-12-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.74, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 103, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-12-20", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 0.9, + "frame_type": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "roof 1", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 34.19 + } + ], + "sap_walls": [ + { + "name": "MAIN GF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 41.44, + "is_curtain_walling": "false" + }, + { + "name": "MAIN FF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 45.75, + "is_curtain_walling": "false" + }, + { + "name": "MAIN SF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 45.75, + "is_curtain_walling": "false" + }, + { + "name": "PARTY WALL", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 46.8 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.015, + "height": 2.1, + "location": "main", + "orientation": 4 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "main", + "orientation": 4 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 0.915, + "height": 1.05, + "location": "MAIN GF", + "orientation": 4 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.77, + "height": 1.05, + "location": "MAIN GF", + "orientation": 8 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.35, + "location": "MAIN FF", + "orientation": 4 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.35, + "location": "MAIN FF", + "orientation": 4 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.77, + "height": 1.35, + "location": "MAIN FF", + "orientation": 8 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "MAIN FF", + "orientation": 4 + }, + { + "name": 9, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "MAIN GF", + "orientation": 4 + }, + { + "name": 10, + "type": "Windows (1)", + "width": 1.77, + "height": 1.2, + "location": "MAIN FF", + "orientation": 8 + }, + { + "name": 11, + "type": "Windows (1)", + "width": 0.915, + "height": 1.2, + "location": "MAIN FF", + "orientation": 6 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E1" + }, + { + "length": 13.965, + "psi_value": 0.191, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 11.94, + "psi_value": 0.029, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 30.3, + "psi_value": 0.043, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17.94, + "psi_value": 0.084, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17.94, + "psi_value": 0.002, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 8.34, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.016, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 8.2, + "psi_value": 0.051, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 14.82, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.083, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 14.82, + "psi_value": 0.038, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 8.34, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 8.34, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.34, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R1" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R2" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R3" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R4" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R6" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 4, + "thermal_bridge_type": "R9" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 4, + "thermal_bridge_type": "R5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.146, + "floor_type": 3, + "kappa_value": 75, + "storey_height": 2.31, + "heat_loss_area": 34.19, + "total_floor_area": 34.19 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.55, + "heat_loss_area": 0, + "total_floor_area": 34.19 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.55, + "heat_loss_area": 0, + "total_floor_area": 34.19 + } + ] + } + ], + "heating_cost_current": { + "value": 245, + "currency": "GBP" + }, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 68, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 245, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 95, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 37, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 303, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 0.2, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2969, + "water_heating": 1969 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 81, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.5", + "energy_consumption_potential": 12, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 96, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090317693/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090317693/epc.json new file mode 100644 index 00000000..30f36b58 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090317693/epc.json @@ -0,0 +1,381 @@ +{ + "uprn": 10090317693, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "CT4 7DW", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CANTERBURY", + "built_form": 1, + "created_at": "2015-02-14 13:45:48", + "living_area": 22.41, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16839, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 696322, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.9 m\u00b3/h.m\u00b2 (assessed average)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Detached bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Summer Piece Grove", + "address_line_2": "Chartham", + "assessment_date": "2015-02-14", + "assessment_type": "SAP", + "completion_date": "2015-02-14", + "inspection_date": "2015-02-14", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 5, + "air_permeability": 3.89, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 72, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-02-14", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 1, + "orientation": 5, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Entrance Door", + "type": 1, + "u_value": 1.8, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Windows", + "type": 4, + "u_value": 1.5, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Glazed Door", + "type": 2, + "u_value": 1.6, + "data_source": 2, + "glazing_type": 6 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.12, + "roof_type": 2, + "description": "External Roof", + "total_roof_area": 72.25 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.19, + "wall_type": 2, + "description": "External Wall", + "total_wall_area": 86.4, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Elevation", + "type": "Entrance Door", + "width": 940, + "height": 2100, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Front Elevation", + "type": "Windows", + "width": 4.2, + "height": 1, + "location": "External Wall 1", + "orientation": 1 + }, + { + "name": "Front Elevation", + "type": "Windows", + "width": 700, + "height": 1500, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "Front Elevation", + "type": "Windows", + "width": 700, + "height": 1500, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Rear Elevation", + "type": "Glazed Door", + "width": 900, + "height": 2100, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Rear Elevation", + "type": "Windows", + "width": 4.32, + "height": 1, + "location": "External Wall 1", + "orientation": 5 + }, + { + "name": "Side Elevation", + "type": "Windows", + "width": 900, + "height": 1200, + "location": "External Wall 1", + "orientation": 7 + } + ], + "construction_year": 2014, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.54, + "psi_value": 0.3, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.7, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 30, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 36, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 34.5, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 1.5, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 12, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.028, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "Ground Floor", + "storey_height": 2.4, + "heat_loss_area": 72.25, + "total_floor_area": 72.25 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 252, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 88, + "lighting_cost_current": { + "value": 49, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 252, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 82, + "currency": "GBP" + }, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 82, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2940, + "water_heating": 1734 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 63, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "sap_deselected_improvements": [ + "N" + ], + "calculation_software_version": "4.03r03", + "energy_consumption_potential": 63, + "environmental_impact_current": 90, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 90, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 11 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090341811/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090341811/epc.json new file mode 100644 index 00000000..e5d6b27b --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090341811/epc.json @@ -0,0 +1,446 @@ +{ + "uprn": 10090341811, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.20 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO20 8AZ", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 3, + "created_at": "2014-07-08 12:24:26", + "living_area": 26.64, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16841, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 2.8 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": "End-terrace bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Hawthorn Close", + "address_line_2": "West Wittering", + "assessment_date": "2014-07-08", + "assessment_type": "SAP", + "completion_date": "2014-07-08", + "inspection_date": "2014-07-08", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 2.78, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500352, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 69, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2014-07-08", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 1, + "orientation": 7, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 9, + "low_energy_fixed_lighting_outlets_count": 9, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "WG2", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 4, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "WG9 - opaque", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.5 + }, + { + "name": 5, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "Front Door", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 68.88 + } + ], + "sap_walls": [ + { + "name": "Wall 3", + "u_value": 0.22, + "wall_type": 2, + "description": "Cladding", + "total_wall_area": 36.7, + "is_curtain_walling": "false" + }, + { + "name": "Wall 1", + "u_value": 0.19, + "wall_type": 2, + "description": "External", + "total_wall_area": 31.05, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 16.9 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.25, + "height": 1.05, + "location": "Wall 3", + "orientation": 5 + }, + { + "name": 2, + "type": 1, + "width": 1.25, + "height": 1.73, + "location": "Wall 3", + "orientation": 5 + }, + { + "name": 3, + "type": 1, + "width": 1.25, + "height": 1.73, + "location": "Wall 3", + "orientation": 7 + }, + { + "name": 4, + "type": 4, + "width": 0.69, + "height": 1.05, + "location": "Wall 3", + "orientation": 7 + }, + { + "name": 5, + "type": 5, + "width": 1.02, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 6, + "type": 1, + "width": 1.25, + "height": 1.2, + "location": "Wall 3", + "orientation": 1 + }, + { + "name": 7, + "type": 1, + "width": 0.79, + "height": 1.73, + "location": "Wall 3", + "orientation": 1 + }, + { + "name": 8, + "type": 1, + "width": 1.02, + "height": 2.1, + "location": "Wall 3", + "orientation": 1 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8.52, + "psi_value": 0.091, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.52, + "psi_value": 0.033, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 25.38, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 28.23, + "psi_value": 0.054, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 24.3, + "psi_value": 0.076, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 3.93, + "psi_value": 0.063, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 7.2, + "psi_value": 0.048, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 4.8, + "psi_value": 0.078, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.04, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 7.04, + "psi_value": 0.12, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.4, + "heat_loss_area": 68.88, + "total_floor_area": 68.88 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 198, + "currency": "GBP" + }, + "co2_emissions_current": 0.5, + "energy_rating_average": 60, + "energy_rating_current": 89, + "lighting_cost_current": { + "value": 46, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 198, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 77, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 90, + "environmental_impact_rating": 94 + } + ], + "co2_emissions_potential": 0.3, + "energy_rating_potential": 90, + "lighting_cost_potential": { + "value": 46, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 44, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1217, + "water_heating": 1670 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 41, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.0, + "energy_consumption_potential": 26, + "environmental_impact_current": 92, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 94, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 7 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090342180/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090342180/epc.json new file mode 100644 index 00000000..c98ddfa8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090342180/epc.json @@ -0,0 +1,463 @@ +{ + "uprn": 10090342180, + "roofs": [ + { + "description": "Average thermal transmittance 0.10 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.21 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.10 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "GU29 0AP", + "data_type": 2, + "hot_water": { + "description": "Electric immersion, off-peak, plus solar", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 3 + }, + "post_town": "MIDHURST", + "built_form": 3, + "created_at": "2014-05-28 17:37:51", + "living_area": 18.81, + "orientation": 5, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 39, + "water_heating_code": 903, + "hot_water_store_size": 210, + "main_heating_details": [ + { + "main_fuel_type": 39, + "main_heating_code": 691, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2603, + "main_heating_category": 10, + "main_heating_fraction": 1, + "main_heating_data_source": 3 + } + ], + "solar_heating_details": { + "shower_types": 3, + "solar_store_volume": 105, + "has_solar_powered_pump": "false", + "solar_panel_aperture_area": 4.7, + "solar_panel_collector_type": 2, + "solar_panel_collector_pitch": 2, + "is_solar_store_combined_cylinder": "true", + "solar_panel_collector_data_source": 2, + "solar_panel_collector_orientation": 5, + "solar_panel_collector_overshading": 1, + "solar_panel_collector_zero_loss_efficiency": 80, + "solar_panel_collector_linear_heat_loss_coefficient": 3.7, + "solar_panel_collector_second_order_heat_loss_coefficient": 0.005 + }, + "has_hot_water_cylinder": "true", + "immersion_heating_type": 2, + "has_cylinder_thermostat": "false", + "hot_water_store_heat_loss": 1.98, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.9, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Room heaters, electric", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10 Cherry Close", + "address_line_2": "Cocking", + "assessment_date": "2014-05-27", + "assessment_type": "SAP", + "completion_date": "2014-05-28", + "inspection_date": "2014-05-27", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.869, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 2, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 82, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2014-05-28", + "sap_energy_source": { + "electricity_tariff": 2, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 4, + "glazing_type": 6, + "solar_transmittance": 0.73 + }, + { + "name": 4, + "type": 1, + "u_value": 1.1, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 10 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.1, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 41.04 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.21, + "wall_type": 2, + "description": "Wall 1", + "total_wall_area": 95.97, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Wall 2", + "total_wall_area": 37.01 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.3, + "height": 1.05, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 2, + "type": 1, + "width": 1.3, + "height": 2.1, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 3, + "type": 1, + "width": 0.6, + "height": 1.05, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 4, + "type": 4, + "width": 1.01, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 5, + "type": 1, + "width": 1.8, + "height": 2.1, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 6, + "type": 1, + "width": 1.35, + "height": 1.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 7, + "type": 1, + "width": 1.35, + "height": 1.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 8, + "type": 1, + "width": 1.35, + "height": 1.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 9, + "type": 1, + "width": 1.35, + "height": 1.2, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 10, + "type": 1, + "width": 0.6, + "height": 1.05, + "location": "Wall 1", + "orientation": 1 + } + ], + "construction_year": 2012, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 12.01, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 12.01, + "psi_value": 0.03, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 28.5, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 18.62, + "psi_value": 0.115, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 7.187, + "psi_value": 0.08, + "psi_value_source": 2, + "thermal_bridge_type": "E19" + }, + { + "length": 7.187, + "psi_value": 0, + "psi_value_source": 2, + "thermal_bridge_type": "E20" + }, + { + "length": 7.187, + "psi_value": 0.034, + "psi_value_source": 3, + "thermal_bridge_type": "E22" + }, + { + "length": 18.62, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 11.44, + "psi_value": 0.091, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 7.18, + "psi_value": 0.069, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 10.3, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 10.3, + "psi_value": 0.019, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.1, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.46, + "heat_loss_area": 41.04, + "total_floor_area": 41.04 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.69, + "heat_loss_area": 0, + "total_floor_area": 41.04 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 301, + "currency": "GBP" + }, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 78, + "lighting_cost_current": { + "value": 55, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer and appliance thermostats", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 301, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 98, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 286, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 92 + } + ], + "co2_emissions_potential": 0.5, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 98, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1623, + "water_heating": 1906 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 106, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.0, + "energy_consumption_potential": 33, + "environmental_impact_current": 83, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 92, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343335/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343335/epc.json new file mode 100644 index 00000000..492285bd --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343335/epc.json @@ -0,0 +1,552 @@ +{ + "uprn": 10090343335, + "roofs": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.18 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO10 8FN", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "EMSWORTH", + "built_form": 2, + "created_at": "2015-05-12 10:59:05", + "living_area": 20.95, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16841, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Flanders Close", + "assessment_date": "2015-05-12", + "assessment_type": "SAP", + "completion_date": "2015-05-12", + "inspection_date": "2015-05-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.98, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 122, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-05-12", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 0.5, + "orientation": 5, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 5, + "type": 5, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 12, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 2", + "u_value": 0.141, + "roof_type": 2, + "description": "Flat Roof", + "total_roof_area": 1.3 + }, + { + "name": "Roof 1", + "u_value": 0.151, + "roof_type": 2, + "description": "Rafters", + "total_roof_area": 65.57 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.183, + "wall_type": 2, + "description": "External", + "total_wall_area": 94.47, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 48.51 + }, + { + "name": "Wall 3", + "u_value": 0.185, + "wall_type": 2, + "description": "Timber clad", + "total_wall_area": 2.46, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 0.8, + "height": 2.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 2, + "type": 1, + "width": 1.25, + "height": 2.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 3, + "type": 1, + "width": 1.85, + "height": 2.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 4, + "type": 1, + "width": 1.25, + "height": 2.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 5, + "type": 5, + "pitch": 45, + "width": 0.95, + "height": 1.6, + "location": "Roof 1", + "orientation": 5 + }, + { + "name": 6, + "type": 5, + "pitch": 45, + "width": 0.95, + "height": 1.6, + "location": "Roof 1", + "orientation": 5 + }, + { + "name": 7, + "type": 5, + "pitch": 45, + "width": 0.95, + "height": 1.6, + "location": "Roof 1", + "orientation": 1 + }, + { + "name": 8, + "type": 1, + "width": 0.55, + "height": 1.2, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 9, + "type": 1, + "width": 1.37, + "height": 1.13, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 10, + "type": 1, + "width": 0.8, + "height": 1.13, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 11, + "type": 1, + "width": 0.9, + "height": 1.9, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 12, + "type": 12, + "width": 1.05, + "height": 2.2, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 13, + "type": 1, + "width": 0.6, + "height": 2.2, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 14, + "type": 1, + "width": 0.6, + "height": 1.65, + "location": "Wall 1", + "orientation": 7 + } + ], + "construction_year": 2014, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 13.87, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 13.87, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 50.02, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 20.2, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 20.2, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 25.47, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 11.37, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E13" + }, + { + "length": 9.3, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E15" + }, + { + "length": 3.25, + "psi_value": 0.28, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 12.46, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 12.46, + "psi_value": 0.09, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 2.6, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 10.06, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 7.05, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + }, + { + "length": 14.1, + "psi_value": 0.04, + "psi_value_source": 4, + "thermal_bridge_type": "P5" + }, + { + "length": 2.85, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R1" + }, + { + "length": 2.85, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R2" + }, + { + "length": 9.6, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "Ground Floor", + "storey_height": 2.4, + "heat_loss_area": 41.4, + "total_floor_area": 41.4 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.63, + "heat_loss_area": 0, + "total_floor_area": 40.1 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 1.95, + "heat_loss_area": 0, + "total_floor_area": 40.1 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 245, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 88, + "lighting_cost_current": { + "value": 68, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 245, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 91, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 37, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 91 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2686, + "water_heating": 1914 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 53, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.1, + "energy_consumption_potential": 43, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343767/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343767/epc.json new file mode 100644 index 00000000..945dea5c --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090343767/epc.json @@ -0,0 +1,453 @@ +{ + "uprn": 10090343767, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO10 8FP", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "EMSWORTH", + "built_form": 4, + "created_at": "2016-02-26 10:53:25", + "living_area": 11.67, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16839, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Prinsted Gardens", + "address_line_2": "Southbourne", + "assessment_date": "2016-02-26", + "assessment_type": "SAP", + "completion_date": "2016-02-26", + "inspection_date": "2016-02-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.81, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500352, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 76, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-02-26", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 1.68, + "orientation": 3, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Kitchen", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 12, + "type": 1, + "u_value": 1.4, + "data_source": 2, + "description": "Front Door", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "Main Rf", + "total_roof_area": 37.93 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.17, + "wall_type": 2, + "description": "Grd Ext", + "total_wall_area": 26.49, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0.17, + "wall_type": 2, + "description": "1st Ext", + "total_wall_area": 29.12, + "is_curtain_walling": "false" + }, + { + "name": "Wall 3", + "u_value": 0, + "wall_type": 4, + "description": "Grd Party", + "total_wall_area": 44.49 + }, + { + "name": "Wall 4", + "u_value": 0, + "wall_type": 4, + "description": "1st Party", + "total_wall_area": 48.92 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.1, + "height": 2.1, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 2, + "type": 1, + "width": 0.85, + "height": 2.1, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 3, + "type": 1, + "width": 1.5, + "height": 2.1, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 6, + "type": 1, + "width": 1, + "height": 1.5, + "location": "Wall 2", + "orientation": 3 + }, + { + "name": 7, + "type": 1, + "width": 0.7, + "height": 1.5, + "location": "Wall 2", + "orientation": 3 + }, + { + "name": 8, + "type": 1, + "width": 1, + "height": 1.8, + "location": "Wall 2", + "orientation": 7 + }, + { + "name": 9, + "type": 1, + "width": 0.7, + "height": 1.8, + "location": "Wall 2", + "orientation": 7 + }, + { + "name": 11, + "type": 1, + "width": 0.5, + "height": 2.1, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 12, + "type": 12, + "width": 1, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8.35, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 8.35, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 34.2, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 9.74, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 9.74, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 9.74, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 22.84, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 16.36, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 16.36, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 16.36, + "psi_value": 0.08, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Grd", + "storey_height": 2.72, + "heat_loss_area": 37.93, + "total_floor_area": 37.93 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.99, + "heat_loss_area": 0, + "total_floor_area": 37.93 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 211, + "currency": "GBP" + }, + "co2_emissions_current": 0.4, + "energy_rating_average": 60, + "energy_rating_current": 91, + "lighting_cost_current": { + "value": 52, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 211, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 86, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 36, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 92, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 0.2, + "energy_rating_potential": 92, + "lighting_cost_potential": { + "value": 52, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1434, + "water_heating": 1764 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 25, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 11, + "environmental_impact_current": 94, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 96, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 5 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090845805/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090845805/epc.json new file mode 100644 index 00000000..622d12b4 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090845805/epc.json @@ -0,0 +1,454 @@ +{ + "uprn": 10090845805, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.21 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO7 6FA", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WATERLOOVILLE", + "built_form": 4, + "created_at": "2015-03-30 10:18:22", + "living_area": 22.12, + "orientation": 1, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16841, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 696321, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, River End", + "address_line_2": "Denmead", + "assessment_date": "2015-03-30", + "assessment_type": "SAP", + "completion_date": "2015-03-30", + "inspection_date": "2015-03-30", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.43, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 91, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-03-30", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 0.48, + "orientation": 5, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 2, + "type": 1, + "u_value": 1.1, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": 8, + "type": 2, + "u_value": 1.1, + "data_source": 2, + "glazing_type": 6 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 45.5 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.21, + "wall_type": 2, + "description": "Wall 1", + "total_wall_area": 59.43, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Wall 2", + "total_wall_area": 126.77 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.77, + "height": 1.05, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 2, + "type": 2, + "width": 0.9, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 3, + "type": 1, + "width": 1.77, + "height": 1.2, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 4, + "type": 1, + "width": 0.63, + "height": 1.05, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 5, + "type": 1, + "width": 1.77, + "height": 1.05, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 6, + "type": 1, + "width": 1.77, + "height": 1.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 7, + "type": 1, + "width": 1.2, + "height": 1.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 8, + "type": 8, + "width": 0.9, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.71, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 10.71, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 21.9, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 11.15, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 11.15, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 11.15, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 7.33, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 4.33, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E14" + }, + { + "length": 5.33, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 5.33, + "psi_value": 0.09, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 5.33, + "psi_value": -0.09, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 21.32, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 17.85, + "psi_value": 0.08, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + }, + { + "length": 17.85, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.64, + "heat_loss_area": 45.5, + "total_floor_area": 45.5 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.69, + "heat_loss_area": 0, + "total_floor_area": 45.5 + } + ], + "thermal_mass_parameter": 98.31 + } + ], + "heating_cost_current": { + "value": 217, + "currency": "GBP" + }, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 87, + "lighting_cost_current": { + "value": 63, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 217, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 87, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 36, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 88, + "environmental_impact_rating": 91 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 63, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2076, + "water_heating": 1828 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 60, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.1, + "energy_consumption_potential": 48, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 11 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090944225/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090944225/epc.json new file mode 100644 index 00000000..a1b65f39 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10090944225/epc.json @@ -0,0 +1,351 @@ +{ + "uprn": 10090944225, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.27 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN6 9GG", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "HASSOCKS", + "built_form": 2, + "created_at": "2016-06-21 10:47:45", + "living_area": 22.84, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17045, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Harriet Gurney Lane", + "address_line_2": "Hurstpierpoint", + "assessment_date": "2016-06-21", + "assessment_type": "SAP", + "completion_date": "2016-06-21", + "inspection_date": "2016-06-21", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.48, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 50, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-06-21", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "W1", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 5, + "type": 1, + "u_value": 1.5, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.27, + "wall_type": 2, + "description": "50mm Plat", + "total_wall_area": 68.11, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 3.41 + } + ], + "identifier": "Main Dwelling", + "overshading": 1, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.5, + "height": 1.5, + "location": "Wall", + "orientation": 1 + }, + { + "name": 2, + "type": 1, + "width": 1.2, + "height": 1.2, + "location": "Wall", + "orientation": 1 + }, + { + "name": 3, + "type": 1, + "width": 1.2, + "height": 1.2, + "location": "Wall", + "orientation": 8 + }, + { + "name": 4, + "type": 1, + "width": 1.2, + "height": 1.2, + "location": "Wall", + "orientation": 5 + }, + { + "name": 5, + "type": 5, + "width": 0.91, + "height": 2.1, + "location": "Wall", + "orientation": 0 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.01, + "psi_value": 0.211, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 5.1, + "psi_value": 0.023, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 14.4, + "psi_value": 0.028, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 29.49, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 8.45, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E21" + }, + { + "length": 21.04, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 11.55, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 4.62, + "psi_value": -0.097, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 2.31, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "150mm B&B", + "storey_height": 2.31, + "heat_loss_area": 49.97, + "total_floor_area": 49.97 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 185, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 37, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 185, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 72, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 37, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 72, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1628, + "water_heating": 1467 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 104, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 104, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091194525/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091194525/epc.json new file mode 100644 index 00000000..51948724 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091194525/epc.json @@ -0,0 +1,429 @@ +{ + "uprn": 10091194525, + "roofs": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.26 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME15 8WN", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "created_at": "2016-03-23 15:30:37", + "living_area": 24.24, + "orientation": 5, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 17043, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Top-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Lambert Drive", + "assessment_date": "2016-03-23", + "assessment_type": "SAP", + "completion_date": "2016-03-23", + "inspection_date": "2016-03-23", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.18, + "open_flues_count": 0, + "ventilation_type": 5, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500259, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 3 + }, + "total_floor_area": 65, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-03-23", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.5, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Main Roof", + "u_value": 0.14, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 65.46 + } + ], + "sap_walls": [ + { + "name": "External Wall", + "u_value": 0.28, + "wall_type": 2, + "kappa_value": 150, + "total_wall_area": 61.225, + "is_curtain_walling": "false" + }, + { + "name": "Wall to Stairwell", + "u_value": 0.27, + "wall_type": 2, + "kappa_value": 150, + "total_wall_area": 22.825, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0, + "height": 0, + "location": "Wall to Corridor", + "orientation": 5 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "External Wall", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "External Wall", + "orientation": 3 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "External Wall", + "orientation": 7 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.21, + "psi_value": 0.234, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.35, + "psi_value": 0.01, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 20.84, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 33.62, + "psi_value": 0.065, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 31.34, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 2.28, + "psi_value": 0.067, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 15, + "psi_value": 0.051, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 5, + "psi_value": -0.098, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1 + } + ], + "heating_cost_current": { + "value": 236, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 46, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 236, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 78, + "currency": "GBP" + }, + "co2_emissions_potential": 1.2, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 46, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 78, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2150, + "water_heating": 1596 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 104, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.3.4", + "energy_consumption_potential": 104, + "environmental_impact_current": 85, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636031/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636031/epc.json new file mode 100644 index 00000000..5180b448 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636031/epc.json @@ -0,0 +1,432 @@ +{ + "uprn": 10091636031, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE14 5FR", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2015-04-02 09:52:46", + "living_area": 15.62, + "orientation": 6, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 150, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16676, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.23, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "primary_pipework_insulation": 4, + "is_hot_water_separately_timed": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 6.9 m\u00b3/h.m\u00b2 (assessed average)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Eckington Lane", + "assessment_date": "2014-01-31", + "assessment_type": "SAP", + "completion_date": "2015-04-02", + "inspection_date": "2015-04-02", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 5, + "wet_rooms_count": 3, + "air_permeability": 4.91, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500249, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 99, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-04-02", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.6, + "orientation": 6, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Window", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Doors", + "type": 1, + "u_value": 1, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "External Roof 1", + "total_roof_area": 41.41 + }, + { + "name": "Roof 2", + "u_value": 0.13, + "roof_type": 2, + "description": "External Roof 2", + "total_roof_area": 17.96 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.19, + "wall_type": 2, + "description": "External Wall 1", + "total_wall_area": 125.64, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.19, + "wall_type": 3, + "description": "Sheltered Wall", + "total_wall_area": 24.34, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 24.96 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front", + "type": "Doors", + "width": 1022, + "height": 2400, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "Front", + "type": "Window", + "width": 5.44, + "height": 1, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Sheltered", + "type": "Window", + "width": 2485, + "height": 800, + "location": "External Wall 2", + "orientation": 6 + }, + { + "name": "Rear", + "type": "Window", + "width": 6.7, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "rear side", + "type": "Window", + "width": 1022, + "height": 1600, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "front side", + "type": "Window", + "width": 1022, + "height": 1600, + "location": "External Wall 1", + "orientation": 8 + } + ], + "construction_year": 2011, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 11.553, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 10.531, + "psi_value": 0.03, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 28.8, + "psi_value": 0.05, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 27.73, + "psi_value": 0.1324, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 27.73, + "psi_value": 0.065, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 40.4, + "psi_value": 0.1053, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 10.2, + "psi_value": 0.046, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 10.2, + "psi_value": 0.036, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 9.6, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 9.6, + "psi_value": 0.035, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "Heat Loss Floor 1", + "storey_height": 2.4, + "heat_loss_area": 57.37, + "total_floor_area": 57.37 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 41.4 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 259, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 61, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 260, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 104, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 47, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 87, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 0.9, + "energy_rating_potential": 87, + "lighting_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 56, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2107, + "water_heating": 2074 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 67, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.03r03", + "energy_consumption_potential": 53, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636116/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636116/epc.json new file mode 100644 index 00000000..3a7cd702 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10091636116/epc.json @@ -0,0 +1,403 @@ +{ + "uprn": 10091636116, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE14 5FH", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 4, + "created_at": "2015-06-23 16:38:09", + "living_area": 22.2, + "orientation": 8, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 150, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16676, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.23, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "primary_pipework_insulation": 4, + "is_hot_water_separately_timed": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 6.4 m\u00b3/h.m\u00b2 (assessed average)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Robinson Way", + "assessment_date": "2014-01-31", + "assessment_type": "SAP", + "completion_date": "2015-06-23", + "inspection_date": "2015-06-23", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 5, + "wet_rooms_count": 3, + "air_permeability": 4.39, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500249, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.9, + "total_floor_area": 118, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-06-23", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 1, + "peak_power": 0.87, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Window", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Doors", + "type": 1, + "u_value": 1, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "External Roof 1", + "total_roof_area": 40.67 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.19, + "wall_type": 2, + "description": "External Wall 1", + "total_wall_area": 92.6, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 107.16 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Opening 1", + "type": "Window", + "width": 15.76, + "height": 1, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Opening 3", + "type": "Doors", + "width": 1022, + "height": 2100, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Opening 4", + "type": "Window", + "width": 15.22, + "height": 1, + "location": "External Wall 1", + "orientation": 4 + }, + { + "name": "Opening 5", + "type": "Doors", + "width": 1022, + "height": 2400, + "location": "External Wall 1", + "orientation": 0 + } + ], + "construction_year": 2011, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 17.444, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 15.4, + "psi_value": 0.03, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 47.7, + "psi_value": 0.05, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 12.62, + "psi_value": 0.1324, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 23.08, + "psi_value": 0.065, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 11.46, + "psi_value": 0.1053, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 31.2, + "psi_value": 0.046, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 14.4, + "psi_value": 0.036, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 14.4, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "Heat Loss Floor 1", + "storey_height": 2.4, + "heat_loss_area": 40.67, + "total_floor_area": 36.87 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 40.67 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 40.67 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 252, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 88, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 253, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 107, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 48, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 91 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 58, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1815, + "water_heating": 2122 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 51, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.03r03", + "energy_consumption_potential": 38, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10092970673/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10092970673/epc.json new file mode 100644 index 00000000..135dcbb7 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10092970673/epc.json @@ -0,0 +1,547 @@ +{ + "uprn": 10092970673, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.24 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME19 4RH", + "data_type": 2, + "hot_water": { + "description": "From main system, waste water heat recovery", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "WEST MALLING", + "created_at": "2016-01-27 15:03:59", + "living_area": 15.16, + "orientation": 6, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "instantaneous_wwhrs": { + "wwhrs_index_number1": 80003, + "rooms_with_bath_and_or_shower": 0, + "mixer_showers_with_system1_with_bath": 1, + "mixer_showers_with_system1_without_bath": 0 + }, + "hot_water_store_size": 150, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16400, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 696321, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.23, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "sap_heating_design_water_use": 1, + "hot_water_store_insulation_type": 2, + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.0 m\u00b3/h.m\u00b2 (assumed)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Avion Gardens", + "address_line_2": "Kings Hill", + "assessment_date": "2016-01-27", + "assessment_type": "SAP", + "completion_date": "2016-01-27", + "inspection_date": "2016-01-27", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 2, + "wet_rooms_count": 3, + "air_permeability": 5, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500418, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 112, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-01-27", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.1, + "data_source": 4, + "description": "BFRC data", + "glazing_type": 6, + "solar_transmittance": 0.45 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Cold Rof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 18.76 + }, + { + "name": "Exposed Roof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 13.25 + }, + { + "name": "Sloping", + "u_value": 0.15, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 11.06 + }, + { + "name": "Dormer Roof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 2.15 + } + ], + "sap_walls": [ + { + "name": "Masonary Wall", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 150, + "total_wall_area": 107.3, + "is_curtain_walling": "false" + }, + { + "name": "Timber Wall", + "u_value": 0.23, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 17.58, + "is_curtain_walling": "false" + }, + { + "name": "Dormer Cheek", + "u_value": 0.22, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 3.13, + "is_curtain_walling": "false" + }, + { + "name": "Party", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 55.31 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0, + "height": 0, + "location": "Masonary Wall", + "orientation": 6 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "Masonary Wall", + "orientation": 6 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "Masonary Wall", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "Masonary Wall", + "orientation": 2 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 0, + "height": 0, + "location": "Dormer Cheek", + "orientation": 6 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 41.63, + "total_floor_area": 41.63 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 41.63 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.574, + "heat_loss_area": 0, + "total_floor_area": 28.38 + } + ] + } + ], + "heating_cost_current": { + "value": 244, + "currency": "GBP" + }, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 86, + "lighting_cost_current": { + "value": 71, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 245, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 84, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 38, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 87, + "environmental_impact_rating": 90 + }, + { + "sequence": 2, + "typical_saving": { + "value": 291, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.2, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 45, + "currency": "GBP" + }, + "is_in_smoke_control_area": "true", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2556, + "water_heating": 2110 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 69, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.1.25", + "energy_consumption_potential": 7, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049853/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049853/epc.json new file mode 100644 index 00000000..99dcabf8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049853/epc.json @@ -0,0 +1,554 @@ +{ + "uprn": 10093049853, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.26 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "CR5 3FZ", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "COULSDON", + "built_form": 2, + "created_at": "2016-12-15 15:56:16", + "living_area": 23.18, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 210, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "main_heating_number": 1, + "is_condensing_boiler": "true", + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "gas_or_oil_boiler_type": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 2, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "main_heating_declared_values": { + "efficiency": 88 + }, + "compensating_controller_index_number": 696321, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.9, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "sap_heating_design_water_use": 1, + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Salter Close", + "assessment_date": "2016-12-15", + "assessment_type": "SAP", + "completion_date": "2016-12-15", + "inspection_date": "2016-12-15", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.67, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 110, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-12-15", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 0.9, + "orientation": 6, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.5, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.71 + }, + { + "name": "Roof windows (1)", + "type": 5, + "u_value": 1.5, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Pitched, Flat Cieling", + "u_value": 0.09, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 15.203 + }, + { + "name": "Pitched, Sloped Cieling", + "u_value": 0.16, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 26.949 + }, + { + "name": "Roof Void", + "u_value": 0.12, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 10.863 + } + ], + "sap_walls": [ + { + "name": "External Wall", + "u_value": 0.27, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 115.836, + "is_curtain_walling": "false" + }, + { + "name": "Roof Void Wall", + "u_value": 0.12, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 10.863, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 1.86, + "location": "External Wall", + "orientation": 2 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 7.022, + "location": "External Wall", + "orientation": 2 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 7.657, + "location": "External Wall", + "orientation": 6 + }, + { + "name": 4, + "type": "Roof windows (1)", + "pitch": 35, + "width": 1, + "height": 1.579, + "location": "Pitched, Sloped Cieling", + "orientation": 2 + }, + { + "name": 5, + "type": "Roof windows (1)", + "pitch": 35, + "width": 1, + "height": 2.757, + "location": "Pitched, Sloped Cieling", + "orientation": 6 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 4.34, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E1" + }, + { + "length": 12.177, + "psi_value": 0.195, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.445, + "psi_value": 0.019, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 34.249, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 20.333, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 25.498, + "psi_value": 0.001, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 8.68, + "psi_value": 0.069, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 21.7, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 3.503, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 8.713, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 15.47, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.5, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 12.97, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 10.527, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 13.94, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 3.503, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 8.713, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.5, + "heat_loss_area": 46.991, + "total_floor_area": 46.991 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 3.08, + "heat_loss_area": 0, + "total_floor_area": 36.903 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.5, + "heat_loss_area": 0, + "total_floor_area": 26.04 + } + ] + } + ], + "heating_cost_current": { + "value": 278, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 87, + "lighting_cost_current": { + "value": 67, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 280, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 115, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 51, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 90 + } + ], + "co2_emissions_potential": 1.0, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 67, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 62, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 3440, + "water_heating": 2238 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 67, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.5", + "energy_consumption_potential": 53, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 90, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049867/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049867/epc.json new file mode 100644 index 00000000..93e7819f --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093049867/epc.json @@ -0,0 +1,548 @@ +{ + "uprn": 10093049867, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.1 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.27 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "CR5 3FW", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "COULSDON", + "built_form": 1, + "created_at": "2017-01-20 14:35:36", + "living_area": 22.46, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 210, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16398, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.9, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "sap_heating_design_water_use": 1, + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.8 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Olave Close", + "assessment_date": "2017-01-20", + "assessment_type": "SAP", + "completion_date": "2017-01-20", + "inspection_date": "2017-01-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.78, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 5, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 123, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-01-20", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 1, + "orientation": 6, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 22, + "low_energy_fixed_lighting_outlets_count": 22, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.5, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.71 + }, + { + "name": "Roof windows (1)", + "type": 5, + "u_value": 1.5, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Main Roof", + "u_value": 0.09, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 37.389 + }, + { + "name": "Pitched sloping ceiling", + "u_value": 0.16, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 11.12 + }, + { + "name": "Flat Roof", + "u_value": 0.2, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 1.05 + } + ], + "sap_walls": [ + { + "name": "External Wall", + "u_value": 0.27, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 151.335, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 76.631 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 1.86, + "location": "External Wall", + "orientation": 4 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 13.102, + "location": "External Wall", + "orientation": 4 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 13.208, + "location": "External Wall", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 8.016, + "location": "External Wall", + "orientation": 6 + }, + { + "name": 5, + "type": "Roof windows (1)", + "pitch": 35, + "width": 1, + "height": 2.757, + "location": "Pitched sloping ceiling", + "orientation": 8 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 21.505, + "psi_value": 0.195, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 17.773, + "psi_value": 0.019, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 64.143, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 21.613, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 35.153, + "psi_value": 0.01, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 5, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 8.615, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 4.34, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 8.68, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 2.562, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 2.92, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 28.327, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.5, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 15.827, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 10.527, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 16.667, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.615, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 2.562, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.5, + "heat_loss_area": 48.1, + "total_floor_area": 48.1 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.79, + "heat_loss_area": 0, + "total_floor_area": 37.389 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.955, + "heat_loss_area": 0, + "total_floor_area": 37.389 + } + ] + } + ], + "heating_cost_current": { + "value": 302, + "currency": "GBP" + }, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 87, + "lighting_cost_current": { + "value": 71, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 304, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 113, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 50, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 90 + } + ], + "co2_emissions_potential": 1.1, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 4008, + "water_heating": 2260 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 65, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.5", + "energy_consumption_potential": 52, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 90, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 11 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093083532/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093083532/epc.json new file mode 100644 index 00000000..d8fa97ef --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093083532/epc.json @@ -0,0 +1,458 @@ +{ + "uprn": 10093083532, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.28 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 3PD", + "data_type": 2, + "hot_water": { + "description": "From main system, flue gas heat recovery", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "SITTINGBOURNE", + "created_at": "2016-02-16 20:35:29", + "living_area": 15.66, + "orientation": 8, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 2, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "true", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "fghrs_index_number": 60031, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16843, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200011, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Oak Road", + "assessment_date": "2016-02-16", + "assessment_type": "SAP", + "completion_date": "2016-02-16", + "inspection_date": "2016-02-16", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 2.92, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 85, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-02-16", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 2, + "u_value": 1.2, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.6 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 32.73 + }, + { + "name": "Sloping roof", + "u_value": 0.2, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 2.62 + }, + { + "name": "Flat", + "u_value": 0.14, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 2.45 + } + ], + "sap_walls": [ + { + "name": "External wall", + "u_value": 0.28, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 38.34, + "is_curtain_walling": "false" + }, + { + "name": "First floor wall", + "u_value": 0.28, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 43.06, + "is_curtain_walling": "false" + }, + { + "name": "Dormer cheek", + "u_value": 0.31, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 0.8, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.023, + "height": 2.11, + "location": "External wall", + "orientation": 8 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.248, + "height": 1.06, + "location": "External wall", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.248, + "height": 1.21, + "location": "External wall", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.248, + "height": 1.21, + "location": "External wall", + "orientation": 8 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.023, + "height": 1.36, + "location": "External wall", + "orientation": 6 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.248, + "height": 1.21, + "location": "External wall", + "orientation": 4 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.248, + "height": 1.21, + "location": "External wall", + "orientation": 4 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 2.935, + "height": 2.11, + "location": "External wall", + "orientation": 4 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 11.22, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 11.22, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 22.96, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 18.5, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 18.5, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 9.95, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 8.587, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 10.3, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 10.3, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 8.587, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8.587, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.448, + "heat_loss_area": 42.32, + "total_floor_area": 42.32 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.702, + "heat_loss_area": 0, + "total_floor_area": 42.32 + } + ] + } + ], + "heating_cost_current": { + "value": 230, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 56, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 230, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 79, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 31, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 296, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 56, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 48, + "currency": "GBP" + }, + "is_in_smoke_control_area": "false", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2580, + "water_heating": 1864 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 83, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.1.32", + "energy_consumption_potential": 2, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093114053/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093114053/epc.json new file mode 100644 index 00000000..feccd153 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_10093114053/epc.json @@ -0,0 +1,476 @@ +{ + "uprn": 10093114053, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.16 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH14 0EL", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 4 + }, + "post_town": "BILLINGSHURST", + "built_form": 2, + "created_at": "2015-11-13 11:31:47", + "living_area": 22.15, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 39, + "water_heating_code": 901, + "hot_water_store_size": 210, + "main_heating_details": [ + { + "main_fuel_type": 39, + "heat_emitter_type": 1, + "emitter_temperature": 4, + "main_heating_number": 1, + "main_heating_control": 2207, + "main_heating_category": 4, + "main_heating_fraction": 1, + "mcs_installed_heat_pump": "true", + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 100113, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.56, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "primary_pipework_insulation": 4, + "is_hot_water_separately_timed": "true", + "hot_water_store_heat_loss_source": 2, + "hot_water_store_heat_transfer_area": 3, + "is_heat_pump_assisted_by_immersion": "true" + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Air source heat pump, radiators, electric", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Cokelers Close", + "address_line_2": "Loxwood", + "assessment_date": "2015-11-13", + "assessment_type": "SAP", + "completion_date": "2015-11-13", + "inspection_date": "2015-11-13", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 3.309, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500303, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 89, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-11-13", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 0.75, + "orientation": 5, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_count": 7, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": 1, + "glazing_type": 1 + }, + { + "name": 2, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": 1, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 7, + "type": 2, + "u_value": 1.6, + "data_source": 2, + "description": 1, + "glazing_type": 4 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 9, + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.113, + "roof_type": 2, + "description": "Roof (joists)", + "total_roof_area": 44.9 + } + ], + "sap_walls": [ + { + "name": "Wall 2", + "u_value": 0.162, + "wall_type": 2, + "description": "External (brick)", + "total_wall_area": 99.14, + "is_curtain_walling": "false" + }, + { + "name": "Wall 1", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 43.61 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.35, + "height": 1, + "location": "Wall 2", + "orientation": 5 + }, + { + "name": 3, + "type": 2, + "width": 1.15, + "height": 1.35, + "location": "Wall 2", + "orientation": 5 + }, + { + "name": 4, + "type": 2, + "width": 0.5, + "height": 1, + "location": "Wall 2", + "orientation": 5 + }, + { + "name": 5, + "type": 2, + "width": 0.5, + "height": 2.1, + "location": "Wall 2", + "orientation": 1 + }, + { + "name": 6, + "type": 2, + "width": 0.9, + "height": 1.35, + "location": "Wall 2", + "orientation": 1 + }, + { + "name": 7, + "type": 7, + "width": 1.05, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 8, + "type": 2, + "width": 1.1, + "height": 1.35, + "location": "Wall 2", + "orientation": 1 + }, + { + "name": 9, + "type": 2, + "width": 0.9, + "height": 1.35, + "location": "Wall 2", + "orientation": 1 + } + ], + "construction_year": 2014, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8.45, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 6.4, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 27.4, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 19.81, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 2.25, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E20" + }, + { + "length": 17.56, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 14.02, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 5, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 12.6, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 5.1, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 8.2, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8.2, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 9, + "psi_value": 0.12, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "GF", + "storey_height": 2.4, + "heat_loss_area": 42.7, + "total_floor_area": 43.7 + }, + { + "storey": 1, + "u_value": 0.21, + "floor_type": 3, + "description": "Upper floor abv door", + "storey_height": 2.7, + "heat_loss_area": 1.2, + "total_floor_area": 44.9 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 325, + "currency": "GBP" + }, + "co2_emissions_current": 1.6, + "energy_rating_average": 60, + "energy_rating_current": 79, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 326, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 173, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 70, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 84 + } + ], + "co2_emissions_potential": 1.3, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 102, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1886, + "water_heating": 2093 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 106, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 90, + "environmental_impact_current": 82, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 84, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211161/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211161/epc.json new file mode 100644 index 00000000..ea8218d6 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211161/epc.json @@ -0,0 +1,325 @@ +{ + "uprn": 202211161, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.18 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "NW10 8GP", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "created_at": "2015-11-20 14:53:55", + "living_area": 26.21, + "orientation": 0, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16839, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.1 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 10 Gerbera Apartments", + "address_line_2": "93, Hilltop Avenue", + "assessment_date": "2015-11-17", + "assessment_type": "SAP", + "completion_date": "2015-11-20", + "inspection_date": "2015-11-17", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.14, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500438, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 2 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-11-20", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.65, + "orientation": 5, + "overshading": 1, + "pv_connection": 0 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.75, + "glazing_type": 5, + "solar_transmittance": 0.65 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + } + ], + "sap_walls": [ + { + "name": "Extnl Walls", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 14, + "total_wall_area": 37.5, + "is_curtain_walling": "false" + }, + { + "name": "Sep Walls", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 14, + "total_wall_area": 15.75, + "is_curtain_walling": "false" + }, + { + "name": "Party Walls", + "u_value": 0, + "wall_type": 4, + "kappa_value": 20, + "total_wall_area": 23.25 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.035, + "height": 2.1, + "location": "Extnl Walls", + "orientation": 0 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.15, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 5 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 2.5, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 5 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.5, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 3 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.5, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 4 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 0.6, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 3 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1 + } + ], + "heating_cost_current": { + "value": 166, + "currency": "GBP" + }, + "co2_emissions_current": 0.5, + "energy_rating_average": 60, + "energy_rating_current": 88, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 166, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 74, + "currency": "GBP" + }, + "co2_emissions_potential": 0.5, + "energy_rating_potential": 88, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 74, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 494, + "water_heating": 1518 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 50, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.1.25", + "energy_consumption_potential": 50, + "environmental_impact_current": 93, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 93, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211170/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211170/epc.json new file mode 100644 index 00000000..63bc67b4 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.0/uprn_202211170/epc.json @@ -0,0 +1,313 @@ +{ + "uprn": 202211170, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.18 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "NW10 8GP", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "created_at": "2015-11-20 14:54:04", + "living_area": 28.4, + "orientation": 0, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 1, + "main_heating_data_source": 1, + "main_heating_index_number": 16839, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 2.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 Verbena Apartments", + "address_line_2": "95, Hilltop Avenue", + "assessment_date": "2015-11-18", + "assessment_type": "SAP", + "completion_date": "2015-11-20", + "inspection_date": "2015-11-18", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 2.69, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500438, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 97, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2015-11-20", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 1.19, + "orientation": 5, + "overshading": 1, + "pv_connection": 0 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.75, + "glazing_type": 5, + "solar_transmittance": 0.65 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + } + ], + "sap_walls": [ + { + "name": "Extnl Walls", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 14, + "total_wall_area": 71, + "is_curtain_walling": "false" + }, + { + "name": "Sep Walls", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 14, + "total_wall_area": 42.25, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.035, + "height": 2.1, + "location": "Sep Walls", + "orientation": 0 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.55, + "height": 1.725, + "location": "Extnl Walls", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 2.8, + "height": 1.725, + "location": "Extnl Walls", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 5, + "height": 2.25, + "location": "Extnl Walls", + "orientation": 5 + } + ], + "construction_year": 2013, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.5, + "heat_loss_area": 97.4, + "total_floor_area": 97.4 + } + ] + } + ], + "heating_cost_current": { + "value": 267, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 89, + "lighting_cost_current": { + "value": 60, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 267, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 91, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 89, + "lighting_cost_potential": { + "value": 60, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 91, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2336, + "water_heating": 1889 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 50, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.1.25", + "energy_consumption_potential": 50, + "environmental_impact_current": 90, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 90, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 9 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028763/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028763/epc.json new file mode 100644 index 00000000..5020a465 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028763/epc.json @@ -0,0 +1,449 @@ +{ + "uprn": 10012028763, + "roofs": [ + { + "description": { + "value": "(other premises above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.22 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA12 2EF", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "GRAVESEND", + "built_form": 1, + "created_at": "2017-09-20 17:06:53", + "living_area": 29.82, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 2, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Mid-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 Nobles Mead", + "address_line_2": "Fenners Marsh", + "assessment_date": "2017-09-20", + "assessment_type": "SAP", + "completion_date": "2017-09-20", + "inspection_date": "2017-09-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.35, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 2 + }, + "total_floor_area": 69, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-09-20", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.6, + "data_source": 4, + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.85, + "glazing_type": 7, + "solar_transmittance": 0.72 + }, + { + "name": "Windows (2)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.9, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + }, + { + "name": "Party", + "u_value": 0, + "roof_type": 4, + "kappa_value": 30, + "total_roof_area": 65.94 + } + ], + "sap_walls": [ + { + "name": "External", + "u_value": 0.23, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 46.657, + "is_curtain_walling": "false" + }, + { + "name": "Corridor", + "u_value": 0.238, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 7.741, + "is_curtain_walling": "false" + }, + { + "name": "Stairwell", + "u_value": 0.238, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 9.11, + "is_curtain_walling": "false" + }, + { + "name": "IW", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 115.782 + }, + { + "name": "Party", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 14.042 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0.91, + "height": 2.1, + "location": "Corridor", + "orientation": 2 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.1, + "height": 1.2, + "location": "External", + "orientation": 6 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.1, + "height": 1.2, + "location": "External", + "orientation": 6 + }, + { + "name": 4, + "type": "Windows (2)", + "width": 2.17, + "height": 2.15, + "location": "External", + "orientation": 4 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.1, + "height": 1.2, + "location": "External", + "orientation": 2 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 3.3, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 15.7, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 6.38, + "psi_value": 0.21, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 19.77, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E20" + }, + { + "length": 7.14, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E23" + }, + { + "length": 7.26, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 1.61, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 0, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E25" + }, + { + "length": 19.77, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 5.95, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P7" + }, + { + "length": 5.95, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.248, + "floor_type": 3, + "kappa_value": 75, + "storey_height": 2.36, + "heat_loss_area": 69, + "total_floor_area": 69 + } + ] + } + ], + "heating_cost_current": { + "value": 185, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 50, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 185, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 82, + "currency": "GBP" + }, + "co2_emissions_potential": 1.1, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 50, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 82, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1901, + "water_heating": 1756 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 89, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.9", + "energy_consumption_potential": 89, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028772/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028772/epc.json new file mode 100644 index 00000000..f399cf22 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10012028772/epc.json @@ -0,0 +1,426 @@ +{ + "uprn": 10012028772, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.1 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.23 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "(other premises below)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA12 2EF", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "GRAVESEND", + "built_form": 1, + "created_at": "2017-09-20 17:07:16", + "living_area": 25.66, + "orientation": 8, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 2, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Top-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 10 Nobles Mead", + "address_line_2": "Fenners Marsh", + "assessment_date": "2017-09-20", + "assessment_type": "SAP", + "completion_date": "2017-09-20", + "inspection_date": "2017-09-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.89, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 3 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-09-20", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.85, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.1, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 50.89 + } + ], + "sap_walls": [ + { + "name": "External", + "u_value": 0.23, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 7.043, + "is_curtain_walling": "false" + }, + { + "name": "Corridor", + "u_value": 0.238, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 8.11, + "is_curtain_walling": "false" + }, + { + "name": "External upper wall", + "u_value": 0.24, + "wall_type": 2, + "kappa_value": 9, + "total_wall_area": 13.235, + "is_curtain_walling": "false" + }, + { + "name": "IW", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 100.136 + }, + { + "name": "Party", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 46.531 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 0.91, + "height": 2.1, + "location": "Corridor", + "orientation": 8 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1.12, + "height": 1.21, + "location": "External upper wall", + "orientation": 4 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.12, + "height": 1.21, + "location": "External upper wall", + "orientation": 4 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.12, + "height": 1.21, + "location": "External upper wall", + "orientation": 4 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 3.36, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 7.26, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 3.36, + "psi_value": 0.21, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 0, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E20" + }, + { + "length": 3.45, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E23" + }, + { + "length": 4.7, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 4.7, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E25" + }, + { + "length": 7.61, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 7.61, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P7" + }, + { + "length": 17.63, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 17.63, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1 + } + ], + "heating_cost_current": { + "value": 146, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 43, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer, room thermostat and TRVs", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 146, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 73, + "currency": "GBP" + }, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 43, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 73, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1019, + "water_heating": 1567 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 90, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.9", + "energy_consumption_potential": 90, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10091568921/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10091568921/epc.json new file mode 100644 index 00000000..56397d4e --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10091568921/epc.json @@ -0,0 +1,577 @@ +{ + "uprn": 10091568921, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.1 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.18 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.15 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN17 7SH", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LITTLEHAMPTON", + "built_form": 3, + "created_at": "2018-02-07 19:28:07", + "living_area": 16.05, + "orientation": 5, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Cooper Drive", + "address_line_2": "Wick", + "assessment_date": "2018-02-07", + "assessment_type": "SAP", + "completion_date": "2018-02-07", + "inspection_date": "2018-02-07", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.45, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 79, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-02-07", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.2, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "roof 1", + "u_value": 0.1, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 39.37 + } + ], + "sap_walls": [ + { + "name": "GF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 41.04, + "is_curtain_walling": "false" + }, + { + "name": "FF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 43.88, + "is_curtain_walling": "false" + }, + { + "name": "stud walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 51.81 + }, + { + "name": "Block walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 75, + "total_wall_area": 10.74 + }, + { + "name": "party", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 40.56 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 5 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "GF", + "orientation": 5 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.5, + "location": "GF", + "orientation": 1 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "GF", + "orientation": 5 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "GF", + "orientation": 5 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 1 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 1 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E1" + }, + { + "length": 9.22, + "psi_value": 0.191, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7.2, + "psi_value": 0.029, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 23.1, + "psi_value": 0.043, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17.765, + "psi_value": 0.084, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17.765, + "psi_value": 0.002, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.14, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 4.48, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 8.485, + "psi_value": 0.051, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.56, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.083, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.56, + "psi_value": 0.038, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 0, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E25" + }, + { + "length": 8.485, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 8.485, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.485, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.33, + "heat_loss_area": 39.37, + "total_floor_area": 39.37 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.47, + "heat_loss_area": 0, + "total_floor_area": 39.37, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 173, + "currency": "GBP" + }, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 59, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 173, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 78, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 32, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 90 + }, + { + "sequence": 2, + "typical_saving": { + "value": 331, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 97, + "environmental_impact_rating": 99 + } + ], + "co2_emissions_potential": -0.2, + "energy_rating_potential": 97, + "lighting_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 45, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1648, + "water_heating": 1704 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 76, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": -18, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 99, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_inputs.md new file mode 100644 index 00000000..f531a917 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_inputs.md @@ -0,0 +1,182 @@ +# Elmhurst RdSAP inputs β€” UPRN 10092973954 (cert 0862-3892-7875-2690-2325, SAP-Schema-17.1) + +**Lodged SAP:** 83 (band B) **Our engine:** 77 (continuous 76.85) ← compare Elmhurst against this +**Total fuel cost (engine):** Β£445.80/yr **Heat transfer coeff:** 112.11 W/K +**Known divergences:** full-SAP cert forced through RdSAP β€” window area is banded, U-values/thermal-bridging are age-band proxies (see notes). MEV extract is the engine's βˆ’4 SAP driver. + +> **Complete + filler-ready.** Every row names the **live Elmhurst control id** +> (suffix after `ContentBody_ContentPlaceHolder1_`) from the DOM dumps in +> `scripts/hyde/elmhurst_dom/`, so `scripts/hyde/elmhurst_fill.py` can map each +> directly. Dropdown values are the **exact option labels** (they carry a code +> prefix, e.g. `F Flat`). πŸ”Έ = **assessor-only** field the EPC can't supply. +> The **Fields to clear** table at the bottom is the explicit "absent" set. + +--- + +## Property Details (admin β€” does NOT affect SAP) +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `DropDownListPurpose` | None of the above | not a retrofit/modelling job | +| `DropDownListTenure` | Owner-occupied | `tenure` ND; tenure doesn't affect SAP | +| `DropDownListTransactionType` | None of the above | `transaction_type` 6 = new dwelling (no exact option) | +| `TextBoxInspectionDate` | as lodged | admin only | + +## Property Description βœ… committed +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `DropDownListPropertyType1` | **F Flat** | `property_type` 2 | +| `DropDownListPropertyType2` | **D Detached** | `built_form` 1 (block form) | +| `TextBoxStoreys` | **1** | single-storey flat | +| `TextBoxHabitableRooms` | **3** | back-solved from `living_area` 23.45 / TFA | +| `TextBoxHeatedHabitableRooms` | **3** | all heated | +| `DropDownListDateBuiltMain` | **L 2012-2022** | 2020 build β€” by YEAR (engine band "M"; see gotcha) | + +## Dimensions (Type = Internal) β€” Lowest Floor row only +| Elmhurst field (`id`, under `…DimensionsMain_`) | Enter | Notes | +|---|---|---| +| `RadioButtonDimensionsType` | Internal | `measurement_type` 1 | +| `TextBoxFloorAreaLowestFloor` | **67.84** | engine TFA (cert top-level 68) | +| `TextBoxRoomHeightLowestFloor` | **2.40** | volume 162.816 Γ· 67.84 | +| `TextBoxWallPerimeterLowestFloor` | **38.14** | heat-loss perimeter (= 91.54 mΒ² Γ· 2.4) | +| `TextBoxPartyWallLengthLowestFloor` | **0** | `party_walls_w_per_k` = 0 | + +## Conservatory βœ… already correct +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `CheckBoxIsConservatory` | unchecked | `conservatory_type` 1 = none | + +## Flats +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `DropDownListPositionOfFlat` | **Ground Floor** | `sap_flat_details.level` 1 / ground-floor flat | +| `TextBoxFloor` | **0** | ground = storey 0 | +| πŸ”Έ `TextBoxStoriesInBlock` | *assessor* | EPC doesn't give block height; not in cert | +| πŸ”Έ `RadioButtonListFlatCoridor` | *assessor* | corridor/stairwell adjacency; `sheltered_sides_count` 1 hints 1 sheltered side | +| πŸ”Έ `TextBoxLengthOfShelteredWall` | *assessor* | only if a sheltered/corridor wall is set | + +## Walls (Main + alternative + party) +| Elmhurst field (`id`, under `…WallMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListType` | **TI Timber Frame** | new-build timber frame | +| `DropDownListInsulation` | **A As Built** | factory-insulated | +| `TextBoxWallThickness` | as built | β€” | +| `CheckBoxUvalueKnown` + U-value | **0.17** if override offered | cert "0.17 W/mΒ²K"; engine wall β‰ˆ12.60 W/K | +| `CheckBoxAditionalWallSheltered` / `DropDownListAlternativeWall1Type` | **clear** (area 0) | leftover `SO Solid Brick` is placeholder β€” see Fields to clear | +| `DropDownListPartyWallType` | n/a | party-wall **length 0** on Dimensions makes type irrelevant | + +## Roofs βœ… committed +| Elmhurst field (`id`, under `…RoofMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListType` | **A Another dwelling above** | "(other premises above)" β†’ `roof_w_per_k` = 0 (insulation fields disappear) | + +## Floors +| Elmhurst field (`id`, under `…FloorsMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListLocation` | **G Ground floor** | already correct | +| `DropDownListType` | **S Solid** | `floor_type` 2 | +| `DropDownListInsulation` | **A As built** | new-build | +| `CheckBoxUValueKnown` + U-value | **0.13** if override offered | cert "0.13 W/mΒ²K"; engine floor β‰ˆ8.82 W/K | + +## Openings β€” Windows (Elmhurst uses a per-window GRID) +RdSAP synthesises window area from `glazed_area` band Γ— TFA = **15.16 mΒ²** +("Much more than typical", Γ—1.51), whole-window **U 1.4**, **g 0.63**, 5 windows, +PVC frame (factor 0.7). Engine windows = **20.68 W/K**. +| Elmhurst grid field (`id`, under `…WindowsPanel_`) | Enter | Notes | +|---|---|---| +| `DropDownListExtGlazing` | **Double post or during 2022** (high-perf low-E) | cert `glazing_type` 7, 100% multiple-glazed | +| `DropDownListExtFrameType` | **PVC** | `frame_type` 2 | +| `TextBoxExtUValue` | **1.4** | manufacturer whole-window U | +| `TextBoxExtGValue` | **0.63** | cert g | +| πŸ”Έ `TextBoxExtWidth` / `TextBoxExtHeight` / per-row geometry | *assessor* | RdSAP has no per-window geometry; enter rows totalling **15.16 mΒ²**, or one combined row | +| `DropDownListExtOrientation` | as RdSAP default | cert orientations 8,2,6,2,4 β€” RdSAP ignores per-window orientation | + +## Openings β€” Doors +| Elmhurst field (`id`, under `…DoorsPanel_`) | Enter | Notes | +|---|---|---| +| `TextBoxDoors` | **1** | `door_count` 1 | +| `TextBoxDoorsInsulated` | **1** | new-build, cert door U 1.4 (engine `doors_w_per_k` 2.59) | + +## Ventilation & Lighting +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `TabPanelMechVent_CheckBoxMechanicalVentilation` | **checked β†’ dMEV** | πŸ”Ά `ventilation_type` 6, EXTRACT_OR_PIV_OUTSIDE β€” the **βˆ’4 SAP driver** | +| πŸ”Έ `SelectMVDialog_*` (MV unit) | *assessor* | pick the dMEV unit; `is_mechanical_vent_approved_installer_scheme` true | +| `TabPanelAirPressureTest_DropDownListTestMethod` | **Blower Door β†’ 2.6** | `air_permeability` 2.6, `pressure_test` 1 (don't leave "Not available") | +| `TabPanelLighting_*` low-energy | **100% LED** (6 of 6) | "Low energy lighting in all fixed outlets" | +| `TabPanelVentilationPanel_TextBox*` chimneys/flues/fans | **0** | none lodged | +| Sheltered sides | **1** | `sheltered_sides_count` 1 (RdSAP defaults 2 β€” change) | + +## Space Heating β€” Main Heating 1 +Cert: "Boiler and radiators, mains gas", `main_fuel_type` 1, combi, **PCDB index 17929**, +efficiency **89%**, controls **2110** (time + temp zone), radiators. +| Elmhurst field (`id`, under `…MainHeating1_`) | Enter | Notes | +|---|---|---| +| πŸ”Έ `TextBoxPCDFBoilerReference` (via `SelectBoilerDialog`) | **17929** | PCDB index; entered through the boiler-search dialog | +| `RadioButtonListHeatEmitter` | **Radiators** | `heat_emitter_type` 1 | +| `RadioButtonListFlueType` | **Balanced** | room-sealed; `is_flue_fan_present` true | +| `RadioButtonListFanAssistedFlue` | **Yes** | `main_heating_flue_type` 2 | +| `RadioButtonListHeatingPumpAge` | **2013 or later** | `central_heating_pump_age` 2, in heated space | +| πŸ”Έ `TextBoxMainHeatingControls` (via `SelectHeatingControlsDialog`) | **2110** | time & temperature zone control; interlocked | +| `TextBoxPercentageOfHeat` | **100** | single main system | + +## Space Heating β€” Meters +| Elmhurst field (`id`, under `TabPanelMeters_`) | Enter | Notes | +|---|---|---| +| `RadioButtonListElectricityType` | **Single** | `electricity_tariff` 1 β€” **not** Economy 7 (no off-peak bug here) | +| `CheckBoxMainGas` | **checked** | mains gas available | + +## Water Heating +Cert: from main system (combi), `water_heating_code` 901, mains gas. Engine HW = **2,271 kWh/yr**. +| Elmhurst field (`id`, under `TabPanelWaterHeating_`) | Enter | Notes | +|---|---|---| +| πŸ”Έ `TextBoxWaterHeatingCode` | **from main system** (901) | combi; **Boiler Circulator / from main** category (not Water Heater) | +| `CheckBoxHotWaterCylinder` | **unchecked** | combi instantaneous β€” **no cylinder** (clears CylinderSize/Insulated/Thickness/Thermostat) | +| `TabPanelWWHRS_DropDownListWWHRSPresent` | **No** | none lodged (`instantaneous_wwhrs` = bath/shower ROOM count, ADR-0028, not a device) | +| `TabPanelWWHRS_TextBoxRoomsWithBath` | leave default | baths not separately lodged; `design_water_use` 1 | + +## New Technologies βœ… already correct (all none) +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `…PvPanelData` | None | no PV | +| `…CheckBoxWindTurbinePresent` | unchecked | `wind_turbines_count` 0 | +| `…TextBoxElectricityGenerated` (hydro) | 0 | none | + +--- + +## Fields to clear in Elmhurst (do NOT map) +These default/stale values read as **present** and skew SAP. Blank them. +| Elmhurst page Β· field (`id`) | Set to | Why absent | +|---|---|---| +| Property Description Β· `DropDownListDateBuiltFirst`…`Forth` | (blank) | no extensions lodged | +| Property Description Β· `DropDownListRoomInRoofMain`…`Forth` | (blank) | no room-in-roof building part | +| Dimensions Β· `…TextBoxFloorAreaRoomInRoof` | (blank) | leave empty, **not 0** (0 flags βœ–) | +| Dimensions Β· 1st–4th Ext. sub-tabs (`TabPanel1stExt_…` etc.) | 0 / blank | single building part β€” phantom extension otherwise | +| Walls Β· `…DropDownListAlternativeWall1Type` + `TextBoxAddWallArea` | (blank / 0) | leftover `SO Solid Brick` placeholder; cert wall is one timber-frame element | +| Walls Β· `…CheckBoxAditionalWallSheltered` | unchecked | unless an assessor sets a sheltered wall | +| Openings Β· surplus window grid rows (`GridViewExtendedWidows_DeleteButton_*`) | delete | window count from glazed-area band, not real rows | +| Space Heating Β· `DropDownListSecondaryHeatingPresent` + `TextBoxSecondaryHeatingCode` | **No** / (blank) | `secondary_heating_category` 1 = None (placeholder `RWM`) | +| Space Heating Β· `TabPanelMainHeating2_*` | (blank) | single main system | +| Water Heating Β· `CheckBoxHotWaterCylinder` + cylinder fields | unchecked / (blank) | combi instantaneous, no cylinder | +| Water Heating Β· Solar (`…CheckBoxSolaWaterHeating`), WWHRS, FGHRS | none | not lodged | +| Conservatory / PV / Wind / Hydro | none | not lodged | + +## Engine reference figures (reconcile against Elmhurst's worksheet) +| Quantity | Engine value | +|---|---| +| **SAP score** | **77** (continuous 76.85) | +| Total fuel cost | Β£445.80/yr | +| Space-heating demand | 3,917.4 kWh/yr | +| Main heating fuel | 4,401.5 kWh/yr | +| Hot water | 2,271.0 kWh/yr | +| Pumps & fans | 483.3 kWh/yr | +| Lighting | 222.4 kWh/yr | +| COβ‚‚ | 1,501.8 kg/yr | +| Heat transfer coefficient | 112.11 W/K | + +**Heat-loss element breakdown (W/K):** walls 12.60 Β· floor 8.82 Β· roof 0 Β· party wall 0 Β· +windows 20.68 Β· doors 2.59 Β· thermal bridging 12.75 Β· infiltration 54.68 β†’ total HTC 112.11. + +> **πŸ”Έ Assessor-only fields** (EPC can't supply β€” a human must set them): +> stories-in-block & corridor type (Flats), per-window geometry rows (Openings), +> boiler PCDB reference 17929 & control code 2110 via their search dialogs +> (Space Heating), MV unit selection (Ventilation), water-heating code dialog. diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_summary.pdf new file mode 100644 index 00000000..c48e5752 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_worksheet.pdf new file mode 100644 index 00000000..7f785404 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/epc.json new file mode 100644 index 00000000..8d828d3e --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973954/epc.json @@ -0,0 +1,433 @@ +{ + "uprn": 10092973954, + "roofs": [ + { + "description": { + "value": "(other premises above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.17 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME1 3WR", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ROCHESTER", + "built_form": 1, + "created_at": "2020-03-12 08:41:35", + "living_area": 23.45, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 William House", + "address_line_2": "22, Keepers Cottage Lane", + "address_line_3": "Wouldham", + "assessment_date": "2020-03-12", + "assessment_type": "SAP", + "completion_date": "2020-03-12", + "inspection_date": "2020-03-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 2.6, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 1, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 68, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-03-12", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + }, + { + "name": "Ceiling", + "u_value": 0, + "roof_type": 4, + "kappa_value": 20, + "total_roof_area": 67.84 + } + ], + "sap_walls": [ + { + "name": "Brickwork", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 13.1, + "is_curtain_walling": "false" + }, + { + "name": "Weatherboarding", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 46.95, + "is_curtain_walling": "false" + }, + { + "name": "Sole Plate Detail", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 3.1, + "is_curtain_walling": "false" + }, + { + "name": "Stair Wall", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 28.39, + "is_curtain_walling": "false" + }, + { + "name": "Stud Walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 125.952 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2, + "location": "Stair Wall", + "orientation": 6 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 5.92, + "location": "Brickwork", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 1.45, + "location": "Brickwork", + "orientation": 2 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 1.45, + "location": "Brickwork", + "orientation": 6 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1, + "height": 5.28, + "location": "Weatherboarding", + "orientation": 2 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1, + "height": 1.5, + "location": "Weatherboarding", + "orientation": 4 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.79, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 3.18, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 23.7, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 38.14, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 38.14, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 21.6, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 12, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 67.84, + "total_floor_area": 67.84 + } + ] + } + ], + "heating_cost_current": { + "value": 201, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 55, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 201, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 68, + "currency": "GBP" + }, + "co2_emissions_potential": 1.1, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2140, + "water_heating": 1522 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 91, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.25", + "energy_consumption_potential": 91, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973960/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973960/epc.json new file mode 100644 index 00000000..0d702a65 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10092973960/epc.json @@ -0,0 +1,477 @@ +{ + "uprn": 10092973960, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.18 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME1 3XQ", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ROCHESTER", + "built_form": 3, + "created_at": "2020-03-05 14:45:18", + "living_area": 18.94, + "orientation": 7, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Nightingale Drive", + "address_line_2": "Wouldham", + "assessment_date": "2020-03-05", + "assessment_type": "SAP", + "completion_date": "2020-03-05", + "inspection_date": "2020-03-05", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 2.89, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 1, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 89, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-03-05", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof insulated at ceiling", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 44.43 + } + ], + "sap_walls": [ + { + "name": "Brickwork", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 97.96, + "is_curtain_walling": "false" + }, + { + "name": "Sole Plate Detail", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 2.47, + "is_curtain_walling": "false" + }, + { + "name": "Stud Walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 199.281 + }, + { + "name": "Party Walls", + "u_value": 0, + "wall_type": 4, + "kappa_value": 20, + "total_wall_area": 41.3 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.14, + "location": "Brickwork", + "orientation": 7 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 4.89, + "location": "Brickwork", + "orientation": 7 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 4.5, + "location": "Brickwork", + "orientation": 3 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 2.14, + "location": "Brickwork", + "orientation": 3 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1, + "height": 3.35, + "location": "Brickwork", + "orientation": 1 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 11.35, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 8.06, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 27.3, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 19.77, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 19.77, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 7.62, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 12.15, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 15.24, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 5.08, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 8.13, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8.13, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 8.13, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.43, + "heat_loss_area": 44.43, + "total_floor_area": 44.43 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.65, + "heat_loss_area": 0, + "total_floor_area": 44.43, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 221, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 70, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 221, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 75, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 350, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 70, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 45, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2532, + "water_heating": 1679 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 81, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.25", + "energy_consumption_potential": 3, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093084691/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093084691/epc.json new file mode 100644 index 00000000..b79f7d3d --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093084691/epc.json @@ -0,0 +1,439 @@ +{ + "uprn": 10093084691, + "roofs": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.22 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 3FS", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SITTINGBOURNE", + "built_form": 2, + "created_at": "2017-05-17 10:21:48", + "living_area": 20.6, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17863, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200002, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 5.4 m\u00b3/h.m\u00b2 (assessed average)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Barkers End", + "assessment_date": "2016-07-05", + "assessment_type": "SAP", + "completion_date": "2017-05-17", + "inspection_date": "2017-05-17", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 5, + "wet_rooms_count": 3, + "air_permeability": 3.4, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 1, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 84, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-05-17", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Window", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.12, + "roof_type": 2, + "description": "Plane", + "total_roof_area": 41.78 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.2, + "wall_type": 2, + "description": "Brick facing", + "total_wall_area": 44.1, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.23, + "wall_type": 2, + "description": "Board/ Tiles", + "total_wall_area": 49.41, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 44.46 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Opening 1", + "type": "Door", + "width": 1.95, + "height": 1, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Opening 2", + "type": "Window", + "width": 1.91, + "height": 1, + "location": "External Wall 1", + "orientation": 1 + }, + { + "name": "Opening 3", + "type": "Window", + "width": 2.99, + "height": 1, + "location": "External Wall 2", + "orientation": 1 + }, + { + "name": "Opening 4", + "type": "Window", + "width": 0.6, + "height": 1, + "location": "External Wall 2", + "orientation": 7 + }, + { + "name": "Opening 5", + "type": "Window", + "width": 4.12, + "height": 1, + "location": "External Wall 1", + "orientation": 5 + }, + { + "name": "Opening 6", + "type": "Window", + "width": 2.99, + "height": 1, + "location": "External Wall 2", + "orientation": 5 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.81, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 8.63, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 26.7, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 18.3, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 18.3, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 8.35, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 9.95, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 10.22, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 10.22, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 8.7, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8.7, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 8.7, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "GF", + "storey_height": 2.41, + "heat_loss_area": 41.78, + "total_floor_area": 41.78 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 41.78 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 216, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 59, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 216, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 81, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 34, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 300, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2356, + "water_heating": 1706 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 84, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.03r08", + "energy_consumption_potential": 0, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093101966/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093101966/epc.json new file mode 100644 index 00000000..ccd1c1f8 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093101966/epc.json @@ -0,0 +1,356 @@ +{ + "uprn": 10093101966, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.28 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "RH20 3HW", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "PULBOROUGH", + "built_form": 1, + "created_at": "2018-06-01 16:27:10", + "living_area": 29.99, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200005, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.4 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Barker Road", + "address_line_2": "Storrington", + "assessment_date": "2018-06-01", + "assessment_type": "SAP", + "completion_date": "2018-06-01", + "inspection_date": "2018-06-01", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.37, + "open_flues_count": 0, + "ventilation_type": 1, + "has_draught_lobby": "false", + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 68, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-06-01", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 1.31, + "data_source": 2, + "description": "d1", + "glazing_type": 1 + }, + { + "name": 2, + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "w6", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.29, + "wall_type": 2, + "description": "Ext", + "total_wall_area": 62.77, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0.24, + "wall_type": 3, + "description": "To Common", + "total_wall_area": 22.29, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.01, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.77, + "height": 1.35, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 3, + "type": 2, + "width": 1.2, + "height": 1.35, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 4, + "type": 2, + "width": 1.2, + "height": 1.35, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 5, + "type": 2, + "width": 0.63, + "height": 1.05, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 6, + "type": 2, + "width": 1.2, + "height": 1.05, + "location": "Wall 1", + "orientation": 8 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.01, + "psi_value": 0.22, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 6, + "psi_value": 0.021, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 16.5, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 25.76, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 9.15, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 9.76, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.44, + "psi_value": 0.054, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.44, + "psi_value": -0.102, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "GF", + "storey_height": 2.44, + "heat_loss_area": 67.67, + "total_floor_area": 67.67 + } + ], + "thermal_mass_parameter": 180.05 + } + ], + "heating_cost_current": { + "value": 177, + "currency": "GBP" + }, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 55, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 177, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 69, + "currency": "GBP" + }, + "co2_emissions_potential": 1.0, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 69, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1811, + "water_heating": 1521 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 85, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 85, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093114178/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093114178/epc.json new file mode 100644 index 00000000..4f5f8447 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093114178/epc.json @@ -0,0 +1,478 @@ +{ + "uprn": 10093114178, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.27 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO20 0BQ", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2017-11-15 11:50:04", + "living_area": 19.57, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 150, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16401, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.23, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "primary_pipework_insulation": 4, + "is_hot_water_separately_timed": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.3 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Hubble Close", + "address_line_2": "Selsey", + "assessment_date": "2017-11-15", + "assessment_type": "SAP", + "completion_date": "2017-11-15", + "inspection_date": "2017-11-15", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.27, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 103, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-11-15", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_count": 12, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + }, + { + "name": 2, + "type": 2, + "u_value": 1.7, + "data_source": 2, + "description": "D2", + "glazing_type": 4 + }, + { + "name": 3, + "type": 4, + "u_value": 1.41, + "data_source": 2, + "description": "W1", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "400mm Mineral Wool", + "total_roof_area": 51.28 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.27, + "wall_type": 2, + "description": "50mm Platinum", + "total_wall_area": 99.12, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party Wall", + "total_wall_area": 46.65 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.01, + "height": 2.33, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.01, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 3, + "type": 3, + "width": 1.81, + "height": 1.5, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 3, + "width": 0.63, + "height": 1.05, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 5, + "type": 3, + "width": 1.81, + "height": 1.05, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 6, + "type": 3, + "width": 0.92, + "height": 1.35, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 7, + "type": 3, + "width": 0.92, + "height": 1.35, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 8, + "type": 3, + "width": 0.92, + "height": 1.35, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 9, + "type": 3, + "width": 0.63, + "height": 1.05, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 10, + "type": 3, + "width": 1.81, + "height": 1.05, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 11, + "type": 3, + "width": 0.92, + "height": 1.05, + "location": "Wall 1", + "orientation": 3 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 12.39, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 10.37, + "psi_value": 0.023, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 30.46, + "psi_value": 0.028, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 20.29, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 20.29, + "psi_value": 0.003, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 10.74, + "psi_value": 0.086, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 9.55, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 9.77, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 9.77, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 9.55, + "psi_value": 0.077, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 9.55, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 9.55, + "psi_value": 0.085, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "150mm Beam & Block", + "storey_height": 2.33, + "heat_loss_area": 51.28, + "total_floor_area": 51.28 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.56, + "heat_loss_area": 0, + "total_floor_area": 51.28 + } + ], + "thermal_mass_parameter": 152.032 + } + ], + "heating_cost_current": { + "value": 207, + "currency": "GBP" + }, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 71, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 208, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 102, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 47, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 326, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2346, + "water_heating": 2087 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 76, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 0, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115480/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115480/epc.json new file mode 100644 index 00000000..f9866230 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115480/epc.json @@ -0,0 +1,420 @@ +{ + "uprn": 10093115480, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.22 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO18 8FR", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 3, + "created_at": "2017-08-11 13:58:20", + "living_area": 17.5, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16841, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.9 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "End-terrace bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1 Flatt Gardens", + "address_line_2": "Flatt Road", + "address_line_3": "Nutbourne", + "assessment_date": "2017-08-11", + "assessment_type": "SAP", + "completion_date": "2017-08-11", + "inspection_date": "2017-08-11", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.85, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 56, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-08-11", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 9, + "low_energy_fixed_lighting_outlets_count": 9, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "GW02", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 6, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.113, + "roof_type": 2, + "description": "Roof(joists)", + "total_roof_area": 56.2 + } + ], + "sap_walls": [ + { + "name": "Wall 3", + "u_value": 0.329, + "wall_type": 2, + "description": "Bottom part ext wall", + "total_wall_area": 12.03, + "is_curtain_walling": "false" + }, + { + "name": "Wall 1", + "u_value": 0.194, + "wall_type": 2, + "description": "External Wall", + "total_wall_area": 65.62, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party Wall", + "total_wall_area": 10.99 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.25, + "height": 1.6, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 2, + "type": 1, + "width": 1.25, + "height": 1, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 3, + "type": 1, + "width": 1.25, + "height": 1.55, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 4, + "type": 1, + "width": 1.25, + "height": 1, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 5, + "type": 1, + "width": 2.25, + "height": 2.2, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 6, + "type": 6, + "width": 1, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 7, + "type": 1, + "width": 0.46, + "height": 1, + "location": "Wall 1", + "orientation": 5 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8.71, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 7.71, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 20.9, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 32.3, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 25.34, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 7, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 14.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 4, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 4, + "psi_value": 0.12, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "GF", + "storey_height": 2.4, + "heat_loss_area": 56.2, + "total_floor_area": 56.2 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 200, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 41, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 200, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 71, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 83, + "environmental_impact_rating": 87 + }, + { + "sequence": 2, + "typical_saving": { + "value": 320, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 99 + } + ], + "co2_emissions_potential": -0.2, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2189, + "water_heating": 1540 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 109, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": -20, + "environmental_impact_current": 85, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 99, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 19 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115985/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115985/epc.json new file mode 100644 index 00000000..99e3e48c --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093115985/epc.json @@ -0,0 +1,513 @@ +{ + "uprn": 10093115985, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.1 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.24 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.24 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO20 2EP", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 3, + "created_at": "2017-06-20 09:20:00", + "living_area": 16.7, + "orientation": 1, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16210, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200002, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Tern Crescent", + "assessment_date": "2017-06-20", + "assessment_type": "SAP", + "completion_date": "2017-06-20", + "inspection_date": "2017-06-20", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.83, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 72, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-06-20", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 4, + "description": "BFRC data", + "glazing_type": 3, + "solar_transmittance": 0.5 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "COLD", + "u_value": 0.1, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 35.9 + } + ], + "sap_walls": [ + { + "name": "BRICK", + "u_value": 0.24, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 85, + "is_curtain_walling": "false" + }, + { + "name": "STUD", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 138.24 + }, + { + "name": "PARTY", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 39 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.1, + "location": "BRICK", + "orientation": 1 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 4.1, + "location": "BRICK", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 7.41, + "location": "BRICK", + "orientation": 5 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 1.94, + "location": "BRICK", + "orientation": 3 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0.5, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 12.15, + "psi_value": 0.224, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7, + "psi_value": 0.009, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 24.4, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 9.2, + "psi_value": 0.046, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 7.8, + "psi_value": 0.052, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.28, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 10, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0.091, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 10, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.8, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.8, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 7.8, + "psi_value": 0.072, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.24, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.475, + "heat_loss_area": 35.9, + "total_floor_area": 35.9 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 35.9, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 182, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 50, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 182, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 91, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 34, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 323, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": -0.2, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 50, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 57, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1766, + "water_heating": 1922 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 86, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": -17, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_inputs.md new file mode 100644 index 00000000..ee26fb01 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_inputs.md @@ -0,0 +1,72 @@ +# Elmhurst RdSAP inputs β€” UPRN 10093116324 (SAP-Schema-17.1) + +**Lodged SAP:** 80 **Our engine:** 79 ← compare Elmhurst against the engine +**Property:** semi-detached BUNGALOW (single storey), 2017, mains-gas combi, TFA 52 mΒ² + +**Known divergences (same full-SAPβ†’RdSAP pattern as 10093116543/529):** +- Cert lodges measured U (wall 0.19, floor 0.12, roof 0.12); engine uses them, Elmhurst RdSAP forces band-L defaults. Expect engine a few points ABOVE Elmhurst. +- Boiler PCDB 17505 (88.5%) β†’ Elmhurst generic BGW combi 84% (PCDB search disabled). +- Age band engine 'M' β†’ Elmhurst on-screen **L (2012-2022)** (2017 build). + +## Property Description +| Field | Value | Notes | +|---|---|---| +| Property Type | House | dwelling_type "Semi-detached bungalow" | +| Built form | Semi-Detached | built_form 2 | +| Age band | **L (2012-2022)** | 2017 | +| Storeys | **1** | bungalow (single storey) | +| Habitable rooms | 2 | | + +## Dimensions (single storey) +| Field | Value | +|---|---| +| Lowest-floor area | 51.90 mΒ² | +| Room height | 2.40 m | +| Heat-loss perimeter | 45.53 m | +| Party-wall length | 6.37 m | + +## Walls +| Field | Value | Notes | +|---|---|---| +| Construction | Cavity / As Built | wall_construction 4; cert measured U 0.19 (Elmhurst RdSAP default) | +| Party wall | Present, **U Unable to determine** | type-4 party wall area 15.29; party_w/k 3.82 | + +## Roofs +| Field | Value | Notes | +|---|---|---| +| Type | Pitched, access to loft / Joists / Unknown thickness | roof measured U 0.12; accept band-L default | + +## Floors +| Field | Value | Notes | +|---|---|---| +| Ground / Solid / As built | β€” | floor measured U 0.12 | + +## Openings +| Field | Value | Notes | +|---|---|---| +| Windows (combined) | **6.11 mΒ²**, East, Double post-2022 | 2 synth windows; U 1.4 / g 0.72 | +| Doors | 2 insulated, U 1.19 | door_count 2 | + +## Ventilation & Lighting +| Field | Value | Notes | +|---|---|---| +| Air Pressure Test | **Blower Door 2.51** (+ cert number) | AP50 2.51 | +| Extract fans | 2 | | +| Sheltered sides | 2 | | +| Lighting | 100% low-energy | 10/10 | + +## Space Heating / Water +| Field | Value | Notes | +|---|---|---| +| Main heating | Mains gas condensing combi (generic BGW) | PCDB 17505 (88.5%, can't enter), radiators, fan flue | +| Water heating | From main (combi), no cylinder | has_hot_water_cylinder False | +| Secondary | None | | + +## Fields to clear (do NOT map) +| Field | Set to | Why | +|---|---|---| +| 1st-floor dimensions | 0 / blank | single-storey bungalow (prior cert was 2-storey/end-terrace) | +| Flats page | (House) | β€” | +| Conservatory | none/uncheck | not lodged | +| Cylinder | none | combi | +| PV / Wind / secondary | none | none lodged | diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_summary.pdf new file mode 100644 index 00000000..b1da059e Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_worksheet.pdf new file mode 100644 index 00000000..4e7a398a Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/epc.json new file mode 100644 index 00000000..d64dfc06 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116324/epc.json @@ -0,0 +1,435 @@ +{ + "uprn": 10093116324, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO19 7BT", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2017-08-15 15:01:51", + "living_area": 23.6, + "orientation": 4, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 2.5 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": { + "value": "Semi-detached bungalow", + "language": "1" + }, + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Mayflower Court", + "assessment_date": "2017-08-15", + "assessment_type": "SAP", + "completion_date": "2017-08-15", + "inspection_date": "2017-08-15", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 2.51, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 52, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-08-15", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Pitched roof", + "u_value": 0.12, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 51.9 + } + ], + "sap_walls": [ + { + "name": "External walls", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 109.27, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 15.29 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.15, + "location": "External walls", + "orientation": 6 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1, + "height": 1.91, + "location": "External walls", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 2.84, + "location": "External walls", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 3.27, + "location": "External walls", + "orientation": 6 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.004, + "psi_value": 0.5, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 4.071, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 15.58, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 24.138, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 17.69, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 6.372, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 12, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 6.372, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 6.372, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 6.372, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 51.9, + "total_floor_area": 51.9 + } + ] + } + ], + "heating_cost_current": { + "value": 198, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 80, + "lighting_cost_current": { + "value": 42, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 198, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 73, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 86 + }, + { + "sequence": 2, + "typical_saving": { + "value": 322, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": -0.2, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 42, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 43, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2217, + "water_heating": 1578 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 118, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.8", + "energy_consumption_potential": -22, + "environmental_impact_current": 84, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 21 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116326/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116326/epc.json new file mode 100644 index 00000000..4c914b39 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116326/epc.json @@ -0,0 +1,439 @@ +{ + "uprn": 10093116326, + "roofs": [ + { + "description": { + "value": "(other premises above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.21 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO19 3FF", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 1, + "created_at": "2018-01-26 11:26:34", + "living_area": 25.88, + "orientation": 5, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.3 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Stigand Court", + "assessment_date": "2018-01-26", + "assessment_type": "SAP", + "completion_date": "2018-01-26", + "inspection_date": "2018-01-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.26, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-01-26", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + }, + { + "name": "Party ceilings", + "u_value": 0, + "roof_type": 4, + "kappa_value": 20, + "total_roof_area": 50.6 + } + ], + "sap_walls": [ + { + "name": "External walls", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 55.63, + "is_curtain_walling": "false" + }, + { + "name": "Sheltered to store", + "u_value": 0.41, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 5.54, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 12.78 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.15, + "location": "External walls", + "orientation": 5 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1, + "height": 1.91, + "location": "External walls", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 4.33, + "location": "External walls", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 2.72, + "location": "External walls", + "orientation": 5 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.801, + "psi_value": 0.3, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 3.52, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 17.98, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 25.49, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 14.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 4.8, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 5.326, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 5.326, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 50.6, + "total_floor_area": 50.6 + } + ] + } + ], + "heating_cost_current": { + "value": 160, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 39, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 160, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 71, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 39, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1431, + "water_heating": 1563 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 99, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.10", + "energy_consumption_potential": 99, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 17 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116330/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116330/epc.json new file mode 100644 index 00000000..5e779180 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116330/epc.json @@ -0,0 +1,457 @@ +{ + "uprn": 10093116330, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO19 8FT", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2018-03-22 16:20:36", + "living_area": 14.7, + "orientation": 7, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.6 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Shone Court", + "assessment_date": "2018-03-22", + "assessment_type": "SAP", + "completion_date": "2018-03-22", + "inspection_date": "2018-03-22", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.59, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 73, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-03-22", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Pitched roof", + "u_value": 0.12, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 36.45 + } + ], + "sap_walls": [ + { + "name": "External walls", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 102.6, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 22.86 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.15, + "location": "External walls", + "orientation": 7 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1, + "height": 1.91, + "location": "External walls", + "orientation": 3 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 8.6, + "location": "External walls", + "orientation": 7 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 3.47, + "location": "External walls", + "orientation": 3 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1, + "height": 4.64, + "location": "External walls", + "orientation": 5 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 13.64, + "psi_value": 0.5, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 8.33, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 43.18, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 20.52, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 15.94, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 4.57, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 20, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 20.52, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 4.57, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 4.57, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 4.57, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 36.45, + "total_floor_area": 36.45 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.6, + "heat_loss_area": 0, + "total_floor_area": 36.45 + } + ] + } + ], + "heating_cost_current": { + "value": 193, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 52, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 193, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 81, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 32, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 84, + "environmental_impact_rating": 87 + }, + { + "sequence": 2, + "typical_saving": { + "value": 331, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": -0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 52, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2184, + "water_heating": 1791 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 90, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.10", + "energy_consumption_potential": -11, + "environmental_impact_current": 85, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_summary.pdf new file mode 100644 index 00000000..887c3cbd Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_worksheet.pdf new file mode 100644 index 00000000..6a823d3b Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/epc.json new file mode 100644 index 00000000..4d483d55 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116334/epc.json @@ -0,0 +1,441 @@ +{ + "uprn": 10093116334, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO19 8FU", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2017-10-02 14:59:14", + "living_area": 25.62, + "orientation": 1, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 2.9 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": { + "value": "Semi-detached bungalow", + "language": "1" + }, + "language_code": 1, + "property_type": 1, + "address_line_1": "1, Rankin Court", + "assessment_date": "2016-06-30", + "assessment_type": "SAP", + "completion_date": "2017-10-02", + "inspection_date": "2016-06-30", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 2.9, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 52, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-10-02", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Pitched roof", + "u_value": 0.12, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 51.61 + } + ], + "sap_walls": [ + { + "name": "External walls", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 55.84, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 18.26 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.15, + "location": "External walls", + "orientation": 1 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1, + "height": 1.91, + "location": "External walls", + "orientation": 5 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 4.33, + "location": "External walls", + "orientation": 5 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 2.32, + "location": "External walls", + "orientation": 1 + } + ], + "construction_year": 2016, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.46, + "psi_value": 0.5, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 3.18, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 17.98, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 23.27, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 13.11, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 10.16, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 12, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 7.61, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.61, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 51.61, + "total_floor_area": 51.61 + } + ] + } + ], + "heating_cost_current": { + "value": 174, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 41, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 174, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 73, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 83, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 322, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 97, + "environmental_impact_rating": 100 + } + ], + "co2_emissions_potential": -0.3, + "energy_rating_potential": 97, + "lighting_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 43, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1677, + "water_heating": 1574 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 105, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.10", + "energy_consumption_potential": -36, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 100, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_summary.pdf new file mode 100644 index 00000000..d4535f14 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_worksheet.pdf new file mode 100644 index 00000000..d2716766 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/epc.json new file mode 100644 index 00000000..535e6abf --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116336/epc.json @@ -0,0 +1,450 @@ +{ + "uprn": 10093116336, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO19 3FG", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2017-12-04 13:17:48", + "living_area": 23.1, + "orientation": 4, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17505, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.0 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Oswald Court", + "assessment_date": "2016-06-30", + "assessment_type": "SAP", + "completion_date": "2017-12-04", + "inspection_date": "2016-06-30", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.99, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 91, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-12-04", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Pitched roof", + "u_value": 0.12, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 46.33 + } + ], + "sap_walls": [ + { + "name": "External walls", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 104.26, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 36.35 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2.15, + "location": "External walls", + "orientation": 4 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1, + "height": 1.91, + "location": "External walls", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 6.36, + "location": "External walls", + "orientation": 4 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 5.5, + "location": "External walls", + "orientation": 8 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.868, + "psi_value": 0.5, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 6.811, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 29.134, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 20.8, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 10.47, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 10.42, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 22.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 7.27, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 20.9, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 7.27, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.27, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 44.7, + "total_floor_area": 44.7 + }, + { + "storey": 1, + "u_value": 0.25, + "floor_type": 3, + "kappa_value": 20, + "storey_height": 2.6, + "heat_loss_area": 1.63, + "total_floor_area": 46.33 + } + ] + } + ], + "heating_cost_current": { + "value": 214, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 65, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 214, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 89, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 35, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 87 + }, + { + "sequence": 2, + "typical_saving": { + "value": 322, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 65, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2585, + "water_heating": 1912 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 83, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.10", + "energy_consumption_potential": 1, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 96, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_inputs.md new file mode 100644 index 00000000..edc1a83c --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_inputs.md @@ -0,0 +1,180 @@ +# Elmhurst RdSAP inputs β€” UPRN 10093116528 (cert 8000-8495-2839-2607-9683, SAP-Schema-17.1) + +**Lodged SAP:** 84 (band B) **Our engine:** 78 (continuous 78.04) ← compare Elmhurst against this +**Total fuel cost (engine):** Β£505.43/yr **Heat transfer coeff:** 177.05 W/K +**Known divergences (candidate mapper gaps β€” confirm against Elmhurst worksheet):** +- **Party wall U = 0.25 (engine) vs 0 (lodged).** Full-SAP Wall 2 (`wall_type` 4, area 79.1 mΒ², `u_value` 0) is a party wall lodged at U=0. The mapper (`_sap_17_1_building_part`) derives party *length* but drops the lodged U and never sets `party_wall_construction`, so the engine applies the RdSAP house default **0.25** β†’ `party_walls_w_per_k` **19.775 W/K** (β‰ˆ11 % of HTC). Likely the dominant under-prediction driver. +- **FGHRS dropped.** Raw cert: `has_fghrs:"true"`, `fghrs_index_number:60031`, HW description "flue gas heat recovery". `_sap_17_1_heating` hard-codes `has_fghrs=False` and carries no FGHRS index β†’ engine ignores the flue-gas heat-recovery credit. Enter FGHRS 60031 in Elmhurst to expose the gap. + +> Full-SAP cert forced through RdSAP. Windows keep **real geometry** (mapper preserved +> `sap_openings`, not a glazed-area band). πŸ”Έ = assessor-only field the EPC can't supply. +> The **Fields to clear** table at the bottom is the explicit "absent" set. +> Reuse Elmhurst assessment GUID **B44A0DB4-4C08-4241-B818-86F060172105**; overwrite +> every prior-UPRN value (clears included). NEVER click Submit. + +--- + +## Property Details (admin β€” does NOT affect SAP) +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `DropDownListPurpose` | None of the above | not a retrofit/modelling job | +| `DropDownListTenure` | Owner-occupied | `tenure` ND; tenure doesn't affect SAP | +| `DropDownListTransactionType` | None of the above | `transaction_type` 6 = new dwelling | +| `TextBoxInspectionDate` | 2018-06-01 | admin only | + +## Property Description +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `DropDownListPropertyType1` | **H House** | `property_type` 0 | +| `DropDownListPropertyType2` | **S Semi-Detached** | `built_form` 2 | +| `TextBoxStoreys` | **2** | two storeys (`sap_floor_dimensions` storey 0 + 1) | +| `TextBoxHabitableRooms` | **5** πŸ”Έ | not lodged; estimate for a 2-storey 90 mΒ² semi β€” confirm/key by hand | +| `TextBoxHeatedHabitableRooms` | **5** πŸ”Έ | all heated | +| `DropDownListDateBuiltMain` | **L 2012-2022** | `construction_year` 2017 β€” by YEAR (engine band differs; see gotcha) | + +## Dimensions (Type = Internal) +Two floors, each `total_floor_area` 44.93 mΒ², `storey_height` 2.6 m. TFA engine 89.86 (cert top-level 90). +| Floor | Field | Enter | Notes | +|---|---|---|---| +| Lowest (Ground) | `TextBoxFloorAreaLowestFloor` | **44.93** | `sap_floor_dimensions[storey 0]` | +| Lowest | `TextBoxRoomHeightLowestFloor` | **2.60** | storey height | +| Lowest | `TextBoxWallPerimeterLowestFloor` | **12.94** | exposed wall 67.29 mΒ² Γ· Ξ£height 5.2 | +| Lowest | `TextBoxPartyWallLengthLowestFloor` | **15.21** | party wall 79.1 mΒ² Γ· 5.2 (P1/P4 TB lengths confirm β‰ˆ15.2) | +| First | `TextBoxFloorAreaFirstFloor` | **44.93** | `sap_floor_dimensions[storey 1]` | +| First | `TextBoxRoomHeightFirstFloor` | **2.60** | storey height | +| First | `TextBoxWallPerimeterFirstFloor` | **12.94** | same perimeter | +| First | `TextBoxPartyWallLengthFirstFloor` | **15.21** | same party length | + +## Conservatory +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `CheckBoxIsConservatory` | unchecked | `conservatory_type` 1 = none | + +## Walls (Main + Party) +| Elmhurst field (`id`, under `…WallMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListType` | **TI Timber Frame** | 2017 new build, U 0.187; pick per construction | +| `DropDownListInsulation` | **A As Built** | factory-insulated | +| `CheckBoxUvalueKnown` + U-value | **0.19** | cert Wall 1 `u_value` 0.187 / "0.19 W/mΒ²K"; engine walls 7.91 W/K | +| **Party wall** `DropDownListPartyWallType` | **Solid (U=0)** ⚠ | Wall 2 lodged `u_value` **0** β†’ solid/sealed party wall. Engine wrongly uses 0.25 β€” this is the candidate gap. Do NOT leave "Unable to determine". | + +## Roofs +| Elmhurst field (`id`, under `…RoofMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListType` | **PB Pitched, insulation between/above joists** | `roof_type` 2, U 0.113 | +| `DropDownListInsulation` + thickness / U | **U-value 0.11** | cert "0.11 W/mΒ²K"; engine roof 4.94 W/K | + +## Floors +| Elmhurst field (`id`, under `…FloorsMain_`) | Enter | Notes | +|---|---|---| +| `DropDownListLocation` | **G Ground floor** | storey 0 | +| `DropDownListType` | **S Solid** | `floor_type` 2 | +| `DropDownListInsulation` | **A As built** | new-build | +| `CheckBoxUValueKnown` + U-value | **0.11** | cert "0.11 W/mΒ²K"; engine floor 4.94 W/K | + +## Openings β€” Windows (real geometry retained, 7 windows) +Mapper kept the lodged `sap_openings`: 7 windows totalling **23.82 mΒ²**, whole-window +**U 1.4**, **g 0.72** (opening-type `name` 1, `glazing_type` 4 high-performance). +Engine windows = **31.59 W/K**. +| Elmhurst grid field (`id`, under `…WindowsPanel_`) | Enter | Notes | +|---|---|---| +| `DropDownListExtGlazing` | **Double, high performance** | `glazing_type` 4, 100% multiple-glazed | +| `DropDownListExtFrameType` | **PVC** | high-performance frame (frame factor 0.7) | +| `TextBoxExtUValue` | **1.4** | opening-type U | +| `TextBoxExtGValue` | **0.72** | opening-type g | +| πŸ”Έ per-row geometry | enter rows totalling **23.82 mΒ²** | real widthsΓ—2.5/2.45/2.2 (0.9,2.85,0.8,1.4,1.0,1.45,1.35) | +| `DropDownListExtOrientation` | as lodged | orientations 3 (Γ—4 = S/E?) + 7 (Γ—3); RdSAP treats per-window | + +## Openings β€” Doors +| Elmhurst field (`id`, under `…DoorsPanel_`) | Enter | Notes | +|---|---|---| +| `TextBoxDoors` | **1** | `door_count` 1 (opening `name` 5, type 5) | +| `TextBoxDoorsInsulated` | **1** | `insulated_door_count` 1, door U 1.6; engine `doors_w_per_k` 2.96 | + +## Ventilation & Lighting +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `TabPanelMechVent_CheckBoxMechanicalVentilation` | **unchecked** | `ventilation_type` 1 = natural w/ intermittent extract | +| `TabPanelVentilationPanel_*` extract fans | **3** | `extract_fans_count` 3 (intermittent) | +| chimneys / open flues / flueless gas / PSV | **0** | none lodged | +| `TabPanelAirPressureTest_DropDownListTestMethod` | **Blower Door β†’ 4.5** | `air_permeability` 4.5, `pressure_test` 1 (as tested) | +| Sheltered sides | **1** | `sheltered_sides_count` 1 (RdSAP defaults 2 β€” change) | +| `TabPanelLighting_*` low-energy | **100% LED** (10 of 10) | 10 fixed outlets, 10 low-energy | + +## Space Heating β€” Main Heating 1 +Cert: "Boiler and radiators, mains gas", `main_fuel_type` 1, **PCDB boiler index 17644**, +radiators, controls **2110** (time + temp zone, interlocked), fan-assisted balanced flue, +**FGHRS index 60031** (`has_fghrs` true on raw cert). +| Elmhurst field (`id`, under `…MainHeating1_`) | Enter | Notes | +|---|---|---| +| πŸ”Έ `TextBoxPCDFBoilerReference` (via `SelectBoilerDialog`) | **17644** | PCDB index via boiler-search dialog | +| `RadioButtonListHeatEmitter` | **Radiators** | `heat_emitter_type` 1 | +| `RadioButtonListFlueType` | **Balanced** | room-sealed; `fan_flue_present` true | +| `RadioButtonListFanAssistedFlue` | **Yes** | `boiler_flue_type` 2 | +| `RadioButtonListHeatingPumpAge` | **2013 or later** | `central_heating_pump_age` 2, in heated space | +| πŸ”Έ `TextBoxMainHeatingControls` (via `SelectHeatingControlsDialog`) | **2110** | time & temperature zone control; interlocked | +| πŸ”Έ **FGHRS** (`SelectFGHRSDialog` / FGHRS index field) | **60031** | flue-gas heat recovery β€” engine drops it; enter to expose gap | +| `TextBoxPercentageOfHeat` | **100** | single main system (`main_heating_fraction` 1) | + +## Space Heating β€” Meters +| Elmhurst field (`id`, under `TabPanelMeters_`) | Enter | Notes | +|---|---|---| +| `RadioButtonListElectricityType` | **Single** | `electricity_tariff` 1 β€” not Economy 7 | +| `CheckBoxMainGas` | **checked** | mains gas (`main_fuel_type` 1) | + +## Water Heating +Cert: from main system (combi), `water_heating_code` 901, mains gas (`water_heating_fuel` 1), +no cylinder (`has_hot_water_cylinder` false), `thermal_store` 1, **FGHRS to HW (60031)**. +Engine HW = **2,684 kWh/yr**. +| Elmhurst field (`id`, under `TabPanelWaterHeating_`) | Enter | Notes | +|---|---|---| +| πŸ”Έ `TextBoxWaterHeatingCode` | **from main system** (901) | combi; Boiler Circulator / from-main category | +| `CheckBoxHotWaterCylinder` | **unchecked** | combi instantaneous β€” no cylinder | +| `TabPanelFGHRS_*` | **FGHRS 60031** | flue-gas heat recovery present on HW | +| `TabPanelWWHRS_DropDownListWWHRSPresent` | **No** | none lodged (instantaneous_wwhrs empty) | + +## New Technologies (all none) +| Elmhurst field (`id`) | Enter | Notes | +|---|---|---| +| `…PvPanelData` | None | no PV | +| `…CheckBoxWindTurbinePresent` | unchecked | `wind_turbines_count` 0 | +| `…TextBoxElectricityGenerated` (hydro) | 0 | none | + +--- + +## Fields to clear in Elmhurst (do NOT map) +| Elmhurst page Β· field (`id`) | Set to | Why absent | +|---|---|---| +| Property Description Β· `DropDownListDateBuiltFirst`…`Forth` | (blank) | no extensions lodged | +| Property Description Β· `DropDownListRoomInRoofMain`…`Forth` | (blank) | no room-in-roof building part | +| Dimensions Β· `…TextBoxFloorAreaRoomInRoof` | (blank) | leave empty, not 0 | +| Dimensions Β· 1st–4th Ext. sub-tabs (`TabPanel1stExt_…` etc.) | 0 / blank | single building part | +| Walls Β· `…DropDownListAlternativeWall1Type` + `TextBoxAddWallArea` | (blank / 0) | one external wall element | +| Walls Β· `…CheckBoxAditionalWallSheltered` | unchecked | no sheltered wall lodged | +| Openings Β· surplus window grid rows (`GridViewExtendedWidows_DeleteButton_*`) | delete to 7 rows | match the 7 lodged windows | +| Space Heating Β· `DropDownListSecondaryHeatingPresent` + `TextBoxSecondaryHeatingCode` | **No** / (blank) | `secondary_heating_category` 1 = None | +| Space Heating Β· `TabPanelMainHeating2_*` | (blank) | single main system | +| Water Heating Β· `CheckBoxHotWaterCylinder` + cylinder fields | unchecked / (blank) | combi instantaneous, no cylinder | +| Water Heating Β· Solar (`…CheckBoxSolaWaterHeating`), WWHRS | none | not lodged | +| Conservatory / PV / Wind / Hydro | none | not lodged | + +## Engine reference figures (reconcile against Elmhurst's worksheet) +| Quantity | Engine value | +|---|---| +| **SAP score** | **78** (continuous 78.04) | +| Total fuel cost | Β£505.43/yr | +| Space-heating demand | 6,377.7 kWh/yr | +| Main heating fuel | 7,206.4 kWh/yr | +| Hot water | 2,684.3 kWh/yr | +| Pumps & fans | 86.0 kWh/yr | +| Lighting | 202.2 kWh/yr | +| COβ‚‚ | 2,119.5 kg/yr | +| Heat transfer coefficient | 177.05 W/K | + +**Heat-loss element breakdown (W/K):** walls 7.91 Β· floor 4.94 Β· roof 4.94 Β· +**party wall 19.78 (U=0.25 β€” candidate gap, lodged U=0)** Β· windows 31.59 Β· doors 2.96 Β· +thermal bridging 12.57 Β· infiltration 92.36 β†’ total HTC 177.05. + +> **πŸ”Έ Assessor-only fields:** habitable-room count, per-window geometry rows, +> boiler PCDB 17644 / control 2110 / FGHRS 60031 via their search dialogs, +> water-heating code 901. diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_summary.pdf new file mode 100644 index 00000000..730b9aa4 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_worksheet.pdf new file mode 100644 index 00000000..a794d1d4 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/epc.json new file mode 100644 index 00000000..e6cf72d9 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116528/epc.json @@ -0,0 +1,438 @@ +{ + "uprn": 10093116528, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO10 8BG", + "data_type": 2, + "hot_water": { + "description": "From main system, flue gas heat recovery", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "EMSWORTH", + "built_form": 2, + "created_at": "2018-06-04 10:56:39", + "living_area": 28.81, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "true", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "fghrs_index_number": 60031, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "4, Woodfield Park Road", + "assessment_date": "2018-06-01", + "assessment_type": "SAP", + "completion_date": "2018-06-04", + "inspection_date": "2018-06-01", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.5, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 90, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-06-04", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 5, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.113, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 44.93 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.187, + "wall_type": 2, + "description": "External", + "total_wall_area": 67.29, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "To other house", + "total_wall_area": 79.1 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 0.9, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 2, + "type": 1, + "width": 2.85, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 3, + "type": 1, + "width": 0.8, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 4, + "type": 1, + "width": 1.4, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 5, + "type": 5, + "width": 1, + "height": 2.3, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 6, + "type": 1, + "width": 1, + "height": 2.45, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 7, + "type": 1, + "width": 1.45, + "height": 2.2, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 8, + "type": 1, + "width": 1.35, + "height": 2.45, + "location": "Wall 1", + "orientation": 7 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.75, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 9.75, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 38.8, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 12.94, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 12.94, + "psi_value": 0.14, + "psi_value_source": 4, + "thermal_bridge_type": "E7" + }, + { + "length": 10, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 2.1, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 5.2, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 5.2, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 15.21, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 15.21, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 15.24, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Ground floor", + "storey_height": 2.6, + "heat_loss_area": 44.93, + "total_floor_area": 44.93 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.6, + "heat_loss_area": 0, + "total_floor_area": 44.93 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 202, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 61, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 202, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 72, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 29, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 327, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": -0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 43, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2310, + "water_heating": 1818 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 75, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": -6, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_inputs.md new file mode 100644 index 00000000..fb47fb67 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_inputs.md @@ -0,0 +1,88 @@ +# Elmhurst RdSAP inputs β€” UPRN 10093116529 (cert 8178-7436-5600-9809-0906, SAP-Schema-17.1) + +**Lodged SAP:** 81 **Our engine:** 80 (continuous 80.22) ← compare Elmhurst against the engine +**Property:** ground-floor FLAT, 2017 build, mains-gas combi, TFA 49.0 mΒ² + +**Known divergences (flag, don't tune) β€” same full-SAPβ†’RdSAP pattern as uprn_10093116543:** +- **Walls/floor measured U:** cert lodges measured U (wall 0.184, floor 0.12); engine uses them, Elmhurst RdSAP forces band-L defaults (~0.28 / ~0.23). Expected residual. +- **Boiler:** cert PCDB 17644 (88.5%); Elmhurst PCDB search disabled β†’ generic BGW combi 84%. +- **Age band:** engine 'M', build year 2017 β†’ enter Elmhurst band **L (2012–2022)**. + +## Property Description +| Elmhurst field | Value | Notes | +|---|---|---| +| Property Type | **Flat** | dwelling_type "Ground-floor flat" β€” SWITCH from House (prior cert) | +| Built form | (flat β€” N/A) | β€” | +| Age band | **L (2012–2022)** | construction_year 2017 | +| Habitable rooms | 2 | habitable_rooms_count 2 | +| Storeys | 1 | single-storey flat | + +## Flats +| Elmhurst field | Value | Notes | +|---|---|---| +| Position of flat | Ground Floor | ground-floor flat | +| Floor level | 0 | ground = storey 0 | +| Corridor | **None** (all-exposed) | the "to corridor" wall is keyed as a semi-exposed wall element instead β€” see Walls. Avoids the sheltered-alt-wall validation trap. | + +## Dimensions +| Elmhurst field | Value | Notes | +|---|---|---| +| Lowest-floor area | 49.03 mΒ² | floor dim[0] | +| Room height | 2.60 m | room_height_m | +| Heat-loss perimeter | 28.45 m | heat_loss_perimeter_m | +| Party-wall length | 4.34 m | party_wall_length_m | + +## Walls +| Elmhurst field | Value | Notes | +|---|---|---| +| Main wall | Cavity / As Built | wall_construction 4; cert lodges measured U 0.184 (Elmhurst RdSAP default ~0.28) | +| Wall area (external) | 56.6 mΒ² | Wall 1 "External" | +| "To corridor" wall | semi-exposed, 17.37 mΒ², U 0.15 | Wall 3 (type 3). Heat loss to unheated corridor β€” key as an alternative/sheltered wall if Elmhurst allows; else note divergence. | +| Party wall | Present, **U Unable to determine** | Wall 2 (type 4) area 11.28; party_walls_w_per_k 2.82 | + +## Roofs +| Elmhurst field | Value | Notes | +|---|---|---| +| Roof type | **A Another dwelling above** | ground-floor flat β†’ roof_w_per_k = 0 | + +## Floors +| Elmhurst field | Value | Notes | +|---|---|---| +| Location | Ground floor | floor_type 2 | +| Type / insulation | Solid / As built | cert lodges measured U 0.12 (Elmhurst RdSAP ~0.23) | + +## Openings +| Elmhurst field | Value | Notes | +|---|---|---| +| Windows (combined) | ~24.9 mΒ², East, Double post-2022 | 7 synth windows; U 1.4 / g 0.72 / frame 0.7 | +| Doors | 1 insulated, U 1.6 | door_count 1 | + +## Ventilation & Lighting +| Elmhurst field | Value | Notes | +|---|---|---| +| Ventilation | Natural + 2 intermittent extract fans | extract_fans_count 2 | +| Air Pressure Test | Blower Door, **3.45** (+ cert number) | air_permeability_ap50 3.45 | +| Sheltered sides | 2 | sheltered_sides 2 | +| Lighting | 100% low-energy | 10 bulbs, all low-energy | + +## Space Heating +| Elmhurst field | Value | Notes | +|---|---|---| +| Main heating | Mains gas condensing **combi** (generic BGW 84% substitute) | fuel 1, emitter radiators, control 2110, fan-assisted balanced flue, PCDB 17644 (88.5% β€” can't enter) | +| Secondary | None | β€” | + +## Water Heating +| Elmhurst field | Value | Notes | +|---|---|---| +| Water heating | From main (combi), gas | code 901; no cylinder | +| Solar / WWHRS / FGHRS | None | β€” | + +## Fields to clear in Elmhurst (do NOT map) +| Elmhurst field | Set to | Why absent | +|---|---|---| +| Property Description Β· extensions / room-in-roof | blank | none | +| Dimensions Β· 1st-floor row | clear | single-storey flat (was 2-storey house) | +| Conservatory | none / uncheck | not lodged (CLEAR β€” prior-cert leftover risk) | +| Space Heating Β· Main Heating 2 / Secondary | none | single main system | +| Water Heating Β· cylinder | none | combi | +| New Tech Β· PV / Wind / Hydro | none | none lodged | diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_summary.pdf new file mode 100644 index 00000000..fbf7d74d Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_worksheet.pdf new file mode 100644 index 00000000..dbfd34b9 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/epc.json new file mode 100644 index 00000000..bd641281 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116529/epc.json @@ -0,0 +1,390 @@ +{ + "uprn": 10093116529, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO10 8BG", + "data_type": 2, + "hot_water": { + "description": "From main system, flue gas heat recovery", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "EMSWORTH", + "built_form": 2, + "created_at": "2018-06-04 10:56:20", + "living_area": 21.77, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "true", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "fghrs_index_number": 60031, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "6, Woodfield Park Road", + "assessment_date": "2018-06-01", + "assessment_type": "SAP", + "completion_date": "2018-06-04", + "inspection_date": "2018-06-01", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.45, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 49, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-06-04", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Window", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 8, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "Front Door", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.184, + "wall_type": 2, + "description": "External", + "total_wall_area": 56.6, + "is_curtain_walling": "false" + }, + { + "name": "Wall 3", + "u_value": 0.15, + "wall_type": 3, + "description": "To corridor", + "total_wall_area": 17.37, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "To flat", + "total_wall_area": 11.28 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 0.72, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 2, + "type": 1, + "width": 1.6, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 3, + "type": 1, + "width": 1, + "height": 2.5, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 1, + "width": 2.5, + "height": 2.5, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 5, + "type": 1, + "width": 1.15, + "height": 2.5, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 6, + "type": 1, + "width": 1.5, + "height": 2.5, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 7, + "type": 1, + "width": 1.5, + "height": 2.5, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 8, + "type": 8, + "width": 1, + "height": 2.1, + "location": "Wall 3", + "orientation": 0 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.97, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 9.97, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 39.2, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 21.96, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 21.96, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 10.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 2.6, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 2.4, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 6.68, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 6.68, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.6, + "heat_loss_area": 49.03, + "total_floor_area": 49.03 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 185, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 37, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 185, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 58, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 37, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 58, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1927, + "water_heating": 1458 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 108, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 108, + "environmental_impact_current": 85, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 19 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_inputs.md b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_inputs.md new file mode 100644 index 00000000..7153e96e --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_inputs.md @@ -0,0 +1,118 @@ +# Elmhurst RdSAP inputs β€” UPRN 10093116543 (cert 8358-7436-5620-6889-0906, SAP-Schema-17.1) + +**Lodged SAP:** 82 **Our engine:** 81 (continuous 81.30) ← compare Elmhurst against the engine +**Property:** 18 Woodfield Park Road, EMSWORTH PO10 8BG Β· semi-detached house Β· 2017 build Β· mains-gas combi + +**Known divergences (flag, don't tune):** +- **Age band letter:** engine `construction_age_band = 'M'`, but construction year is **2017** β†’ in Elmhurst pick the on-screen band **L (2012–2022)**, NOT M (M = 2023 onwards in the live RdSAP-10 tool). Year drives the default U-values. +- **Walls/roof/floor U-values:** cert lodges no measured U (`wall_u_value`/`roof_u_value`/`floor_u_value` all None) β†’ accept Elmhurst's natural RdSAP age-band U for band L. Engine uses its own age-band proxies; small residual expected. +- **Windows:** synthesised from glazed-area band Γ— TFA (not real geometry) β†’ enter as ONE combined window. Per-window orientations are spread (mostly E, some S/W); a single combined orientation will move solar gains slightly β€” cosmetic. + +## Property Description +| Elmhurst field | Value | Notes (SAP code / EES path) | +|---|---|---| +| Property Type | House | `dwelling_type` = "Semi-detached house" | +| Built form | Semi-detached | party wall present (1 party wall, 4.075 m/floor) | +| Age band (main) | **L (2012–2022)** | construction_year 2017; engine letter 'M' is wrong for the live tool β€” see divergence | +| Number of storeys | 2 | from floor dimensions (2 floors) | +| Habitable rooms | 3 | `habitable_rooms_count` | +| Extensions | 0 | `extensions_count` = 0 β†’ clear all extension sub-tabs | + +## Dimensions +| Elmhurst field | Value | Notes | +|---|---|---| +| Ground floor area | 46.68 mΒ² | floor dim[0] `total_floor_area_m2` | +| First floor area | 36.70 mΒ² | floor dim[1] `total_floor_area_m2` | +| Total floor area | 83.0 mΒ² (engine TFA 83.38) | lodged `total_floor_area` 83; engine sums floor dims = 83.38 | +| Room height (each floor) | 2.6 m | `room_height_m` | +| Heat-loss perimeter (each floor) | 28.025 m | `heat_loss_perimeter_m` | +| Party wall length (each floor) | 4.075 m | `party_wall_length_m` | + +## Walls +| Elmhurst field | Value | Notes (SAP code / EES path) | +|---|---|---| +| Construction | Cavity | main wall `wall_type` 2, area 145.73 mΒ²; engine `wall_construction` 4 | +| Insulation | As built / age-band default (`wall_insulation_type` 0) | no measured U β†’ accept band-L RdSAP U | +| Wall area | 145.73 mΒ² (+ 21.19 mΒ² second wall type) | `total_wall_area` | +| Dry-lined | (leave default) | `wall_dry_lined` None | +| **Party wall** | Present β€” band-L default (cavity) | `party_walls_w_per_k` = 5.2975 (β‰ 0 β†’ party wall exists); `party_wall_construction` None β†’ accept default. **Do not set to "none".** | + +## Roofs +| Elmhurst field | Value | Notes | +|---|---|---| +| Roof type | Pitched (`roof_type` 2) | three roof records, total β‰ˆ 66 mΒ² (5+33+28) | +| Insulation | Age-band default | `roof_u_value` None β†’ accept band-L RdSAP U | + +## Floors +| Elmhurst field | Value | Notes | +|---|---|---| +| Ground floor | `floor_type` 2, 46.68 mΒ² | engine `floor_w_per_k` 5.1348 | +| First floor | `floor_type` 3, 36.70 mΒ² (intermediate β€” not heat-loss) | `is_exposed_floor` False | +| Insulation / U | Age-band default | `floor_u_value` None | + +## Openings β€” Windows +| Elmhurst field | Value | Notes | +|---|---|---| +| Entry mode | ONE combined window | synthesised, not real geometry β€” use the combined-window flow | +| Total glazed area | ~24.0 mΒ² (engine `windows_w_per_k` 31.82) | sum of 10 synthesised window areas | +| Glazing | Double glazed, post-2002 band (U 1.4, g 0.72) | `glazing_type` 4, `multiple_glazed_percentage` 100; `WindowTransmissionDetails` U=1.4 / g=0.72 | +| Frame factor | 0.7 | `frame_factor` | +| Orientation | East (dominant) | per-window mostly orientation 3=E, some S/W β€” combined β‡’ solar-gain divergence is cosmetic | + +## Openings β€” Doors +| Elmhurst field | Value | Notes | +|---|---|---| +| Door count | 1 insulated | `door_count` 1, `insulated_door_count` 1 | +| Door U-value | 1.6 | `insulated_door_u_value` 1.6 (engine `doors_w_per_k` 2.96 β‡’ ~1.85 mΒ²) | + +## Ventilation & Lighting +| Elmhurst field | Value | Notes | +|---|---|---| +| Ventilation type | Natural with intermittent extract fans | no MVHR/MEV (`mechanical_ventilation` None) | +| Extract fans | 3 | `extract_fans_count` 3 | +| Open flues | 0 | `open_flues_count` 0; `flueless_gas_fires_count` 0 | +| Sheltered sides | 2 | `sheltered_sides` 2 | +| **Air Pressure Test** | **Blower Door**, result **4.94** | `air_permeability_ap50` 4.94, `pressure_test` '1' (done). Elmhurst treats as AP50 β‡’ `(18)=AP50/20+(8)`. **Enter a certificate number** (Recommendations gate requires it). | +| Lighting | 100% low-energy | `low_energy_fixed_lighting_outlets_percentage` 100 (10/10 bulbs low-energy) | + +## Space Heating β€” Main Heating 1 +| Elmhurst field | Value | Notes | +|---|---|---| +| Fuel | Mains gas | `main_fuel_type` 1 | +| System | Boiler + radiators, condensing | `heat_emitter_type` 1 (radiators); engine efficiency 88.5% | +| Boiler (PCDF) | index **17644** | `main_heating_index_number` 17644, `main_heating_data_source` 1 β†’ search PCDF by this index (πŸ”Έ dialog) | +| Flue | Fan-assisted / balanced | `boiler_flue_type` 2, `fan_flue_present` True | +| Controls | Programmer + room stat + TRVs | `main_heating_control` 2110 (control_type 3) | +| Central heating pump | In heated space, age band 2 | `central_heating_pump_age` 2, `is_central_heating_pump_in_heated_space` true | +| Secondary heating | **None** | no secondary system lodged (engine secondary fraction 0) | + +## Water Heating +| Elmhurst field | Value | Notes | +|---|---|---| +| Water heating | From main system (combi) | `water_heating_code` 901 β†’ Elmhurst "Boiler Circulator"; `water_heating_fuel` 1 = gas | +| Hot water cylinder | **None** | `has_hot_water_cylinder` False β†’ combi, instantaneous DHW. Clear cylinder size/insulation. | +| Solar water heating | No | `solar_water_heating` False | +| WWHRS | No | `instantaneous_wwhrs` index1/2 None (ADR-0028: not a device) | +| FGHRS | No | `has_fghrs` False β€” omit on both sides | + +## New Technologies +| Elmhurst field | Value | Notes | +|---|---|---| +| PV / Wind / Hydro | None | `photovoltaic_array`/`hydro` None | +| Special features | None | β€” | + +## Fields to clear in Elmhurst (do NOT map) +| Elmhurst field | Set to | Why absent | +|---|---|---| +| Property Description Β· 1st–4th Extension age band | (blank) | `extensions_count` = 0 | +| Property Description Β· Room-in-Roof age band | (blank) | no room-in-roof (`sap_room_in_roof` None) | +| Dimensions Β· Room(s) in Roof area | (blank) | ditto β€” leave empty, not 0 | +| Dimensions Β· 1st–4th Ext. sub-tabs | 0 / blank | single building part | +| Conservatory | none | `has_conservatory` None / not lodged | +| Openings Β· surplus window rows | delete | one combined window only | +| Space Heating Β· Main Heating 2 | none | single main system, fraction 1 | +| Space Heating Β· Secondary heating | none | no secondary lodged | +| Water Heating Β· cylinder size / insulation | blank | combi, no cylinder | +| Water Heating Β· Solar / WWHRS / FGHRS | none | none lodged | +| New Tech Β· PV / Wind / Hydro / Special features | none | none lodged | +| Walls Β· Party wall | **keep present (cavity)** | `party_walls_w_per_k` β‰  0 β€” this is NOT a clear; semi-detached | diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_summary.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_summary.pdf new file mode 100644 index 00000000..53607451 Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_summary.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_worksheet.pdf b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_worksheet.pdf new file mode 100644 index 00000000..45fef3ca Binary files /dev/null and b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/elmhurst_worksheet.pdf differ diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/epc.json new file mode 100644 index 00000000..858e9944 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093116543/epc.json @@ -0,0 +1,470 @@ +{ + "uprn": 10093116543, + "roofs": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.19 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO10 8BG", + "data_type": 2, + "hot_water": { + "description": "From main system, flue gas heat recovery", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "EMSWORTH", + "built_form": 2, + "created_at": "2018-06-04 10:56:49", + "living_area": 31.38, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "has_fghrs": "true", + "main_fuel_type": 1, + "heat_emitter_type": 1, + "fghrs_index_number": 60031, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "18, Woodfield Park Road", + "assessment_date": "2018-06-01", + "assessment_type": "SAP", + "completion_date": "2018-06-04", + "inspection_date": "2018-06-01", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.94, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 83, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-06-04", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 5, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 3", + "u_value": 0.244, + "roof_type": 2, + "description": "Flat Dormer", + "total_roof_area": 5 + }, + { + "name": "Roof 2", + "u_value": 0.132, + "roof_type": 2, + "description": "Flat main", + "total_roof_area": 33 + }, + { + "name": "Roof 1", + "u_value": 0.156, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 28 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.187, + "wall_type": 2, + "description": "External", + "total_wall_area": 145.73, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "To other house", + "total_wall_area": 21.19 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.8, + "height": 2.2, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 2, + "type": 1, + "width": 0.9, + "height": 1, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 3, + "type": 1, + "width": 0.9, + "height": 2.5, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 5, + "type": 5, + "width": 1, + "height": 2.5, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 6, + "type": 1, + "width": 0.9, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 7, + "type": 1, + "width": 0.9, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 8, + "type": 1, + "width": 0.9, + "height": 2.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 9, + "type": 1, + "width": 0.9, + "height": 1.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 10, + "type": 1, + "width": 2.3, + "height": 1.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 11, + "type": 1, + "width": 2.9, + "height": 1.5, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 12, + "type": 1, + "width": 0.9, + "height": 1.1, + "location": "Wall 1", + "orientation": 7 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 14.3, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 13.3, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 42.6, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 28, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 28.05, + "psi_value": 0.14, + "psi_value_source": 4, + "thermal_bridge_type": "E7" + }, + { + "length": 28.05, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "E14" + }, + { + "length": 10.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 10.4, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 4.9, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 4.9, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 4.9, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.11, + "floor_type": 2, + "description": "Ground floor", + "storey_height": 2.6, + "heat_loss_area": 46.68, + "total_floor_area": 46.68 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.6, + "heat_loss_area": 0, + "total_floor_area": 36.7 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 240, + "currency": "GBP" + }, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 57, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 240, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 70, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 28, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 83, + "environmental_impact_rating": 85 + }, + { + "sequence": 2, + "typical_saving": { + "value": 327, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 94, + "environmental_impact_rating": 95 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 94, + "lighting_cost_potential": { + "value": 57, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 3152, + "water_heating": 1780 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 93, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 6, + "environmental_impact_current": 84, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 95, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093117227/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093117227/epc.json new file mode 100644 index 00000000..0670e791 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093117227/epc.json @@ -0,0 +1,376 @@ +{ + "uprn": 10093117227, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.22 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "GU31 5BF", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "PETERSFIELD", + "built_form": 1, + "created_at": "2018-04-12 07:48:54", + "living_area": 16.22, + "orientation": 6, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 39, + "water_heating_code": 901, + "hot_water_store_size": 180, + "main_heating_details": [ + { + "main_fuel_type": 39, + "heat_emitter_type": 1, + "main_heating_code": 191, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 2, + "main_heating_data_source": 3, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "immersion_heating_type": 1, + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.95, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, electric", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Detached bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1 Hilly Field Mews", + "address_line_2": "Parsonage Estate", + "address_line_3": "Rogate", + "assessment_date": "2018-04-12", + "assessment_type": "SAP", + "completion_date": "2018-04-12", + "inspection_date": "2018-04-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.7, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 50, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-04-12", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 1.77, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 2, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Front Door", + "type": 1, + "u_value": 1, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "External Roof", + "kappa_value": 9, + "total_roof_area": 50.29 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.22, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 60, + "total_wall_area": 86.33, + "is_curtain_walling": "false" + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 66.46 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Front Door", + "width": 1000, + "height": 2100, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Front Elevation", + "type": "Windows", + "width": 3.06, + "height": 1, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Side Elevation", + "type": "Windows", + "width": 2025, + "height": 2100, + "location": "External Wall 1", + "orientation": 4 + }, + { + "name": "Rear Elevation", + "type": "Windows", + "width": 3.6, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.83, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 6.83, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 19.5, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 33.46, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 22.49, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 10.97, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 15.48, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 5.16, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.58, + "heat_loss_area": 50.29, + "total_floor_area": 50.29 + } + ] + } + ], + "heating_cost_current": { + "value": 403, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 80, + "lighting_cost_current": { + "value": 41, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 410, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 124, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 50, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 84 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2190, + "water_heating": 1600 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 150, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.05r02", + "energy_consumption_potential": 99, + "environmental_impact_current": 78, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 84, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 25 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303465/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303465/epc.json new file mode 100644 index 00000000..936d611b --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303465/epc.json @@ -0,0 +1,554 @@ +{ + "uprn": 10093303465, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.18 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.15 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME16 9EQ", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 3, + "created_at": "2017-05-24 14:40:39", + "living_area": 20.1285, + "orientation": 4, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200021, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 6.8 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Kennel Wood Road", + "assessment_date": "2017-05-24", + "assessment_type": "SAP", + "completion_date": "2017-05-24", + "inspection_date": "2017-05-24", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 6.75, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 87, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-05-24", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 43.71 + } + ], + "sap_walls": [ + { + "name": "GF Exposed", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 43.4775, + "is_curtain_walling": "false" + }, + { + "name": "FF Exposed", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 46.2825, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall A", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 44.64 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.015, + "height": 2.1, + "location": "GF Exposed", + "orientation": 4 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.015, + "height": 2.1, + "location": "GF Exposed", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "GF Exposed", + "orientation": 4 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "GF Exposed", + "orientation": 8 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 4 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "FF Exposed", + "orientation": 4 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 8 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 8 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 9.23, + "psi_value": 0.19, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7.2, + "psi_value": 0.025, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 22.2, + "psi_value": 0.043, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 18.7, + "psi_value": 0.056, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 18.7, + "psi_value": 0.002, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 9.4, + "psi_value": 0.039, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": -0.006, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 9.3, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.6, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.083, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.6, + "psi_value": 0.039, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 9.3, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 9.3, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 9.3, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.11, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.325, + "heat_loss_area": 43.71, + "total_floor_area": 43.71 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.475, + "heat_loss_area": 0, + "total_floor_area": 43.71 + } + ] + } + ], + "heating_cost_current": { + "value": 199, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 64, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 199, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 84, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 35, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 89 + }, + { + "sequence": 2, + "typical_saving": { + "value": 297, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 64, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2159, + "water_heating": 1761 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 77, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.6", + "energy_consumption_potential": -2, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303593/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303593/epc.json new file mode 100644 index 00000000..f12e829e --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093303593/epc.json @@ -0,0 +1,481 @@ +{ + "uprn": 10093303593, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.15 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME16 9FJ", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 4, + "created_at": "2019-11-18 16:19:59", + "living_area": 21.1735, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17741, + "has_separate_delayed_start": "true", + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 5.4 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Mid-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Keepers Avenue", + "assessment_date": "2019-11-18", + "assessment_type": "SAP", + "completion_date": "2019-11-18", + "inspection_date": "2019-11-18", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 5.44, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 87, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2019-11-18", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 43.71 + } + ], + "sap_walls": [ + { + "name": "GF Exposed", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 21.855, + "is_curtain_walling": "false" + }, + { + "name": "FF Exposed", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 23.265, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall A", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 44.64 + }, + { + "name": "Party Wall B", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 44.64 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.015, + "height": 2.1, + "location": "GF Exposed", + "orientation": 2 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.015, + "height": 2.1, + "location": "GF Exposed", + "orientation": 6 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "GF Exposed", + "orientation": 2 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "GF Exposed", + "orientation": 6 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 2 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "FF Exposed", + "orientation": 2 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 6 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF Exposed", + "orientation": 6 + } + ], + "construction_year": 2019, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.23, + "psi_value": 0.217, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7.2, + "psi_value": 0.024, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 22.2, + "psi_value": 0.032, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 9.4, + "psi_value": 0.067, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 9.4, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 9.4, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 19.2, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 18.6, + "psi_value": 0.059, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 18.6, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 18.6, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.154, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.325, + "heat_loss_area": 43.71, + "total_floor_area": 43.71 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.475, + "heat_loss_area": 0, + "total_floor_area": 43.71 + } + ] + } + ], + "heating_cost_current": { + "value": 180, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 72, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 180, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 85, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 31, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 89 + }, + { + "sequence": 2, + "typical_saving": { + "value": 335, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 72, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 54, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1801, + "water_heating": 1904 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 75, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.21", + "energy_consumption_potential": -4, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093305101/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093305101/epc.json new file mode 100644 index 00000000..049894e1 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093305101/epc.json @@ -0,0 +1,477 @@ +{ + "uprn": 10093305101, + "roofs": [ + { + "description": "Average thermal transmittance 0.1 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME17 1GT", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "MAIDSTONE", + "built_form": 2, + "created_at": "2017-10-12 11:15:33", + "living_area": 28.13, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17616, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Young Lane", + "address_line_2": "Harrietsham", + "assessment_date": "2017-10-12", + "assessment_type": "SAP", + "completion_date": "2017-10-12", + "inspection_date": "2017-10-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.64, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500140, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 105, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-10-12", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.3, + "data_source": 2, + "description": "W1", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 10, + "type": 1, + "u_value": 1.3, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "Insulated at Joists", + "total_roof_area": 52.71 + } + ], + "sap_walls": [ + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 48.14 + }, + { + "name": "Wall 1", + "u_value": 0.21, + "wall_type": 2, + "description": "Wall Type 1 (EXT)", + "total_wall_area": 102.89, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.81, + "height": 1.35, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 2, + "type": 1, + "width": 1.81, + "height": 1.21, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 3, + "type": 1, + "width": 1.25, + "height": 1.2, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 4, + "type": 1, + "width": 0.91, + "height": 1.05, + "location": "Wall 1", + "orientation": 2 + }, + { + "name": 5, + "type": 1, + "width": 0.57, + "height": 1.06, + "location": "Wall 1", + "orientation": 2 + }, + { + "name": 6, + "type": 1, + "width": 0.91, + "height": 1.05, + "location": "Wall 1", + "orientation": 5 + }, + { + "name": 7, + "type": 1, + "width": 1.13, + "height": 2.08, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 8, + "type": 1, + "width": 0.34, + "height": 1.36, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 9, + "type": 1, + "width": 0.34, + "height": 1.36, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 10, + "type": 10, + "width": 1.01, + "height": 2.1, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 11, + "type": 1, + "width": 1.25, + "height": 1.21, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 12, + "type": 1, + "width": 1.25, + "height": 1.36, + "location": "Wall 1", + "orientation": 3 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 12.58, + "psi_value": 0.277, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 11.57, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 32.78, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 20.58, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 20.58, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 9.66, + "psi_value": 0.052, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 10.96, + "psi_value": 0.05, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 10, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 10, + "psi_value": 0.033, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 9.63, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 9.63, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 9.63, + "psi_value": 0.036, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "description": "Ground", + "storey_height": 2.39, + "heat_loss_area": 52.71, + "total_floor_area": 52.71 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.61, + "heat_loss_area": 0, + "total_floor_area": 52.71 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 243, + "currency": "GBP" + }, + "co2_emissions_current": 1.4, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 70, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 243, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 86, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 35, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 89 + }, + { + "sequence": 2, + "typical_saving": { + "value": 298, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 97 + } + ], + "co2_emissions_potential": 0.2, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 70, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1904, + "water_heating": 1836 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 74, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.3, + "energy_consumption_potential": 8, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 97, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386418/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386418/epc.json new file mode 100644 index 00000000..04795bd4 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386418/epc.json @@ -0,0 +1,416 @@ +{ + "uprn": 10093386418, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.16 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO32 2GT", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SOUTHAMPTON", + "built_form": 1, + "created_at": "2017-12-13 17:49:35", + "living_area": 21.5, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Ludwells Close", + "address_line_2": "Waltham Chase", + "assessment_date": "2017-12-13", + "assessment_type": "SAP", + "completion_date": "2017-12-13", + "inspection_date": "2017-12-13", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 2.97, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 1, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 52, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-12-13", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 3, + "fixed_lighting_outlets_count": 13, + "low_energy_fixed_lighting_outlets_count": 13, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-11", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + }, + { + "name": 3, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-03", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.5 + }, + { + "name": 4, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-03", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.5 + }, + { + "name": 5, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + }, + { + "name": 6, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-03", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 7, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "D2", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.16, + "wall_type": 2, + "description": "External", + "total_wall_area": 42.72, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 31.56 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.7, + "height": 2, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 2, + "type": 1, + "width": 1.35, + "height": 1.25, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 3, + "type": 3, + "width": 0.7, + "height": 0.9, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 4, + "type": 4, + "width": 1.35, + "height": 1.05, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 5, + "type": 5, + "width": 1, + "height": 2.05, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 6, + "type": 6, + "width": 0.9, + "height": 0.65, + "location": "Wall 1", + "orientation": 1 + }, + { + "name": 7, + "type": 7, + "width": 1, + "height": 2.05, + "location": "Wall 1", + "orientation": 0 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 6, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 19.9, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 17.8, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 17.8, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 2.4, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 9.6, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 13.2, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 13.2, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "GF", + "storey_height": 2.43, + "heat_loss_area": 52, + "total_floor_area": 52 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 177, + "currency": "GBP" + }, + "co2_emissions_current": 0.9, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 40, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 177, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 69, + "currency": "GBP" + }, + "co2_emissions_potential": 0.9, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 40, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 69, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1548, + "water_heating": 1493 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 102, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 102, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 18 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386427/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386427/epc.json new file mode 100644 index 00000000..b3eacbdd --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093386427/epc.json @@ -0,0 +1,468 @@ +{ + "uprn": 10093386427, + "roofs": [ + { + "description": "Average thermal transmittance 0.09 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.16 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO32 2GT", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SOUTHAMPTON", + "built_form": 4, + "created_at": "2017-12-13 17:50:01", + "living_area": 15.7, + "orientation": 0, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Ludwells Close", + "address_line_2": "Waltham Chase", + "assessment_date": "2017-12-13", + "assessment_type": "SAP", + "completion_date": "2017-12-13", + "inspection_date": "2017-12-13", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 3.79, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 80, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-12-13", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 0.78, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 3, + "fixed_lighting_outlets_count": 13, + "low_energy_fixed_lighting_outlets_count": 13, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-11", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": 2, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "EO-BAG-12", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.5 + }, + { + "name": 5, + "type": 1, + "u_value": 1.6, + "data_source": 2, + "description": "D1", + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.09, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 40 + } + ], + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.16, + "wall_type": 2, + "description": "External", + "total_wall_area": 58.25, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 76.9 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.36, + "height": 1.06, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 2, + "type": 2, + "width": 0.69, + "height": 0.91, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 3, + "type": 1, + "width": 0.69, + "height": 0.91, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 4, + "type": 1, + "width": 1.36, + "height": 1.29, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 5, + "type": 5, + "width": 1, + "height": 2.05, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 7, + "type": 1, + "width": 1.36, + "height": 1.29, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 8, + "type": 1, + "width": 0.69, + "height": 1.29, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 9, + "type": 1, + "width": 1.36, + "height": 1.29, + "location": "Wall 1", + "orientation": 4 + }, + { + "name": 10, + "type": 1, + "width": 1.7, + "height": 2.11, + "location": "Wall 1", + "orientation": 4 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 10.21, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 9.21, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 24.4, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 11, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 11, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 11, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 21.2, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 14.8, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 14.8, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 14.8, + "psi_value": 0.12, + "psi_value_source": 2, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "GF", + "storey_height": 2.43, + "heat_loss_area": 40, + "total_floor_area": 40 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.95, + "heat_loss_area": 0, + "total_floor_area": 40 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 198, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 88, + "lighting_cost_current": { + "value": 57, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 198, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 82, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 92 + }, + { + "sequence": 2, + "typical_saving": { + "value": 561, + "currency": "GBP" + }, + "indicative_cost": "\u00a315,000 - \u00a325,000", + "improvement_type": "V2", + "improvement_details": { + "improvement_number": 44 + }, + "improvement_category": 5, + "energy_performance_rating": 111, + "environmental_impact_rating": 112 + } + ], + "co2_emissions_potential": -1.3, + "energy_rating_potential": 111, + "lighting_cost_potential": { + "value": 57, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1925, + "water_heating": 1761 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 55, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": -95, + "environmental_impact_current": 91, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 112, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 10 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093387673/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093387673/epc.json new file mode 100644 index 00000000..94334947 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093387673/epc.json @@ -0,0 +1,380 @@ +{ + "uprn": 10093387673, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.16 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO32 2NG", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SOUTHAMPTON", + "built_form": 1, + "created_at": "2018-03-29 16:31:48", + "living_area": 24.68, + "orientation": 8, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17644, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.0 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Top-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "10, Phillimore Gardens", + "address_line_2": "Shedfield", + "assessment_date": "2018-03-29", + "assessment_type": "SAP", + "completion_date": "2018-03-29", + "inspection_date": "2018-03-29", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 3.01, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 2, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 3 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-03-29", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.63, + "orientation": 4, + "overshading": 1, + "pv_connection": 1 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_count": 5, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 2, + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "FoH", + "frame_factor": 0.7, + "glazing_type": 4, + "solar_transmittance": 0.72 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.113, + "roof_type": 2, + "description": "Roof 1", + "total_roof_area": 51.35 + } + ], + "sap_walls": [ + { + "name": "Wall 3", + "u_value": 0.161, + "wall_type": 2, + "description": "BoH", + "total_wall_area": 38.75, + "is_curtain_walling": "false" + }, + { + "name": "Wall 1", + "u_value": 0.161, + "wall_type": 2, + "description": "FoH", + "total_wall_area": 18.76, + "is_curtain_walling": "false" + }, + { + "name": "Wall 5", + "u_value": 0, + "wall_type": 4, + "description": "Party", + "total_wall_area": 19.98 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 2, + "type": 2, + "width": 1.8, + "height": 1, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 3, + "type": 2, + "width": 0.5, + "height": 1.2, + "location": "Wall 1", + "orientation": 8 + }, + { + "name": 5, + "type": 2, + "width": 1.8, + "height": 1.95, + "location": "Wall 3", + "orientation": 6 + }, + { + "name": 6, + "type": 2, + "width": 1, + "height": 1.05, + "location": "Wall 3", + "orientation": 6 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 5.1, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 5.1, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 10.4, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 21.25, + "psi_value": 0.14, + "psi_value_source": 4, + "thermal_bridge_type": "E7" + }, + { + "length": 13.9, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 14.8, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 4.8, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 4.8, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E25" + }, + { + "length": 7.4, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 7.4, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 1, + "u_value": 0, + "floor_type": 4, + "storey_height": 2.7, + "heat_loss_area": 0, + "total_floor_area": 51.35 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 171, + "currency": "GBP" + }, + "co2_emissions_current": 0.6, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 41, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 171, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 68, + "currency": "GBP" + }, + "co2_emissions_potential": 0.6, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1446, + "water_heating": 1486 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 66, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 66, + "environmental_impact_current": 91, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388044/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388044/epc.json new file mode 100644 index 00000000..4f53e3ad --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388044/epc.json @@ -0,0 +1,505 @@ +{ + "uprn": 10093388044, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO21 3FT", + "data_type": 2, + "hot_water": { + "description": { + "value": "Electric immersion, off-peak", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "WINCHESTER", + "built_form": 1, + "created_at": "2018-08-22 14:18:39", + "living_area": 18.84, + "orientation": 4, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 39, + "water_heating_code": 903, + "hot_water_store_size": 175, + "main_heating_details": [ + { + "main_fuel_type": 39, + "main_heating_code": 691, + "emitter_temperature": 4, + "main_heating_number": 1, + "main_heating_control": 2603, + "main_heating_category": 10, + "main_heating_fraction": 1, + "main_heating_data_source": 3 + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.32, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "sap_heating_design_water_use": 1, + "hot_water_store_insulation_type": 2, + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Room heaters, electric", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.8 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Harding Close", + "address_line_2": "Sutton Scotney", + "assessment_date": "2018-08-22", + "assessment_type": "SAP", + "completion_date": "2018-08-22", + "inspection_date": "2018-08-22", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 3.75, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500425, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 96, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-08-22", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 2.43, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 4, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 1, + "data_source": 4, + "description": "BFRC data", + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 49.24 + } + ], + "sap_walls": [ + { + "name": "Timber framed", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 149.19, + "is_curtain_walling": "false" + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 1.96, + "location": "Timber framed", + "orientation": 4 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 12.05, + "location": "Timber framed", + "orientation": 4 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 13.97, + "location": "Timber framed", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 1.92, + "location": "Timber framed", + "orientation": 2 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.7, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E2" + }, + { + "length": 6.6, + "psi_value": 0.03, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 17.4, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 24, + "psi_value": 0.115, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 24, + "psi_value": 0.065, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 10, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 5.5, + "psi_value": 0.183, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.415, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.415, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 7.415, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 46.54, + "total_floor_area": 46.54 + }, + { + "storey": 1, + "u_value": 0.2, + "floor_type": 3, + "kappa_value": 20, + "storey_height": 2.7, + "heat_loss_area": 2.7, + "total_floor_area": 49.24 + } + ] + } + ], + "heating_cost_current": { + "value": 280, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 93, + "lighting_cost_current": { + "value": 65, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer and appliance thermostats", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 281, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 180, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 92, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 89 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 65, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 87, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2480, + "water_heating": 1835 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 81, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.14", + "energy_consumption_potential": 50, + "environmental_impact_current": 85, + "current_energy_efficiency_band": "A", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388053/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388053/epc.json new file mode 100644 index 00000000..8bc96c21 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093388053/epc.json @@ -0,0 +1,512 @@ +{ + "uprn": 10093388053, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.19 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.12 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SO21 3FT", + "data_type": 2, + "hot_water": { + "description": { + "value": "Electric immersion, off-peak", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "WINCHESTER", + "built_form": 2, + "created_at": "2018-08-14 07:52:49", + "living_area": 18.84, + "orientation": 8, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 39, + "water_heating_code": 903, + "hot_water_store_size": 175, + "main_heating_details": [ + { + "main_fuel_type": 39, + "main_heating_code": 691, + "emitter_temperature": 4, + "main_heating_number": 1, + "main_heating_control": 2603, + "main_heating_category": 10, + "main_heating_fraction": 1, + "main_heating_data_source": 3 + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.32, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "sap_heating_design_water_use": 1, + "hot_water_store_insulation_type": 2, + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Room heaters, electric", + "language": "1" + }, + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.9 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Harding Close", + "address_line_2": "Sutton Scotney", + "assessment_date": "2018-08-14", + "assessment_type": "SAP", + "completion_date": "2018-08-14", + "inspection_date": "2018-08-14", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.85, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500425, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 96, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-08-14", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 2.43, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 4, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 1, + "data_source": 4, + "description": "BFRC data", + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 49.24 + } + ], + "sap_walls": [ + { + "name": "Timber framed", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 124.2, + "is_curtain_walling": "false" + }, + { + "name": "Party wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 20, + "total_wall_area": 24.99 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 1.96, + "location": "Timber framed", + "orientation": 8 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 12.05, + "location": "Timber framed", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 13.97, + "location": "Timber framed", + "orientation": 4 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 1.92, + "location": "Timber framed", + "orientation": 6 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.7, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E2" + }, + { + "length": 6.6, + "psi_value": 0.03, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 17.4, + "psi_value": 0.037, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 24, + "psi_value": 0.115, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 24, + "psi_value": 0.065, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 10, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 5.5, + "psi_value": 0.183, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.415, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.415, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 7.415, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "kappa_value": 110, + "storey_height": 2.4, + "heat_loss_area": 46.54, + "total_floor_area": 46.54 + }, + { + "storey": 1, + "u_value": 0.2, + "floor_type": 3, + "kappa_value": 20, + "storey_height": 2.7, + "heat_loss_area": 2.7, + "total_floor_area": 49.24 + } + ] + } + ], + "heating_cost_current": { + "value": 253, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 94, + "lighting_cost_current": { + "value": 65, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Programmer and appliance thermostats", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 255, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 180, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 92, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 91 + } + ], + "co2_emissions_potential": 0.7, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 65, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 87, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2208, + "water_heating": 1835 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 72, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.14", + "energy_consumption_potential": 41, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "A", + "environmental_impact_potential": 91, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093390790/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093390790/epc.json new file mode 100644 index 00000000..355725ee --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093390790/epc.json @@ -0,0 +1,387 @@ +{ + "uprn": 10093390790, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.23 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.10 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "SE13 6DZ", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 1, + "created_at": "2017-04-24 09:44:33", + "living_area": 28, + "orientation": 0, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17507, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200026, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Shafe Court", + "address_line_3": "78-82 Nightingale Grove", + "assessment_date": "2017-04-24", + "assessment_type": "SAP", + "completion_date": "2017-04-24", + "inspection_date": "2017-04-24", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.72, + "open_flues_count": 0, + "ventilation_type": 5, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 3, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_system_make_model": "Titon CME 1 Q Plus (125)", + "mechanical_vent_specific_fan_power": 0.18, + "mechanical_ventilation_data_source": 2, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 91, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2017-04-24", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 1, + "peak_power": 0.781, + "orientation": "ND", + "overshading": 1, + "pv_connection": 1 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_count": 8, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 2, + "u_value": 1.32, + "data_source": 2, + "description": "FED", + "glazing_type": 6 + }, + { + "name": 2, + "type": 4, + "u_value": 1.32, + "data_source": 2, + "description": "B2", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.23, + "wall_type": 2, + "description": "WT1 - Brick", + "total_wall_area": 92.53, + "is_curtain_walling": "false" + }, + { + "name": "Wall 3", + "u_value": 0, + "wall_type": 4, + "description": "WT7 - PW", + "total_wall_area": 13.7 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1.36, + "height": 3.35, + "location": "Wall 1", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.36, + "height": 2.85, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 3, + "type": 2, + "width": 2.7, + "height": 2.85, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 2, + "width": 0.91, + "height": 2.65, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 5, + "type": 2, + "width": 0.91, + "height": 2.65, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 6, + "type": 2, + "width": 0.91, + "height": 2.85, + "location": "Wall 1", + "orientation": 3 + }, + { + "name": 7, + "type": 2, + "width": 0.91, + "height": 2.85, + "location": "Wall 1", + "orientation": 3 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.06, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 7.7, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 40.1, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 28.5, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 28.5, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 13.37, + "psi_value": 0.18, + "psi_value_source": 4, + "thermal_bridge_type": "E16" + }, + { + "length": 6.98, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "E17" + }, + { + "length": 6.98, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 13.7, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.1, + "floor_type": 2, + "description": "FT1 - Ground", + "storey_height": 3.31, + "heat_loss_area": 90.59, + "total_floor_area": 90.59 + } + ], + "thermal_mass_parameter": 450 + } + ], + "heating_cost_current": { + "value": 246, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 59, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 246, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 93, + "currency": "GBP" + }, + "co2_emissions_potential": 1.1, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 59, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 93, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2912, + "water_heating": 1950 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 69, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 69, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 87, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412389/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412389/epc.json new file mode 100644 index 00000000..746014ed --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412389/epc.json @@ -0,0 +1,602 @@ +{ + "uprn": 10093412389, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.18 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.16 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN6 9YL", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "HASSOCKS", + "built_form": 3, + "created_at": "2018-05-23 16:51:12", + "living_area": 16.26, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17741, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Pierce Place", + "address_line_2": "Hurstpierpoint", + "assessment_date": "2018-05-23", + "assessment_type": "SAP", + "completion_date": "2018-05-23", + "inspection_date": "2018-05-23", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.66, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 80, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-05-23", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.14, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "roof 1", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 39.92 + } + ], + "sap_walls": [ + { + "name": "GF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 41.58, + "is_curtain_walling": "false" + }, + { + "name": "FF", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 44.08, + "is_curtain_walling": "false" + }, + { + "name": "stud walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 40.3 + }, + { + "name": "Block walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 75, + "total_wall_area": 21.902 + }, + { + "name": "Stud walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 48.92 + }, + { + "name": "wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 41.01 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 1 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 5 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "GF", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.5, + "location": "GF", + "orientation": 1 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 1 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 1 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 5 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 5 + }, + { + "name": 9, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "FF", + "orientation": 3 + }, + { + "name": 10, + "type": "Windows (1)", + "width": 1.77, + "height": 1.2, + "location": "FF", + "orientation": 3 + }, + { + "name": 11, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "FF", + "orientation": 3 + } + ], + "construction_year": 2018, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E1" + }, + { + "length": 12.25, + "psi_value": 0.19, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 10.23, + "psi_value": 0.029, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 29.7, + "psi_value": 0.043, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17.845, + "psi_value": 0.056, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17.845, + "psi_value": 0.002, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.028, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 17.945, + "psi_value": 0.039, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": -0.036, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 0, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.6, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.083, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.6, + "psi_value": 0.038, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 8.545, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 8.545, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.545, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.162, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.33, + "heat_loss_area": 39.92, + "total_floor_area": 39.92 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.47, + "heat_loss_area": 0, + "total_floor_area": 39.92, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 191, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 57, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 191, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 84, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 32, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 310, + "currency": "GBP" + }, + "indicative_cost": "\u00a35,000 - \u00a38,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 57, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 52, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2067, + "water_heating": 1855 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 84, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": -4, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412452/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412452/epc.json new file mode 100644 index 00000000..99c79191 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093412452/epc.json @@ -0,0 +1,602 @@ +{ + "uprn": 10093412452, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.16 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN6 9ZD", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "HASSOCKS", + "built_form": 3, + "created_at": "2020-08-03 14:31:06", + "living_area": 16.26, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.6 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "End-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Diplock Mews", + "address_line_2": "Hurstpierpoint", + "assessment_date": "2020-08-03", + "assessment_type": "SAP", + "completion_date": "2020-08-03", + "inspection_date": "2020-08-03", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.62, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 80, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-08-03", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.3, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.1, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.71 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "roof 1", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 39.92 + } + ], + "sap_walls": [ + { + "name": "GF", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 41.58, + "is_curtain_walling": "false" + }, + { + "name": "FF", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 44.08, + "is_curtain_walling": "false" + }, + { + "name": "stud walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 40.3 + }, + { + "name": "Block walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 75, + "total_wall_area": 21.902 + }, + { + "name": "Stud walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 48.92 + }, + { + "name": "wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 41.01 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 6 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "GF", + "orientation": 2 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "GF", + "orientation": 6 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.5, + "location": "GF", + "orientation": 6 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 6 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 6 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 2 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "FF", + "orientation": 2 + }, + { + "name": 9, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "FF", + "orientation": 8 + }, + { + "name": 10, + "type": "Windows (1)", + "width": 1.77, + "height": 1.2, + "location": "FF", + "orientation": 8 + }, + { + "name": 11, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "FF", + "orientation": 8 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 4, + "thermal_bridge_type": "E1" + }, + { + "length": 12.25, + "psi_value": 0.217, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 10.23, + "psi_value": 0.024, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 29.7, + "psi_value": 0.032, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17.845, + "psi_value": 0.067, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17.845, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 9.4, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": -0.066, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 8.545, + "psi_value": 0.066, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.072, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.6, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.1, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.6, + "psi_value": 0.038, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 8.545, + "psi_value": 0.059, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 8.545, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.545, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.162, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.33, + "heat_loss_area": 39.92, + "total_floor_area": 39.92 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.47, + "heat_loss_area": 0, + "total_floor_area": 39.92, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 201, + "currency": "GBP" + }, + "co2_emissions_current": 1.2, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 201, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 77, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 360, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 0.0, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2194, + "water_heating": 1712 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 83, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": -4, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718415/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718415/epc.json new file mode 100644 index 00000000..1c0d8434 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718415/epc.json @@ -0,0 +1,666 @@ +{ + "uprn": 10093718415, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.14 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN13 3TE", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WORTHING", + "built_form": 4, + "created_at": "2020-09-15 09:44:32", + "living_area": 15.98, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Mid-terrace house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Crocus Chase", + "assessment_date": "2020-09-15", + "assessment_type": "SAP", + "completion_date": "2020-09-15", + "inspection_date": "2020-09-15", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.72, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 80, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-09-15", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 6 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": "Windows (2)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.66 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Cold Roof", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 39.95 + } + ], + "sap_walls": [ + { + "name": "Ground floor", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 21.72, + "is_curtain_walling": "false" + }, + { + "name": "First floor", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 23.03, + "is_curtain_walling": "false" + }, + { + "name": "GF Block", + "u_value": 0, + "wall_type": 5, + "kappa_value": 75, + "total_wall_area": 21.9 + }, + { + "name": "GF Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 57.97 + }, + { + "name": "FF Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 66.05 + }, + { + "name": "party wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 40.886 + }, + { + "name": "Party wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 40.886 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.01, + "height": 2.1, + "location": "Ground Floor", + "orientation": 5 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.5, + "location": "Ground floor", + "orientation": 5 + }, + { + "name": 5, + "type": "Windows (2)", + "width": 0.63, + "height": 1.05, + "location": "Ground floor", + "orientation": 3 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 0.915, + "height": 1.2, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "First floor", + "orientation": 5 + }, + { + "name": 9, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "First floor", + "orientation": 5 + }, + { + "name": 10, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "First floor", + "orientation": 3 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 8.935, + "psi_value": 0.217, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 6.915, + "psi_value": 0.024, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 23.1, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 9.322, + "psi_value": 0.067, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 9.322, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 6.921, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.016, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 2.479, + "psi_value": 0.066, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 0, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.1, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": -0.1, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 19.2, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 16.99, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 16.99, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 16.99, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + }, + { + "length": 0.912, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R1" + }, + { + "length": 0.912, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R2" + }, + { + "length": 1.962, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R3" + }, + { + "length": 1.211, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R6" + }, + { + "length": 5.96, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R8" + }, + { + "length": 4.981, + "psi_value": 0.04, + "psi_value_source": 4, + "thermal_bridge_type": "R9" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "R4" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "R5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.145, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.33, + "heat_loss_area": 39.95, + "total_floor_area": 39.95 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.47, + "heat_loss_area": 0, + "total_floor_area": 39.95, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 196, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 68, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 196, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 77, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 30, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 90 + }, + { + "sequence": 2, + "typical_saving": { + "value": 367, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 97, + "environmental_impact_rating": 99 + } + ], + "co2_emissions_potential": -0.1, + "energy_rating_potential": 97, + "lighting_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2072, + "water_heating": 1713 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 82, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": -7, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 99, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718424/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718424/epc.json new file mode 100644 index 00000000..ad8a6402 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-17.1/uprn_10093718424/epc.json @@ -0,0 +1,659 @@ +{ + "uprn": 10093718424, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.16 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "BN13 3TE", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "WORTHING", + "built_form": 2, + "created_at": "2020-03-12 12:05:42", + "living_area": 15.98, + "orientation": 1, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17615, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Crocus Chase", + "assessment_date": "2020-03-12", + "assessment_type": "SAP", + "completion_date": "2020-03-12", + "inspection_date": "2020-03-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.18, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 80, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-03-12", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_count": 20, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 0.9, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 6 + }, + { + "name": "Door (2)", + "type": 2, + "u_value": 1.4, + "frame_type": 1, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 7 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": "Windows (2)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.66 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Cold Roof", + "u_value": 0.13, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 39.95 + } + ], + "sap_walls": [ + { + "name": "Ground floor", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 41.67, + "is_curtain_walling": "false" + }, + { + "name": "First floor", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 44.17, + "is_curtain_walling": "false" + }, + { + "name": "GF Block", + "u_value": 0, + "wall_type": 5, + "kappa_value": 75, + "total_wall_area": 21.9 + }, + { + "name": "GF Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 57.97 + }, + { + "name": "FF Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 66.05 + }, + { + "name": "party wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 40.886 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1.01, + "height": 2.1, + "location": "Ground Floor", + "orientation": 5 + }, + { + "name": 2, + "type": "Door (2)", + "width": 1.01, + "height": 2.1, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1.2, + "height": 1.05, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1.2, + "height": 1.5, + "location": "Ground floor", + "orientation": 5 + }, + { + "name": 5, + "type": "Windows (2)", + "width": 0.63, + "height": 1.05, + "location": "Ground floor", + "orientation": 7 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 0.915, + "height": 1.2, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 7, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "Ground floor", + "orientation": 1 + }, + { + "name": 8, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "First floor", + "orientation": 5 + }, + { + "name": 9, + "type": "Windows (1)", + "width": 1.2, + "height": 1.2, + "location": "First floor", + "orientation": 5 + }, + { + "name": 10, + "type": "Windows (1)", + "width": 0.63, + "height": 1.05, + "location": "First floor", + "orientation": 7 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 1, + "psi_value_source": 2, + "thermal_bridge_type": "E1" + }, + { + "length": 10.195, + "psi_value": 0.217, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.175, + "psi_value": 0.024, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 27.3, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 17.883, + "psi_value": 0.067, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 17.883, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 6.921, + "psi_value": 0.026, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.016, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 10.997, + "psi_value": 0.066, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.56, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.6, + "psi_value": 0.057, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": -0.1, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 0, + "psi_value": -0.1, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.6, + "psi_value": 0.042, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 8.518, + "psi_value": 0.049, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 8.518, + "psi_value": 0.064, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 8.518, + "psi_value": 0.055, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + }, + { + "length": 0.912, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R1" + }, + { + "length": 0.912, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R2" + }, + { + "length": 1.962, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R3" + }, + { + "length": 1.211, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R6" + }, + { + "length": 5.96, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R8" + }, + { + "length": 4.981, + "psi_value": 0.04, + "psi_value_source": 4, + "thermal_bridge_type": "R9" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "R4" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "R5" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.162, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.33, + "heat_loss_area": 39.95, + "total_floor_area": 39.95 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.47, + "heat_loss_area": 0, + "total_floor_area": 39.95, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 218, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 67, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 218, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 77, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 31, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 85, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 359, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 96, + "environmental_impact_rating": 98 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 96, + "lighting_cost_potential": { + "value": 67, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2585, + "water_heating": 1713 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 90, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.7", + "energy_consumption_potential": 2, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 98, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601280/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601280/epc.json new file mode 100644 index 00000000..b5152040 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601280/epc.json @@ -0,0 +1,390 @@ +{ + "uprn": 10094601280, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.13 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 4FW", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SITTINGBOURNE", + "built_form": 3, + "created_at": "2022-08-26 10:58:06.154961", + "living_area": 33.99, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Lucas House", + "address_line_3": "Bapchild Avenue", + "assessment_date": "2022-08-26", + "assessment_type": "SAP", + "completion_date": "2022-08-26", + "inspection_date": "2022-08-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.71, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 76, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2022-08-26", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Solid Doors", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Party Ceiling", + "kappa_value": 30, + "total_roof_area": 75.59 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.18, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 110, + "total_wall_area": 46.13, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.17, + "wall_type": 3, + "description": "Corridor Wall", + "kappa_value": 110, + "total_wall_area": 27.53, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "kappa_value": 110, + "total_wall_area": 14.28 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 84.67 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Solid Doors", + "width": 2.1, + "height": 1, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "LH Windows", + "type": "Windows", + "width": 4.28, + "height": 1, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Rear Windows", + "type": "Windows", + "width": 5.11, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 8.14, + "psi_value": 0.359, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 7.14, + "psi_value": 0.013, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 17.1, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 15.19, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 15.5, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 30.69, + "psi_value": 0.031, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 9.6, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": -0.068, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 2.4, + "psi_value": 0.021, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 2.4, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E25" + }, + { + "length": 5.95, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 5.95, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 75.59, + "total_floor_area": 75.59 + } + ] + } + ], + "heating_cost_current": { + "value": 188, + "currency": "GBP" + }, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 71, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 188, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 65, + "currency": "GBP" + }, + "co2_emissions_potential": 1.0, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 71, + "currency": "GBP" + }, + "schema_version_original": "18.0.0", + "hot_water_cost_potential": { + "value": 65, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1668, + "water_heating": 1590 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 79, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.14r19", + "energy_consumption_potential": 79, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 14 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601287/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601287/epc.json new file mode 100644 index 00000000..2ba17132 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601287/epc.json @@ -0,0 +1,378 @@ +{ + "uprn": 10094601287, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 4FX", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SITTINGBOURNE", + "built_form": 4, + "created_at": "2022-08-26 11:05:29.217822", + "living_area": 27.47, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Baxter Court", + "address_line_3": "Bapchild Avenue", + "assessment_date": "2022-08-26", + "assessment_type": "SAP", + "completion_date": "2022-08-26", + "inspection_date": "2022-08-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.35, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 54, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2022-08-26", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Solid Doors", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Party Ceiling", + "kappa_value": 30, + "total_roof_area": 53.77 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.18, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 110, + "total_wall_area": 32.3, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.17, + "wall_type": 3, + "description": "Corridor Wall", + "kappa_value": 110, + "total_wall_area": 19.18, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "kappa_value": 110, + "total_wall_area": 19.18 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 70.32 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Solid Doors", + "width": 2.1, + "height": 1, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "LH Windows", + "type": "Windows", + "width": 3.37, + "height": 1, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "RH Windows", + "type": "Windows", + "width": 3.37, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 5.99, + "psi_value": 0.359, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 4.99, + "psi_value": 0.013, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 15, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 7.99, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 13.46, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 21.45, + "psi_value": 0.031, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 4.8, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": 0.021, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 4, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.99, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 53.77, + "total_floor_area": 53.77 + } + ] + } + ], + "heating_cost_current": { + "value": 163, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 53, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 163, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 56, + "currency": "GBP" + }, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 53, + "currency": "GBP" + }, + "schema_version_original": "18.0.0", + "hot_water_cost_potential": { + "value": 56, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1124, + "water_heating": 1375 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 86, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.14r19", + "energy_consumption_potential": 86, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601294/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601294/epc.json new file mode 100644 index 00000000..7a1882fd --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094601294/epc.json @@ -0,0 +1,378 @@ +{ + "uprn": 10094601294, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 4GF", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SITTINGBOURNE", + "built_form": 4, + "created_at": "2022-08-26 11:10:16.257557", + "living_area": 30.31, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.2 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Fishenden Court", + "address_line_3": "Blossom Street", + "assessment_date": "2022-08-26", + "assessment_type": "SAP", + "completion_date": "2022-08-26", + "inspection_date": "2022-08-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.22, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 51, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2022-08-26", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Solid Doors", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Party Ceiling", + "kappa_value": 30, + "total_roof_area": 51.22 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.18, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 110, + "total_wall_area": 31.68, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.17, + "wall_type": 3, + "description": "Corridor Wall", + "kappa_value": 110, + "total_wall_area": 18.62, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "kappa_value": 110, + "total_wall_area": 18.62 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 51.22 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Solid Doors", + "width": 2.1, + "height": 1, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "LH Windows", + "type": "Windows", + "width": 3.67, + "height": 1, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "RH Windows", + "type": "Windows", + "width": 2.62, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.22, + "psi_value": 0.359, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 5.22, + "psi_value": 0.013, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 13.8, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 13.2, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 7.76, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 20.96, + "psi_value": 0.031, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 4.8, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 4.8, + "psi_value": 0.021, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 7.76, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.76, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 51.22, + "total_floor_area": 51.22 + } + ] + } + ], + "heating_cost_current": { + "value": 158, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 51, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 158, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 55, + "currency": "GBP" + }, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 51, + "currency": "GBP" + }, + "schema_version_original": "18.0.0", + "hot_water_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1002, + "water_heating": 1347 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 85, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.14r19", + "energy_consumption_potential": 85, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895409/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895409/epc.json new file mode 100644 index 00000000..fe811871 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895409/epc.json @@ -0,0 +1,640 @@ +{ + "uprn": 10094895409, + "roofs": [ + { + "description": { + "value": "Average thermal transmittance 0.11 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.25 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.16 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO20 2JL", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2021-03-02 16:08:22", + "living_area": 31.65, + "orientation": 8, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17956, + "has_separate_delayed_start": "false", + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 3.5 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": { + "value": "Semi-detached house", + "language": "1" + }, + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Grebe Way", + "assessment_date": "2021-03-02", + "assessment_type": "SAP", + "completion_date": "2021-03-02", + "inspection_date": "2021-03-02", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.48, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 110, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2021-03-02", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.09, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "data_source": 4, + "description": "BFRC data", + "glazing_type": 3, + "solar_transmittance": 0.5 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Ins Joist", + "u_value": 0.11, + "roof_type": 2, + "kappa_value": 9, + "total_roof_area": 55.18 + } + ], + "sap_walls": [ + { + "name": "Brick Wall 1", + "u_value": 0.25, + "wall_type": 2, + "kappa_value": 60, + "total_wall_area": 104.43, + "is_curtain_walling": "false" + }, + { + "name": "Ground Floor Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 80.25 + }, + { + "name": "1st Floor Stud", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 112.96 + }, + { + "name": "Party Wall", + "u_value": 0, + "wall_type": 4, + "kappa_value": 45, + "total_wall_area": 51.34 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 1.97, + "location": "Brick Wall 1", + "orientation": 8 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 0.49, + "location": "Brick Wall 1", + "orientation": 2 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 6.02, + "location": "Brick Wall 1", + "orientation": 8 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 3.77, + "location": "Brick Wall 1", + "orientation": 4 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1, + "height": 2.69, + "location": "Brick Wall 1", + "orientation": 4 + } + ], + "construction_year": 2021, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 0, + "psi_value": 0.5, + "psi_value_source": 3, + "thermal_bridge_type": "E1" + }, + { + "length": 10.87, + "psi_value": 0.224, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 8.14, + "psi_value": 0.009, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 26.18, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 21.01, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 21.01, + "psi_value": 0.005, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "E8" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 10.68, + "psi_value": 0.046, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E11" + }, + { + "length": 10.33, + "psi_value": 0.052, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E13" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "E14" + }, + { + "length": 0, + "psi_value": 0.28, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 9.94, + "psi_value": 0.058, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 0, + "psi_value": 0.091, + "psi_value_source": 3, + "thermal_bridge_type": "E17" + }, + { + "length": 9.94, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E19" + }, + { + "length": 0, + "psi_value": 0.32, + "psi_value_source": 3, + "thermal_bridge_type": "E20" + }, + { + "length": 0, + "psi_value": 0.32, + "psi_value_source": 3, + "thermal_bridge_type": "E21" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "E22" + }, + { + "length": 0, + "psi_value": 1, + "psi_value_source": 3, + "thermal_bridge_type": "E23" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "E24" + }, + { + "length": 0, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "E25" + }, + { + "length": 10.33, + "psi_value": 0.053, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 10.33, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P2" + }, + { + "length": 0, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + }, + { + "length": 10.33, + "psi_value": 0.072, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 0, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + }, + { + "length": 0, + "psi_value": 0.07, + "psi_value_source": 3, + "thermal_bridge_type": "P6" + }, + { + "length": 0, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P7" + }, + { + "length": 0, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "P8" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "R1" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "R2" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "R3" + }, + { + "length": 0, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "R4" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "R5" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "R6" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "R7" + }, + { + "length": 0, + "psi_value": 0.06, + "psi_value_source": 3, + "thermal_bridge_type": "R8" + }, + { + "length": 0, + "psi_value": 0.04, + "psi_value_source": 3, + "thermal_bridge_type": "R9" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.16, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 55.18, + "total_floor_area": 55.18 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "kappa_value": 18, + "storey_height": 2.57, + "heat_loss_area": 0, + "total_floor_area": 55.18, + "kappa_value_from_below": 9 + } + ] + } + ], + "heating_cost_current": { + "value": 217, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 90, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 217, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 77, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 31, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 89 + }, + { + "sequence": 2, + "typical_saving": { + "value": 393, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 90, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 46, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2573, + "water_heating": 1763 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 69, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.5.8", + "energy_consumption_potential": 1, + "environmental_impact_current": 87, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 96, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 12 +} \ No newline at end of file diff --git a/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895444/epc.json b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895444/epc.json new file mode 100644 index 00000000..a0c731e5 --- /dev/null +++ b/backend/epc_api/json_samples/real_life_examples/SAP-Schema-18.0.0/uprn_10094895444/epc.json @@ -0,0 +1,444 @@ +{ + "uprn": 10094895444, + "roofs": [ + { + "description": "Average thermal transmittance 0.10 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.25 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "PO20 2JU", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "CHICHESTER", + "built_form": 2, + "created_at": "2022-11-11 09:57:39.538022", + "living_area": 24.79, + "orientation": 2, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17956, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1 Merlin Place", + "assessment_date": "2022-11-11", + "assessment_type": "SAP", + "completion_date": "2022-11-11", + "inspection_date": "2022-11-11", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 3.72, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 3, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 103, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2022-11-11", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.72, + "glazing_type": 3, + "solar_transmittance": 0.73 + }, + { + "name": "Solid Door", + "type": 1, + "u_value": 1.2, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Half Glazed Door", + "type": 2, + "u_value": 1.3, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "Roof Window", + "type": 5, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.86, + "glazing_type": 3, + "solar_transmittance": 0.75 + }, + { + "name": "Door to Corridor", + "type": 3, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.1, + "roof_type": 2, + "description": "Rf - Ins Joist", + "kappa_value": 5.82, + "total_roof_area": 51.674 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.25, + "wall_type": 2, + "description": "Wl - Brick", + "kappa_value": 51.18, + "total_wall_area": 103.523, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "kappa_value": 54.03, + "total_wall_area": 56.535 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 5.82, + "total_wall_area": 62.35821 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 5.82, + "total_wall_area": 113.80641 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front", + "type": "Solid Door", + "width": 1.969, + "height": 1, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Rear", + "type": "Windows", + "width": 7.206, + "height": 1, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Front", + "type": "Windows", + "width": 4.792, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "L Side", + "type": "Windows", + "width": 0.665, + "height": 1, + "location": "External Wall 1", + "orientation": 4 + } + ], + "construction_year": 2021, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.85, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 6.5, + "psi_value": 0.02, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 22.16, + "psi_value": 0.015, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 20.42, + "psi_value": 0.134, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 20.42, + "psi_value": 0.004, + "psi_value_source": 3, + "thermal_bridge_type": "E6" + }, + { + "length": 9.27, + "psi_value": 0.074, + "psi_value_source": 3, + "thermal_bridge_type": "E10" + }, + { + "length": 11.15, + "psi_value": 0.05, + "psi_value_source": 3, + "thermal_bridge_type": "E12" + }, + { + "length": 10.14, + "psi_value": 0.045, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 10.14, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 11.15, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 11.15, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 11.15, + "psi_value": 0.069, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.15, + "floor_type": 2, + "description": "Flr - Ground", + "kappa_value": 18, + "storey_height": 2.39, + "heat_loss_area": 51.674, + "total_floor_area": 51.67, + "kappa_value_from_below": 5.82 + }, + { + "storey": 1, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.69, + "heat_loss_area": 0, + "total_floor_area": 51.67 + } + ] + } + ], + "heating_cost_current": { + "value": 221, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 85, + "lighting_cost_current": { + "value": 92, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 221, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 74, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 28, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 86, + "environmental_impact_rating": 88 + }, + { + "sequence": 2, + "typical_saving": { + "value": 425, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,500 - \u00a35,500", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 95, + "environmental_impact_rating": 96 + } + ], + "co2_emissions_potential": 0.1, + "energy_rating_potential": 95, + "lighting_cost_potential": { + "value": 92, + "currency": "GBP" + }, + "schema_version_original": "18.0.0", + "hot_water_cost_potential": { + "value": 45, + "currency": "GBP" + }, + "is_in_smoke_control_area": "false", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2681, + "water_heating": 1745 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 74, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.14r19", + "energy_consumption_potential": 1, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 96, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/backend/pashub_fetcher/handler/Dockerfile b/backend/pashub_fetcher/handler/Dockerfile index 575b8565..d20d00d0 100644 --- a/backend/pashub_fetcher/handler/Dockerfile +++ b/backend/pashub_fetcher/handler/Dockerfile @@ -1,4 +1,8 @@ -FROM mcr.microsoft.com/playwright/python:v1.58.0-jammy +# jammy (Ubuntu 22.04) ships Python 3.10, which lacks enum.StrEnum β€” used by +# domain/modelling/measure_type.py, which the handler pulls in transitively +# (handler -> pashub_service -> documents_parser.parser -> ... -> domain). +# noble (Ubuntu 24.04) ships Python 3.12, matching the project's 3.11+ standard. +FROM mcr.microsoft.com/playwright/python:v1.58.0-noble # Install AWS Lambda RIE ADD https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie /usr/local/bin/aws-lambda-rie diff --git a/datatypes/epc/domain/epc_property_data.py b/datatypes/epc/domain/epc_property_data.py index f69ede90..a49010d3 100644 --- a/datatypes/epc/domain/epc_property_data.py +++ b/datatypes/epc/domain/epc_property_data.py @@ -198,6 +198,12 @@ class SapVentilation: has_draught_lobby: Optional[bool] = ( None # (13) gate (overrides .draught_lobby for Β§2 cascade) ) + # SAP 10.2 Β§2 (17) β€” air permeability at 50 Pa from a Blower Door + # pressure test (the standard q50 result lodged on full-SAP certs), + # mΒ³/h per mΒ² of envelope area. When present the cascade routes (18) + # via `(18) = AP50 / 20 + (8)` (matches Elmhurst worksheet lines + # 17/18). Distinct from `air_permeability_ap4_m3_h_m2` below. + air_permeability_ap50_m3_h_m2: Optional[float] = None # SAP 10.2 Β§2 (17a) β€” air permeability at 4 Pa from the low-pressure # Pulse pressure test, mΒ³/h per mΒ² of envelope area. When present the # cascade routes (18) via the AP4 formula `0.263 Γ— AP4^0.924 + (8)`. diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 84a1dba8..a699be4e 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -1,10 +1,12 @@ +import copy import re from dataclasses import replace from datetime import date from decimal import ROUND_HALF_UP, Decimal -from typing import Any, Dict, Final, List, Optional, Sequence, TypeVar, Union, cast +from typing import Any, Dict, Final, List, Optional, Sequence, Tuple, TypeVar, Union, cast from datatypes.epc.schema.helpers import from_dict +from datatypes.epc.domain.epc import Epc from datatypes.epc.domain.epc_property_data import ( BASEMENT_WALL_CONSTRUCTION_CODE, Addendum, @@ -44,6 +46,48 @@ from datatypes.epc.schema.rdsap_schema_17_1 import ( RdSapSchema17_1, EnergyElement as EnergyElement_17_1, ) +from datatypes.epc.schema.sap_schema_17_1 import ( + SapSchema17_1, + EnergyElement as EnergyElement_SAP_17_1, + SapOpeningType as SapOpeningType_SAP_17_1, + SapBuildingPart as SapBuildingPart_SAP_17_1, +) + +# full-SAP opening-type codes: 1/2/3 = door, 4 = window, 5 = roof window. +_SAP_OPENING_TYPE_WINDOW: Final[int] = 4 +_SAP_OPENING_TYPE_ROOF_WINDOW: Final[int] = 5 +_SAP_OPENING_TYPE_DOORS: Final[frozenset[int]] = frozenset({1, 2, 3}) +_SAP_KNOWN_OPENING_TYPES: Final[frozenset[int]] = frozenset({1, 2, 3, 4, 5}) +# full-SAP wall_type codes: 1/2/3 = external (exposed), 4 = party, 5 = internal. +_SAP_WALL_TYPES_EXPOSED: Final[frozenset[int]] = frozenset({1, 2, 3}) +_SAP_WALL_TYPE_PARTY: Final[int] = 4 +_SAP_WALL_TYPE_INTERNAL: Final[int] = 5 +_SAP_KNOWN_WALL_TYPES: Final[frozenset[int]] = frozenset({1, 2, 3, 4, 5}) +# D4 fallback: full-SAP 17.1 certs are new-build (LIG-17.0); when a measured U +# isn't parseable from a wall description, the engine derives from the newest +# RdSAP age band M. Used only for that fallback + secondary age-band logic. +_SAP_DEFAULT_AGE_BAND: Final[str] = "M" +# full-SAP standard `ventilation_type` code β†’ MechanicalVentilationKind name +# (None = natural). MVHR (7) is deferred to natural β€” like the RdSAP API path +# (_API_MECHANICAL_VENTILATION_TO_KIND code 4), its (24a) formula needs the +# PCDB heat-recovery efficiency, not yet plumbed; mapping to MVHR with a null +# efficiency would mis-model it as MV. None of the corpus lodges 7. +_SAP_VENTILATION_TYPE_TO_MV_KIND: Final[Dict[int, Optional[str]]] = { + 1: None, # natural (with intermittent extract fans) + 2: None, # passive stack β€” treated as natural + 3: None, # positive input from loft β†’ natural + 4: "EXTRACT_OR_PIV_OUTSIDE", # positive input from outside + 5: "EXTRACT_OR_PIV_OUTSIDE", # mechanical extract, centralised (MEV c) + 6: "EXTRACT_OR_PIV_OUTSIDE", # mechanical extract, decentralised (MEV dc) + 7: None, # MVHR β€” deferred (efficiency not plumbed) + 8: "MV", # balanced mechanical, no heat recovery +} +# rdsap_uvalues WALL_CAVITY = 4 (D7 fallback; U comes from the description). +_SAP_DEFAULT_WALL_CONSTRUCTION: Final[int] = 4 +# SAP-typical glazing solar transmittance when an opening-type omits it. +_SAP_DEFAULT_SOLAR_TRANSMITTANCE: Final[float] = 0.63 +# SAP-typical window frame factor when an opening-type omits it. +_SAP_DEFAULT_FRAME_FACTOR: Final[float] = 0.70 from datatypes.epc.schema.rdsap_schema_18_0 import ( RdSapSchema18_0, EnergyElement as EnergyElement_18_0, @@ -121,6 +165,30 @@ def _pv_orientation(field: Any) -> Optional[int]: return int(_measurement_value(field)) +# Full-SAP `sap_openings` occasionally lodge width/height in MILLIMETRES, mixed +# with metre rows in the same array (e.g. a 2025Γ—2100 mm window beside a 3.06Γ—1 m +# one). No real window/door dimension approaches 50 m, so a value that large is a +# millimetre lodgement and is divided by 1000. Without this a 2025Γ—2100 mm window +# becomes 4.25M mΒ², the HTC blows up and SAP clamps to 1 (uprn_10093117227). +_SAP_OPENING_MAX_PLAUSIBLE_METRES: Final[float] = 50.0 + + +def _sanitise_opening_dimension_m(value: float) -> float: + """Coerce a lodged opening dimension to metres, dividing by 1000 when it is + implausibly large (a millimetre lodgement).""" + if value > _SAP_OPENING_MAX_PLAUSIBLE_METRES: + return value / 1000.0 + return value + + +def _sap_opening_area_m2(width: Any, height: Any) -> float: + """Measured opening area in mΒ², with mm-lodged width/height coerced to + metres via `_sanitise_opening_dimension_m`.""" + return _sanitise_opening_dimension_m(float(width)) * _sanitise_opening_dimension_m( + float(height) + ) + + def _map_schema_21_pv( es_pv_supply: Any, ) -> tuple[Optional[PhotovoltaicSupply], Optional[List[PhotovoltaicArray]]]: @@ -635,6 +703,186 @@ class EpcPropertyDataMapper: ], ) + @staticmethod + def from_sap_schema_17_1(schema: SapSchema17_1) -> EpcPropertyData: + # Built incrementally via TDD β€” see scripts/hyde/mapping_decisions.md. + # Identity + scalars + fabric descriptions (D4) + openings (D2) are + # mapped; sap_building_parts (D1 perimeter) and habitable_rooms_count + # (D3 living-area) are still filled by later slices. + # D2: fail loud on any placed opening whose joined type is outside the + # known taxonomy {1/2/3 door, 4 window, 5 roof window}, rather than + # silently dropping it from the envelope. + _sap_assert_known_opening_types(schema) + door_count, insulated_door_u = _sap_door_aggregates(schema) + return EpcPropertyData( + uprn=schema.uprn, + dwelling_type=( + schema.dwelling_type + if isinstance(schema.dwelling_type, str) + else schema.dwelling_type.value + ), + inspection_date=date.fromisoformat(schema.inspection_date), + tenure=str(schema.tenure), + transaction_type=str(schema.transaction_type), + address_line_1=schema.address_line_1, + postcode=schema.postcode, + post_town=schema.post_town, + total_floor_area_m2=float(schema.total_floor_area), + has_hot_water_cylinder=schema.has_hot_water_cylinder == "true", + has_fixed_air_conditioning=schema.has_fixed_air_conditioning == "true", + solar_water_heating=False, + extensions_count=0, + heated_rooms_count=0, + open_chimneys_count=0, + # D3: full SAP measures living_area; the engine reads it only via + # habitable_rooms_count (Table 27). Back-solve the count whose + # Table-27 fraction best matches the measured living_area/TFA. + habitable_rooms_count=_sap_back_solved_habitable_rooms(schema), + # D5-vent: measured ventilation (air permeability AP4, MV kind, + # sheltered sides, wet rooms, MEV PCDB index). + wet_rooms_count=schema.sap_ventilation.wet_rooms_count or 0, + sap_ventilation=_sap_17_1_ventilation(schema), + mechanical_ventilation_index_number=( + schema.sap_ventilation.mechanical_vent_system_index_number + ), + # D2: door openings (1/2/3) β†’ counts + area-weighted U. New-build + # doors are treated insulated, so insulated_door_count == door_count. + door_count=door_count, + insulated_door_count=door_count, + insulated_door_u_value=insulated_door_u, + # D5: lighting outlet counts β†’ bulb counts (full SAP lodges total + + # low-energy outlet counts, like the RdSAP 17.1 path). + cfl_fixed_lighting_bulbs_count=0, + led_fixed_lighting_bulbs_count=0, + incandescent_fixed_lighting_bulbs_count=( + (schema.sap_energy_source.fixed_lighting_outlets_count or 0) + - (schema.sap_energy_source.low_energy_fixed_lighting_outlets_count or 0) + ), + low_energy_fixed_lighting_bulbs_count=( + schema.sap_energy_source.low_energy_fixed_lighting_outlets_count or 0 + ), + # D4: full SAP lodges the measured U as text in the element + # description ("Average thermal transmittance X W/mΒ²K"); carry it + # through so u_wall/u_floor/u_roof parse it instead of re-deriving + # from a fabricated age band. "(other premises above/below)" + # sentinels survive untouched (bordering dwelling β†’ no heat loss). + roofs=EpcPropertyDataMapper._map_energy_elements(schema.roofs), + walls=EpcPropertyDataMapper._map_energy_elements(schema.walls), + floors=EpcPropertyDataMapper._map_energy_elements(schema.floors), + main_heating=[], + # D2: vertical-window openings (opening-type 4) β†’ sap_windows; + # roof-window openings (opening-type 5) β†’ sap_roof_windows. + sap_windows=EpcPropertyDataMapper._sap_17_1_windows(schema), + sap_roof_windows=EpcPropertyDataMapper._sap_17_1_roof_windows(schema), + # D1: derive heat-loss perimeter + party-wall length from the + # measured wall areas (full SAP lodges neither directly). + sap_building_parts=[ + _sap_17_1_building_part(bp, i) + for i, bp in enumerate(schema.sap_building_parts) + ], + # D6: full-SAP heating β€” translate the differing field names onto + # the domain SapHeating the calculator consumes (PCDB efficiency via + # main_heating_index_number; water cascade via water_heating_code). + sap_heating=_sap_17_1_heating(schema), + # D5: mains_gas derived from the heating fuel (full SAP has no + # explicit flag); tariff β†’ meter_type; wind turbines pass through. + sap_energy_source=SapEnergySource( + mains_gas=_sap_dwelling_on_mains_gas(schema), + meter_type=str(schema.sap_energy_source.electricity_tariff or ""), + pv_battery_count=0, + wind_turbines_count=schema.sap_energy_source.wind_turbines_count or 0, + gas_smart_meter_present=False, + is_dwelling_export_capable=False, + wind_turbines_terrain_type=str( + schema.sap_energy_source.wind_turbine_terrain_type or "" + ), + electricity_smart_meter_present=False, + ), + ) + + @staticmethod + def _sap_17_1_windows(schema: SapSchema17_1) -> List[SapWindow]: + """D2: collapse vertical-window openings (opening-type 4) onto the + engine's `SapWindow` model. Openings carry measured width/height + + orientation; the joined opening-type carries the measured U-value, + frame factor and (optionally) solar transmittance. Doors (1/2/3) and + roof windows (5) are handled separately; unknown codes fail loud.""" + types: Dict[Union[str, int], SapOpeningType_SAP_17_1] = { + ot.name: ot for ot in schema.sap_opening_types + } + windows: List[SapWindow] = [] + for bp in schema.sap_building_parts: + for op in bp.sap_openings: + ot = types.get(op.type) + if ot is None or ot.type != _SAP_OPENING_TYPE_WINDOW: + continue + windows.append( + SapWindow( + frame_material=None, + glazing_gap=0, + orientation=op.orientation if op.orientation is not None else 0, + window_type=ot.frame_type if ot.frame_type is not None else 0, + glazing_type=ot.glazing_type, + window_width=_sanitise_opening_dimension_m(float(op.width)), + window_height=_sanitise_opening_dimension_m(float(op.height)), + draught_proofed=False, + window_location=op.location or "", + window_wall_type=0, + permanent_shutters_present=False, + frame_factor=ot.frame_factor, + window_transmission_details=WindowTransmissionDetails( + u_value=ot.u_value, + data_source=str(ot.data_source), + solar_transmittance=( + ot.solar_transmittance + if ot.solar_transmittance is not None + else _SAP_DEFAULT_SOLAR_TRANSMITTANCE + ), + ), + ) + ) + return windows + + @staticmethod + def _sap_17_1_roof_windows(schema: SapSchema17_1) -> List[SapRoofWindow]: + """D2: collapse roof-window openings (opening-type 5) onto the engine's + `SapRoofWindow` model β€” pitched roof glazing driving the Β§6 solar / + Β§5 daylight cascades, distinct from vertical `sap_windows`. Area is the + measured width Γ— height; the joined opening-type carries U, frame factor + and solar transmittance (gβŠ₯).""" + types: Dict[Union[str, int], SapOpeningType_SAP_17_1] = { + ot.name: ot for ot in schema.sap_opening_types + } + roof_windows: List[SapRoofWindow] = [] + for bp in schema.sap_building_parts: + for op in bp.sap_openings: + ot = types.get(op.type) + if ot is None or ot.type != _SAP_OPENING_TYPE_ROOF_WINDOW: + continue + roof_windows.append( + SapRoofWindow( + area_m2=_sap_opening_area_m2(op.width, op.height), + u_value_raw=ot.u_value, + orientation=op.orientation if op.orientation is not None else 0, + # default 45Β° pitch when unlodged β€” matches the + # API roof-window path's inclination convention. + pitch_deg=float(op.pitch) if op.pitch is not None else 45.0, + g_perpendicular=( + ot.solar_transmittance + if ot.solar_transmittance is not None + else _SAP_DEFAULT_SOLAR_TRANSMITTANCE + ), + frame_factor=( + ot.frame_factor + if ot.frame_factor is not None + else _SAP_DEFAULT_FRAME_FACTOR + ), + glazing_type=ot.glazing_type, + window_location=op.location if op.location is not None else "", + ) + ) + return roof_windows + @staticmethod def from_rdsap_schema_17_1(schema: RdSapSchema17_1) -> EpcPropertyData: es = schema.sap_energy_source @@ -2246,6 +2494,7 @@ class EpcPropertyDataMapper: EnergyElement_20_0, EnergyElement_21_0, EnergyElement_21_0_1, + EnergyElement_SAP_17_1, ], ) -> EnergyElement: description = ( @@ -2270,6 +2519,7 @@ class EpcPropertyDataMapper: EnergyElement_20_0, EnergyElement_21_0, EnergyElement_21_0_1, + EnergyElement_SAP_17_1, ] ], ) -> List[EnergyElement]: @@ -2289,61 +2539,74 @@ class EpcPropertyDataMapper: if schema == "RdSAP-Schema-21.0.1": from datatypes.epc.schema.rdsap_schema_21_0_1 import RdSapSchema21_0_1 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_21_0_1( - from_dict(RdSapSchema21_0_1, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_21_0_1( + from_dict(RdSapSchema21_0_1, data) ) - if schema == "RdSAP-Schema-21.0.0": + elif schema == "RdSAP-Schema-21.0.0": from datatypes.epc.schema.rdsap_schema_21_0_0 import RdSapSchema21_0_0 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_21_0_0( - from_dict(RdSapSchema21_0_0, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_21_0_0( + from_dict(RdSapSchema21_0_0, data) ) - if schema == "RdSAP-Schema-20.0.0": + elif schema == "RdSAP-Schema-20.0.0": from datatypes.epc.schema.rdsap_schema_20_0_0 import RdSapSchema20_0_0 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_20_0_0( - from_dict(RdSapSchema20_0_0, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_20_0_0( + from_dict(RdSapSchema20_0_0, data) ) - if schema == "RdSAP-Schema-19.0": + elif schema == "RdSAP-Schema-19.0": from datatypes.epc.schema.rdsap_schema_19_0 import RdSapSchema19_0 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_19_0( - from_dict(RdSapSchema19_0, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_19_0( + from_dict(RdSapSchema19_0, data) ) - if schema == "RdSAP-Schema-18.0": + elif schema == "RdSAP-Schema-18.0": from datatypes.epc.schema.rdsap_schema_18_0 import RdSapSchema18_0 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_18_0( - from_dict(RdSapSchema18_0, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_18_0( + from_dict(RdSapSchema18_0, data) ) - if schema == "RdSAP-Schema-17.1": + elif schema == "RdSAP-Schema-17.1": from datatypes.epc.schema.rdsap_schema_17_1 import RdSapSchema17_1 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_17_1( - from_dict(RdSapSchema17_1, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_17_1( + from_dict(RdSapSchema17_1, data) ) - if schema == "RdSAP-Schema-17.0": + elif schema == "RdSAP-Schema-17.0": from datatypes.epc.schema.rdsap_schema_17_0 import RdSapSchema17_0 - return _clear_basement_flag_when_system_built( - EpcPropertyDataMapper.from_rdsap_schema_17_0( - from_dict(RdSapSchema17_0, data) - ) + mapped = EpcPropertyDataMapper.from_rdsap_schema_17_0( + from_dict(RdSapSchema17_0, data) ) + elif schema in ("SAP-Schema-17.1", "SAP-Schema-17.0", "SAP-Schema-18.0.0"): + # Full SAP (not RdSAP). SAP-Schema-17.0 / 18.0.0 are structurally + # identical to 17.1 (same measured sap_opening_types / building + # parts), so they parse with the 17.1 dataclass and reuse the same + # mapper. The common post-processing below (incl. + # _clear_basement_flag_when_system_built) is a no-op for full SAP + # (explicit wall types β€” no RdSAP code-6 basement ambiguity). + mapped = EpcPropertyDataMapper.from_sap_schema_17_1( + from_dict(SapSchema17_1, data) + ) + elif schema in ("SAP-Schema-16.2", "SAP-Schema-16.3", "SAP-Schema-16.0"): + # The SAP-Schema-16.x family is structurally RdSAP-17.1 (reduced + # fields, glazed_area band, construction-code building parts) under a + # different name + a handful of renamed/omitted fields β€” normalise + # onto the RdSAP-17.1 shape and reuse that tested mapper. See + # `_normalize_sap_schema_16_x`. + from datatypes.epc.schema.rdsap_schema_17_1 import RdSapSchema17_1 - raise ValueError(f"Unsupported EPC schema: {schema!r}") + mapped = EpcPropertyDataMapper.from_rdsap_schema_17_1( + from_dict(RdSapSchema17_1, _normalize_sap_schema_16_x(data)) + ) + else: + raise ValueError(f"Unsupported EPC schema: {schema!r}") + + return _clear_basement_flag_when_system_built( + _with_renewable_heat_incentive( + _with_recorded_performance(mapped, data), data + ) + ) # --------------------------------------------------------------------------- @@ -2351,6 +2614,291 @@ class EpcPropertyDataMapper: # --------------------------------------------------------------------------- +# RdSAP 10 Table 27 (p.52) living-area fraction by habitable-room count. +# Mirrored here read-only to back-solve a room count from full SAP's measured +# living_area (single home is the calculator; this is the inverse lookup). +_SAP_LIVING_AREA_FRACTION_BY_ROOMS: Final[Dict[int, float]] = { + 1: 0.75, 2: 0.50, 3: 0.30, 4: 0.25, 5: 0.21, 6: 0.18, 7: 0.16, 8: 0.14, +} + + +def _sap_17_1_ventilation(schema: SapSchema17_1) -> SapVentilation: + """D5-vent: map full-SAP `sap_ventilation` onto the domain `SapVentilation`. + The measured `air_permeability` is a q50 Blower-Door result, so it feeds the + engine's **AP50** path (`(18) = AP50/20 + (8)`, per Elmhurst worksheet lines + 17/18) β€” NOT the AP4/Pulse formula; `ventilation_type` β†’ + MechanicalVentilationKind name (unknown code fails loud).""" + sv = schema.sap_ventilation + mv_kind: Optional[str] = None + if sv.ventilation_type is not None: + if sv.ventilation_type not in _SAP_VENTILATION_TYPE_TO_MV_KIND: + raise UnmappedApiCode("ventilation_type", sv.ventilation_type) + mv_kind = _SAP_VENTILATION_TYPE_TO_MV_KIND[sv.ventilation_type] + return SapVentilation( + air_permeability_ap50_m3_h_m2=sv.air_permeability, + mechanical_ventilation_kind=mv_kind, + sheltered_sides=sv.sheltered_sides_count, + pressure_test=str(sv.pressure_test) if sv.pressure_test is not None else None, + extract_fans_count=sv.extract_fans_count, + open_flues_count=sv.open_flues_count, + flueless_gas_fires_count=sv.flueless_gas_fires_count, + ) + + +# SAP main_fuel_type code for mains gas. +_SAP_MAINS_GAS_FUEL_CODE: Final[int] = 1 + + +def _sap_dwelling_on_mains_gas(schema: SapSchema17_1) -> bool: + """D5: full SAP has no explicit mains-gas flag β€” infer it from whether any + main-heating system burns mains gas (fuel code 1).""" + return any( + d.main_fuel_type == _SAP_MAINS_GAS_FUEL_CODE + for d in schema.sap_heating.main_heating_details + ) + + +def _sap_17_1_heating(schema: SapSchema17_1) -> SapHeating: + """D6: map full-SAP `sap_heating` onto the domain `SapHeating`. Field names + differ from RdSAP β€” `is_flue_fan_present`β†’`fan_flue_present`, + `main_heating_flue_type`β†’`boiler_flue_type`, `water_fuel_type`β†’ + `water_heating_fuel`; has_fghrs isn't lodged (default False).""" + sh = schema.sap_heating + return SapHeating( + instantaneous_wwhrs=InstantaneousWwhrs(), + has_fixed_air_conditioning=sh.has_fixed_air_conditioning == "true", + water_heating_code=sh.water_heating_code, + water_heating_fuel=sh.water_fuel_type, + main_heating_details=[ + MainHeatingDetail( + has_fghrs=False, + # D6b: code-based systems (category 6/10) lodge no explicit + # fuel/emitter β€” the calculator drives them off + # sap_main_heating_code instead. Default the absent fields so + # the cert still maps (0 = unspecified; emitter_temperature "NA"). + main_fuel_type=d.main_fuel_type if d.main_fuel_type is not None else 0, + heat_emitter_type=( + d.heat_emitter_type if d.heat_emitter_type is not None else 0 + ), + emitter_temperature=( + d.emitter_temperature if d.emitter_temperature is not None else "NA" + ), + sap_main_heating_code=d.main_heating_code, + main_heating_control=d.main_heating_control, + fan_flue_present=d.is_flue_fan_present == "true", + boiler_flue_type=d.main_heating_flue_type, + central_heating_pump_age=d.central_heating_pump_age, + main_heating_index_number=d.main_heating_index_number, + main_heating_number=d.main_heating_number, + main_heating_category=d.main_heating_category, + main_heating_fraction=( + int(d.main_heating_fraction) + if d.main_heating_fraction is not None + else None + ), + main_heating_data_source=d.main_heating_data_source, + ) + for d in sh.main_heating_details + ], + ) + + +def _sap_back_solved_habitable_rooms(schema: SapSchema17_1) -> int: + """D3: pick the habitable-room count whose Table 27 fraction is closest to + the measured living_area/total_floor_area, so the engine's Table-27 path + reproduces the measured living-area fraction. Falls back to 0 (engine's + 0.21 SAP-convention default) when living_area or floor area is absent.""" + if not schema.living_area or not schema.total_floor_area: + return 0 + measured_fraction = float(schema.living_area) / float(schema.total_floor_area) + return min( + _SAP_LIVING_AREA_FRACTION_BY_ROOMS, + key=lambda rooms: abs( + _SAP_LIVING_AREA_FRACTION_BY_ROOMS[rooms] - measured_fraction + ), + ) + + +def _with_recorded_performance( + epc: EpcPropertyData, data: Dict[str, Any] +) -> EpcPropertyData: + """Overlay the recorded current-performance scalars from the raw API payload. + + The current SAP rating, EPC band, Primary Energy Intensity + (``energy_consumption_current``) and CO2 are top-level fields on every RdSAP + schema response, but only a couple of the per-schema mappers copy them + through (and none map the band). Baseline's Lodged Performance reads all four + off the EPC, so map them here, once, for every schema version. An absent key + leaves the mapped value untouched. + """ + band = data.get("current_energy_efficiency_band") + co2 = data.get("co2_emissions_current") + consumption = data.get("energy_consumption_current") + rating = data.get("energy_rating_current") + return replace( + epc, + current_energy_efficiency_band=( + Epc(band) if band is not None else epc.current_energy_efficiency_band + ), + co2_emissions_current=( + float(co2) if co2 is not None else epc.co2_emissions_current + ), + energy_consumption_current=( + int(consumption) + if consumption is not None + else epc.energy_consumption_current + ), + energy_rating_current=( + int(rating) if rating is not None else epc.energy_rating_current + ), + ) + + +def _sap_17_1_building_part( + bp: SapBuildingPart_SAP_17_1, index: int +) -> SapBuildingPart: + """D1: build one `SapBuildingPart`, deriving the heat-loss perimeter and + party-wall length the engine needs from the measured wall areas full SAP + lodges (it carries neither directly). + + Walls classify by `wall_type`: 1/2/3 exposed β†’ perimeter, 4 party β†’ party + length, 5 internal β†’ discarded; any other code fails loud. Exposed/party + areas divide by Ξ£ storey-heights so the per-storey perimeter, summed as + Ξ£(perimeter Γ— height) by the engine, reconstructs the measured area exactly. + """ + exposed_area = 0.0 + party_area = 0.0 + for w in bp.sap_walls: + if w.wall_type in _SAP_WALL_TYPES_EXPOSED: + exposed_area += w.total_wall_area + elif w.wall_type == _SAP_WALL_TYPE_PARTY: + party_area += w.total_wall_area + elif w.wall_type == _SAP_WALL_TYPE_INTERNAL: + continue # internal partition β€” not part of the heat-loss envelope + else: + raise UnmappedApiCode("wall_type", w.wall_type) + + total_height = sum(fd.storey_height for fd in bp.sap_floor_dimensions) or 1.0 + perimeter_per_storey = exposed_area / total_height + party_length_per_storey = party_area / total_height + + floor_dimensions = [ + SapFloorDimension( + room_height_m=fd.storey_height, + total_floor_area_m2=fd.total_floor_area, + heat_loss_perimeter_m=perimeter_per_storey, + party_wall_length_m=party_length_per_storey, + floor=fd.storey, + floor_construction=fd.floor_type, + ) + for fd in bp.sap_floor_dimensions + ] + + if index == 0: + identifier = BuildingPartIdentifier.MAIN + elif index - 1 < len(_EXTENSION_IDENTIFIERS): + identifier = _EXTENSION_IDENTIFIERS[index - 1] + else: + identifier = BuildingPartIdentifier.OTHER + + return SapBuildingPart( + identifier=identifier, + # D4 fallback band (measured U normally comes from the wall description). + construction_age_band=_SAP_DEFAULT_AGE_BAND, + # D7 (low stakes β€” U comes from the description): default to cavity + # (rdsap_uvalues WALL_CAVITY = 4); wall_construction here mainly feeds + # the thermal-mass parameter. + wall_construction=_SAP_DEFAULT_WALL_CONSTRUCTION, + wall_insulation_type=0, + wall_thickness_measured=False, + sap_floor_dimensions=floor_dimensions, + building_part_number=bp.building_part_number, + ) + + +def _sap_assert_known_opening_types(schema: SapSchema17_1) -> None: + """D2: raise `UnmappedApiCode` if any placed opening joins to an + opening-type whose `type` code is outside the known taxonomy. Keeps a + new opening variant from silently vanishing from the envelope.""" + types: Dict[Union[str, int], SapOpeningType_SAP_17_1] = { + ot.name: ot for ot in schema.sap_opening_types + } + for bp in schema.sap_building_parts: + for op in bp.sap_openings: + ot = types.get(op.type) + if ot is not None and ot.type not in _SAP_KNOWN_OPENING_TYPES: + raise UnmappedApiCode("sap_opening_type", ot.type) + + +def _sap_door_aggregates(schema: SapSchema17_1) -> Tuple[int, Optional[float]]: + """D2: collapse door openings (opening-type 1/2/3) onto the engine's door + model β€” a count and a single U-value. When a cert lodges doors with + differing U (β‰ˆ5% of full-SAP certs), the U is area-weighted so the larger + door dominates the door heat loss. Returns (door_count, u_value); U is None + when no doors are lodged.""" + types: Dict[Union[str, int], SapOpeningType_SAP_17_1] = { + ot.name: ot for ot in schema.sap_opening_types + } + count = 0 + weighted_u_area = 0.0 + total_area = 0.0 + for bp in schema.sap_building_parts: + for op in bp.sap_openings: + ot = types.get(op.type) + if ot is None or ot.type not in _SAP_OPENING_TYPE_DOORS: + continue + count += 1 + area = _sap_opening_area_m2(op.width, op.height) + weighted_u_area += ot.u_value * area + total_area += area + u_value = weighted_u_area / total_area if total_area > 0 else None + return count, u_value + + +def _with_renewable_heat_incentive( + epc: EpcPropertyData, data: Dict[str, Any] +) -> EpcPropertyData: + """Gap-fill the RHI block (baseline space/water-heating kWh) from the raw + payload. + + The ``renewable_heat_incentive`` object is present on every schema response, + but only the 21.x mappers copy it through; Baseline reads + ``space_heating_kwh`` / ``water_heating_kwh`` off it. Only fills when a mapper + left it unset, and only when the block carries both required kWh figures β€” + otherwise the EPC is returned untouched. + """ + if epc.renewable_heat_incentive is not None: + return epc + rhi = data.get("renewable_heat_incentive") + if not isinstance(rhi, dict): + return epc + rhi_obj = cast(Dict[str, Any], rhi) + space = rhi_obj.get("space_heating_existing_dwelling") + water = rhi_obj.get("water_heating") + if space is None or water is None: + return epc + return replace( + epc, + renewable_heat_incentive=RenewableHeatIncentive( + space_heating_kwh=float(space), + water_heating_kwh=float(water), + impact_of_loft_insulation_kwh=_optional_float( + rhi_obj.get("impact_of_loft_insulation") + ), + impact_of_cavity_insulation_kwh=_optional_float( + rhi_obj.get("impact_of_cavity_insulation") + ), + impact_of_solid_wall_insulation_kwh=_optional_float( + rhi_obj.get("impact_of_solid_wall_insulation") + ), + ), + ) + + +def _optional_float(value: Any) -> Optional[float]: + return float(value) if value is not None else None + + def _clear_basement_flag_when_system_built( epc: EpcPropertyData, ) -> EpcPropertyData: @@ -2626,6 +3174,88 @@ def _default_missing_post_town(data: Dict[str, Any]) -> Dict[str, Any]: return {**data, "post_town": ""} +def _normalize_sap_schema_16_x(data: Dict[str, Any]) -> Dict[str, Any]: + """Rewrite a `SAP-Schema-16.2`/`16.3` API doc onto the `RdSAP-Schema-17.1` + shape so it can reuse the tested `from_rdsap_schema_17_1` mapper. + + Despite the "SAP-Schema" name, 16.x is structurally an RdSAP cert (reduced + fields: a `glazed_area` *band* not measured openings, construction-code + building parts, `main_gas`/`meter_type` energy source, a PCDB boiler index). + It differs from RdSAP-17.1 only by a handful of field names plus three + fields it omits: + * top-level `windows` (list) β†’ `window` (first element); + `schema_version` β†’ `schema_version_original` + * sap_heating `wwhrs` β†’ `instantaneous_wwhrs` (identical shape); + `immersion_heating_type` defaulted (16.2 omits it β€” gas cert) + * main_heating_details[] `boiler_index_number` β†’ `main_heating_index_number` + (preserves PCDB efficiency); `emitter_temperature` defaulted + * sap_floor_dimensions[] `party_wall_length` defaulted to 0 (16.2 does not + lodge it β€” note: party-wall heat loss is then unmodelled) + * sap_energy_source `main_gas` β†’ `mains_gas` + + Mirrors `_normalize_shower_outlets` β€” mutates a deep copy, never the + caller's dict. Defaults use setdefault so a 16.2 cert that *does* carry the + RdSAP-17.1 name is left untouched. + """ + d: Dict[str, Any] = copy.deepcopy(data) + + def _dicts(value: Any) -> List[Dict[str, Any]]: + """The dict elements of `value` when it is a list, else [].""" + if not isinstance(value, list): + return [] + items: List[Any] = cast(List[Any], value) + return [cast(Dict[str, Any], x) for x in items if isinstance(x, dict)] + + windows: Any = d.get("windows") + if isinstance(windows, list) and windows: + window_list: List[Any] = cast(List[Any], windows) + d.setdefault("window", window_list[0]) + d.setdefault("schema_version_original", d.get("schema_version", "")) + # Some 16.x certs (notably 16.0) omit `tenure` β€” RdSapSchema17_1 requires it. + # It is address/occupancy metadata the SAP cascade never reads, so default a + # neutral 0 ("not recorded") to keep the cert mappable (mirrors + # `_default_missing_post_town`). Genuinely sparse 16.x certs that ALSO omit + # core fabric fields (glazed_area / window / door_count / habitable_room_count) + # still fail loud at from_dict β€” that is correct, the data is insufficient. + d.setdefault("tenure", 0) + + # 16.2 lodges glazing in BOTH `multiple_glazing_type` (frequently the "ND" + # not-defined sentinel) AND the windows[].description. When the numeric field + # is undefined, honour an explicit "Single glazed" description so it is not + # defaulted to double β€” RdSAP-21 code 5 = single glazing (cascade single + # slot, Uβ‰ˆ4.8). Otherwise keep the NDβ†’double-modal default the cascade uses. + glazing_type: Any = d.get("multiple_glazing_type") + if not isinstance(glazing_type, int): + window: Any = d.get("window") + description = "" + if isinstance(window, dict): + description = str(cast(Dict[str, Any], window).get("description") or "").lower() + if "single" in description: + d["multiple_glazing_type"] = 5 + + sap_heating: Any = d.get("sap_heating") + if isinstance(sap_heating, dict): + heating: Dict[str, Any] = cast(Dict[str, Any], sap_heating) + if "wwhrs" in heating: + heating.setdefault("instantaneous_wwhrs", heating["wwhrs"]) + heating.setdefault("immersion_heating_type", None) + for mh in _dicts(heating.get("main_heating_details")): + if "boiler_index_number" in mh: + mh.setdefault("main_heating_index_number", mh["boiler_index_number"]) + mh.setdefault("emitter_temperature", None) + + for bp in _dicts(d.get("sap_building_parts")): + for fd in _dicts(bp.get("sap_floor_dimensions")): + fd.setdefault("party_wall_length", 0) + + energy_source: Any = d.get("sap_energy_source") + if isinstance(energy_source, dict): + source: Dict[str, Any] = cast(Dict[str, Any], energy_source) + if "main_gas" in source: + source.setdefault("mains_gas", source["main_gas"]) + return d + + def _count_shower_outlets_by_type( schema_shower_outlets: Any, target_type: int, diff --git a/datatypes/epc/domain/tests/test_from_sap_schema.py b/datatypes/epc/domain/tests/test_from_sap_schema.py new file mode 100644 index 00000000..64b6ee5c --- /dev/null +++ b/datatypes/epc/domain/tests/test_from_sap_schema.py @@ -0,0 +1,529 @@ +"""Unit tests for the full-SAP (`SAP-Schema-17.1`) β†’ `EpcPropertyData` mapper. + +Mirrors `test_from_rdsap_schema.py`: parse a frozen real-cert fixture with +`from_dict`, then assert the mapper's per-field behaviour. Three fixtures +exercise the shape variation the design decisions hinge on +(`scripts/hyde/mapping_decisions.md`): + + * `sap_17_1.json` β€” ground-floor flat, cert 0862-…-2325 (lodged 83) + * `sap_17_1_house.json` β€” semi-detached, 3-way wall split + roof window + * `sap_17_1_flat.json` β€” ground-floor flat, party wall + 2 distinct door U +""" + +import json +import os +from typing import Any, Dict + +import pytest + +from datatypes.epc.domain.epc_property_data import EpcPropertyData +from datatypes.epc.domain.mapper import EpcPropertyDataMapper, UnmappedApiCode +from datatypes.epc.schema.sap_schema_17_1 import SapSchema17_1 +from datatypes.epc.schema.tests.helpers import from_dict + +FIXTURES = os.path.join(os.path.dirname(__file__), "../../schema/tests/fixtures") + +_ALL_FIXTURES = ("sap_17_1.json", "sap_17_1_house.json", "sap_17_1_flat.json") + + +def load(filename: str) -> Dict[str, Any]: + with open(os.path.join(FIXTURES, filename)) as f: + return json.load(f) # type: ignore[no-any-return] + + +class TestSapSchema17_1Parsing: + """Slice 1: the schema dataclass parses the real full-SAP payloads.""" + + @pytest.mark.parametrize("fixture", _ALL_FIXTURES) + def test_parses_every_fixture(self, fixture: str) -> None: + # Arrange / Act + schema = from_dict(SapSchema17_1, load(fixture)) + + # Assert + assert schema.schema_type == "SAP-Schema-17.1" + + def test_sample_identity_fields(self) -> None: + # Arrange / Act + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + + # Assert + assert schema.uprn == 10092973954 + assert schema.total_floor_area == 68 + + +class TestFromSapSchema17_1Tracer: + """Slice 2: the mapper produces a valid EpcPropertyData from a full-SAP cert.""" + + @pytest.mark.parametrize("fixture", _ALL_FIXTURES) + def test_produces_epc_property_data(self, fixture: str) -> None: + # Arrange + schema = from_dict(SapSchema17_1, load(fixture)) + + # Act + result = EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + # Assert + assert isinstance(result, EpcPropertyData) + + def test_maps_sample_uprn_and_floor_area(self) -> None: + # Arrange + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + + # Act + result = EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + # Assert + assert result.uprn == 10092973954 + assert result.total_floor_area_m2 == 68.0 + + +class TestFromSapSchema17_1FabricDescriptions: + """Slice 3 (D4): the measured-U fabric descriptions flow through to + epc.walls/floors/roofs so the engine's u_wall/u_floor/u_roof can parse + 'Average thermal transmittance X W/mΒ²K' instead of re-deriving from a band.""" + + @pytest.fixture + def sample(self) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_wall_description_carries_measured_u(self, sample: EpcPropertyData) -> None: + assert sample.walls[0].description == "Average thermal transmittance 0.17 W/mΒ²K" + + def test_floor_description_carries_measured_u(self, sample: EpcPropertyData) -> None: + assert sample.floors[0].description == "Average thermal transmittance 0.13 W/mΒ²K" + + def test_roof_description_carries_other_premises( + self, sample: EpcPropertyData + ) -> None: + # A ground-floor flat with premises above β†’ no roof heat loss; the + # "(other premises above)" sentinel must survive so the engine treats + # it as internal rather than parsing a measured U. + assert sample.roofs[0].description == "(other premises above)" + + @pytest.mark.parametrize("fixture", _ALL_FIXTURES) + def test_every_fixture_has_wall_descriptions(self, fixture: str) -> None: + schema = from_dict(SapSchema17_1, load(fixture)) + result = EpcPropertyDataMapper.from_sap_schema_17_1(schema) + assert result.walls and result.walls[0].description + + +class TestFromSapSchema17_1OpeningUnitSanitisation: + """Some full-SAP certs lodge sap_openings width/height in MILLIMETRES (mixed + with metre rows in the same array, e.g. a 2025Γ—2100 mm window next to a + 3.06Γ—1 m one). The mapper must read them as metres β€” any dimension + implausibly large (>50 m) is mm and is divided by 1000 β€” else the mm window + becomes ~4.25M mΒ², the HTC blows up and SAP clamps to 1. Regression for + uprn_10093117227 / 10090317693 / 10091636031.""" + + def test_mm_lodged_window_is_converted_to_metres(self) -> None: + # Arrange β€” cert lodges a 2025Γ—2100 mm "Side Elevation" window mixed with + # metre-lodged windows in the same sap_openings array. + data = load("sap_17_1_mm_openings.json") + + # Act + epc = EpcPropertyDataMapper.from_api_response(data) + + # Assert β€” no window is physically impossible; the mm row is now ~2 m. + assert max(w.window_width for w in epc.sap_windows) < 50.0 + + def test_mm_lodged_roof_window_is_converted_to_metres(self) -> None: + # Arrange β€” inject a millimetre-lodged roof-window dimension (990 mm) into + # a fixture whose roof windows are otherwise lodged in metres. + data = load("sap_17_1_house.json") + for bp in data["sap_building_parts"]: + for op in bp["sap_openings"]: + if op["name"] == "Bed 1 Roof": + op["width"] = 990 # mm (was 0.99 m) + + # Act + epc = EpcPropertyDataMapper.from_api_response(data) + + # Assert β€” the roof-window area stays physically plausible (not ~720 mΒ²). + assert epc.sap_roof_windows is not None + assert max(rw.area_m2 for rw in epc.sap_roof_windows) < 50.0 + + def test_mm_lodged_door_does_not_dominate_area_weighted_u(self) -> None: + # Arrange β€” the flat fixture has 2 doors (U 1.4 over 1.89 mΒ², U 1.8 over + # 2.12 mΒ²) β†’ area-weighted U 1.6115. Lodge the first door's width in mm; + # un-sanitised, its 1890 mΒ² area swamps the weighting β†’ U collapses to 1.4. + data = load("sap_17_1_flat.json") + for bp in data["sap_building_parts"]: + for op in bp["sap_openings"]: + if op["name"] == "Front": + op["width"] = 1890 # mm (was 1.89 m) + + # Act + epc = EpcPropertyDataMapper.from_api_response(data) + + # Assert β€” the mm door is rescaled, so the area weighting is unchanged. + assert epc.insulated_door_u_value == pytest.approx(1.6114713, abs=1e-4) + + +class TestFromSapSchema17_1Windows: + """Slice 4a (D2): vertical-window openings (opening-type 4) collapse onto + sap_windows with measured per-window geometry and U-value.""" + + @pytest.fixture + def sample(self) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_maps_every_window_opening(self, sample: EpcPropertyData) -> None: + # Sample lodges 5 window openings (+1 door, 0 roof windows). + assert len(sample.sap_windows) == 5 + + def test_window_area_from_measured_width_height( + self, sample: EpcPropertyData + ) -> None: + # First window opening: width 1 Γ— height 5.92 β€” engine computes area + # as window_width Γ— window_height, so both must pass through. + w = sample.sap_windows[0] + assert w.window_width == 1 + assert w.window_height == 5.92 + + def test_window_u_value_from_opening_type(self, sample: EpcPropertyData) -> None: + # Joined opening-type "Windows (1)" lodges u_value 1.4 β€” must land in + # window_transmission_details so the engine area-weights the real U. + details = sample.sap_windows[0].window_transmission_details + assert details is not None + assert details.u_value == 1.4 + + def test_window_orientation_passes_through(self, sample: EpcPropertyData) -> None: + assert sample.sap_windows[0].orientation == 8 + + +class TestFromSapSchema17_1Doors: + """Slice 4b (D2): door openings (opening-type 1/2/3) collapse onto the + engine's door_count + insulated_door_u_value. New-build doors are treated + insulated, so insulated_door_count == door_count.""" + + def _map(self, fixture: str) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load(fixture)) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_single_door_count_and_u(self) -> None: + result = self._map("sap_17_1.json") + assert result.door_count == 1 + assert result.insulated_door_u_value == 1.4 + + def test_doors_treated_insulated(self) -> None: + result = self._map("sap_17_1.json") + assert result.insulated_door_count == 1 + + def test_multi_door_u_is_area_weighted(self) -> None: + # Flat lodges 2 doors with distinct U (1.4 over 1.89 mΒ², 1.8 over 2.12 mΒ²) + # β†’ area-weighted mean so the dominant door drives the door heat loss. + result = self._map("sap_17_1_flat.json") + assert result.door_count == 2 + assert result.insulated_door_u_value == pytest.approx(1.6114713, abs=1e-6) + + +class TestFromSapSchema17_1RoofWindows: + """Slice 4c (D2): roof-window openings (opening-type 5) collapse onto + sap_roof_windows (pitched roof glazing for the Β§6 solar / Β§5 daylight + cascades), distinct from vertical sap_windows.""" + + def _map(self, fixture: str) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load(fixture)) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_house_maps_both_roof_windows(self) -> None: + result = self._map("sap_17_1_house.json") + assert result.sap_roof_windows is not None + assert len(result.sap_roof_windows) == 2 + + def test_roof_window_area_and_u(self) -> None: + result = self._map("sap_17_1_house.json") + assert result.sap_roof_windows is not None + rw = result.sap_roof_windows[0] + assert rw.area_m2 == pytest.approx(0.99 * 0.73, abs=1e-6) + assert rw.u_value_raw == 1.2 + + def test_flat_has_no_roof_windows(self) -> None: + # A ground-floor flat lodges no roof windows. + result = self._map("sap_17_1.json") + assert not result.sap_roof_windows + + +class TestFromSapSchema17_1UnknownOpeningType: + """Slice 4d (D2): an opening-type code outside {1,2,3 door, 4 window, + 5 roof window} must fail loud rather than silently drop the opening.""" + + def test_unmapped_opening_type_raises(self) -> None: + # Arrange β€” corrupt the placed window opening-type to an unknown code + data = load("sap_17_1.json") + data["sap_opening_types"][1]["type"] = 99 # was 4 (window), now unmapped + schema = from_dict(SapSchema17_1, data) + + # Act / Assert + with pytest.raises(UnmappedApiCode): + EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + +class TestFromSapSchema17_1LivingArea: + """Slice 6 (D3): full SAP measures living_area but the engine only reads it + via habitable_rooms_count (Table 27). Back-solve the room count whose Table + 27 fraction is closest to the measured living_area/TFA so the existing + engine path reproduces the measured living-area fraction.""" + + def _map(self, fixture: str) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load(fixture)) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_sample_back_solves_rooms(self) -> None: + # 23.45 / 68 = 0.345 β†’ closest Table 27 fraction is 3 rooms (0.30). + assert self._map("sap_17_1.json").habitable_rooms_count == 3 + + def test_low_living_fraction_back_solves_high_room_count(self) -> None: + # 15.19 / 114 = 0.133 β†’ bottom of Table 27 β†’ 8 rooms. + assert self._map("sap_17_1_house.json").habitable_rooms_count == 8 + + def test_flat_back_solves_rooms(self) -> None: + # 14.87 / 41 = 0.363 β†’ 3 rooms (0.30 closest). + assert self._map("sap_17_1_flat.json").habitable_rooms_count == 3 + + +class TestFromSapSchema17_1EnergySource: + """Slice D5: full-SAP sap_energy_source β†’ mains_gas (derived from heating + fuel), lighting outlet counts β†’ bulb counts, and the tariff/meter.""" + + @pytest.fixture + def sample(self) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_mains_gas_derived_from_heating_fuel(self, sample: EpcPropertyData) -> None: + # Main heating fuel is mains gas (code 1) β†’ mains_gas True. + assert sample.sap_energy_source.mains_gas is True + + def test_lighting_outlet_counts_to_bulbs(self, sample: EpcPropertyData) -> None: + # 1 fixed outlet, 1 low-energy β†’ 1 low-energy bulb, 0 incandescent. + assert sample.low_energy_fixed_lighting_bulbs_count == 1 + assert sample.incandescent_fixed_lighting_bulbs_count == 0 + + def test_wind_turbine_fields_pass_through(self, sample: EpcPropertyData) -> None: + assert sample.sap_energy_source.wind_turbines_count == 0 + + +class TestFromSapSchema17_1CodeBasedHeating: + """Slice D6b: ~27% of full-SAP certs use a code-based heating encoding + (main_heating_category 6/10 β€” community heating, heat pumps) lodging + main_heating_code instead of explicit heat_emitter_type/main_fuel_type. + A known variant β€” map main_heating_code β†’ sap_main_heating_code rather than + fail loud, so the cert maps for completeness (score is a later concern).""" + + def test_code_based_heating_cert_maps(self) -> None: + # Previously raised "missing required field 'heat_emitter_type'". + result = EpcPropertyDataMapper.from_api_response(load("sap_17_1_codeheat.json")) + assert isinstance(result, EpcPropertyData) + + def test_main_heating_code_carried(self) -> None: + result = EpcPropertyDataMapper.from_api_response(load("sap_17_1_codeheat.json")) + assert result.sap_heating.main_heating_details[0].sap_main_heating_code == 691 + + +class TestFromSapSchema17_1Ventilation: + """Slice D5-vent: full-SAP sap_ventilation β†’ measured air permeability (AP4), + ventilation_type β†’ MechanicalVentilationKind, sheltered sides, wet rooms and + the MEV PCDB index.""" + + @pytest.fixture + def sample(self) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_measured_air_permeability_fed_as_ap4(self, sample: EpcPropertyData) -> None: + assert sample.sap_ventilation is not None + assert sample.sap_ventilation.air_permeability_ap4_m3_h_m2 == 2.6 + + def test_ventilation_type_6_is_extract(self, sample: EpcPropertyData) -> None: + # ventilation_type 6 = MEV decentralised β†’ EXTRACT_OR_PIV_OUTSIDE. + assert sample.sap_ventilation is not None + assert sample.sap_ventilation.mechanical_ventilation_kind == "EXTRACT_OR_PIV_OUTSIDE" + + def test_sheltered_sides_and_wet_rooms(self, sample: EpcPropertyData) -> None: + assert sample.sap_ventilation is not None + assert sample.sap_ventilation.sheltered_sides == 1 + assert sample.wet_rooms_count == 2 + + def test_mev_index_for_pcdb_lookup(self, sample: EpcPropertyData) -> None: + assert sample.mechanical_ventilation_index_number == 500229 + + def test_unknown_ventilation_type_fails_loud(self) -> None: + data = load("sap_17_1.json") + data["sap_ventilation"]["ventilation_type"] = 99 + schema = from_dict(SapSchema17_1, data) + with pytest.raises(UnmappedApiCode): + EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + +class TestFromSapSchema17_1Heating: + """Slice D6: full-SAP sap_heating (differing field names) maps onto the + domain SapHeating + MainHeatingDetail the calculator consumes.""" + + @pytest.fixture + def sample(self) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load("sap_17_1.json")) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_main_heating_detail_mapped(self, sample: EpcPropertyData) -> None: + details = sample.sap_heating.main_heating_details + assert len(details) == 1 + assert details[0].main_fuel_type == 1 + # PCDB boiler index drives the efficiency lookup β€” must survive. + assert details[0].main_heating_index_number == 17929 + + def test_flue_fan_field_renamed(self, sample: EpcPropertyData) -> None: + # full SAP lodges is_flue_fan_present; domain field is fan_flue_present. + assert sample.sap_heating.main_heating_details[0].fan_flue_present is True + + def test_water_heating_carried(self, sample: EpcPropertyData) -> None: + assert sample.sap_heating.water_heating_code == 901 + assert sample.sap_heating.water_heating_fuel == 1 + + +class TestFromSapSchema17_1Perimeter: + """Slice 5 (D1): full SAP lodges no heat-loss perimeter; derive it from the + measured exposed-wall areas (wall_type 1/2/3) Γ· Ξ£ storey-heights, with party + walls (wall_type 4) routed to party_wall_length_m and internal partitions + (wall_type 5) discarded. Distributed uniformly per storey so the engine's + Ξ£(perimeter Γ— height) reconstructs the measured exposed-wall area exactly.""" + + def _map(self, fixture: str) -> EpcPropertyData: + schema = from_dict(SapSchema17_1, load(fixture)) + return EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + def test_sample_perimeter_from_exposed_walls(self) -> None: + result = self._map("sap_17_1.json") + fd = result.sap_building_parts[0].sap_floor_dimensions[0] + # exposed 91.54 mΒ² Γ· storey-height 2.4 m = 38.1417 m + assert fd.heat_loss_perimeter_m == pytest.approx(38.1417, abs=1e-3) + + def test_sample_has_no_party_wall(self) -> None: + result = self._map("sap_17_1.json") + fd = result.sap_building_parts[0].sap_floor_dimensions[0] + assert fd.party_wall_length_m == 0.0 + + def test_multistorey_house_reconstructs_exposed_area(self) -> None: + # 3-storey mid-terrace: Ξ£(perimeter_i Γ— height_i) must equal the + # measured exposed-wall area 87.85 mΒ² (uniform per-storey split). + result = self._map("sap_17_1_house.json") + fds = result.sap_building_parts[0].sap_floor_dimensions + gross = sum((fd.heat_loss_perimeter_m or 0.0) * (fd.room_height_m or 0.0) for fd in fds) + assert gross == pytest.approx(87.85, abs=1e-2) + + def test_house_routes_party_walls_to_party_length(self) -> None: + # Ξ£(party_length_i Γ— height_i) must equal the measured party-wall area. + result = self._map("sap_17_1_house.json") + fds = result.sap_building_parts[0].sap_floor_dimensions + party = sum((fd.party_wall_length_m or 0.0) * (fd.room_height_m or 0.0) for fd in fds) + assert party == pytest.approx(105.44, abs=1e-2) + + def test_unknown_wall_type_fails_loud(self) -> None: + # A wall_type outside {1,2,3 exposed, 4 party, 5 internal} must raise + # rather than silently vanish from the envelope. + data = load("sap_17_1.json") + data["sap_building_parts"][0]["sap_walls"][0]["wall_type"] = 7 + schema = from_dict(SapSchema17_1, data) + with pytest.raises(UnmappedApiCode): + EpcPropertyDataMapper.from_sap_schema_17_1(schema) + + +class TestFromSapSchema16_2: + """SAP-Schema-16.2 β€” structurally an RdSAP-17.1 cert under a different name + + a few renamed/omitted fields. `from_api_response` normalises it onto the + RdSAP-17.1 shape (`_normalize_sap_schema_16_x`) and reuses that mapper. + Regression for uprn_100020933699 (cert 9548-…-0950, End-terrace house).""" + + def test_16_2_dispatches_and_maps_via_rdsap_17_1(self) -> None: + # Arrange / Act β€” the raw 16.2 doc must dispatch (no "Unsupported + # schema") and map all the renamed seams: windowsβ†’window, + # main_gasβ†’mains_gas, boiler_index_numberβ†’main_heating_index_number, + # wwhrsβ†’instantaneous_wwhrs. + epc = EpcPropertyDataMapper.from_api_response(load("sap_16_2.json")) + + # Assert β€” identity + the seams that would silently drop on a bad rename. + assert isinstance(epc, EpcPropertyData) + assert epc.uprn == 100020933699 + assert epc.total_floor_area_m2 == 62.0 + assert epc.dwelling_type == "End-terrace house" + mh = epc.sap_heating.main_heating_details[0] + assert mh.main_fuel_type == 26 # mains gas + # boiler_index_number must survive as the PCDB index (efficiency source). + assert mh.main_heating_index_number == 10321 + + def test_16_2_produces_a_sap_score(self) -> None: + # The mapped cert must run end-to-end through the SAP-10 engine. + from domain.sap10_calculator.calculator import Sap10Calculator + + epc = EpcPropertyDataMapper.from_api_response(load("sap_16_2.json")) + result = Sap10Calculator().calculate(epc) + # Lodged 70; engine produces 71 (Elmhurst validation still pending). + assert result.sap_score == 71 + + def test_16_2_single_glazed_description_honoured_over_nd(self) -> None: + # 16.2 lodges multiple_glazing_type "ND" but a "Single glazed" windows + # description; the normaliser must route to single glazing (cascade slot + # 1, Uβ‰ˆ4.8) not the NDβ†’double default β€” else single-glazed older certs + # over-rate. Regression for uprn_100020933699. + epc = EpcPropertyDataMapper.from_api_response(load("sap_16_2.json")) + assert epc.sap_windows, "expected synthesised windows" + assert epc.sap_windows[0].glazing_type == 1 # cascade single-glazing slot + + def test_16_3_dispatches_via_same_16_x_path(self) -> None: + # SAP-Schema-16.3 is the same reduced-field RdSAP shape as 16.2 and + # routes through the same _normalize_sap_schema_16_x path. Regression + # for uprn_44012843 (ground-floor flat, age band K). + from domain.sap10_calculator.calculator import Sap10Calculator + + epc = EpcPropertyDataMapper.from_api_response(load("sap_16_3.json")) + assert isinstance(epc, EpcPropertyData) + assert epc.uprn == 44012843 + assert epc.dwelling_type == "Ground-floor flat" + # lodged 81; engine produces 79. + assert Sap10Calculator().calculate(epc).sap_score == 79 + + def test_17_0_dispatches_via_full_sap_path(self) -> None: + # SAP-Schema-17.0 is structurally identical to the full-SAP 17.1 schema + # (measured sap_opening_types) β€” it parses with the 17.1 dataclass and + # reuses from_sap_schema_17_1 with no normalisation. Regression for + # uprn_10023444324 (ground-floor flat). + from domain.sap10_calculator.calculator import Sap10Calculator + + epc = EpcPropertyDataMapper.from_api_response(load("sap_17_0.json")) + assert isinstance(epc, EpcPropertyData) + assert epc.uprn == 10023444324 + # lodged 82; engine produces 80. + assert Sap10Calculator().calculate(epc).sap_score == 80 + + def test_18_0_0_dispatches_via_full_sap_path(self) -> None: + # SAP-Schema-18.0.0 is the full-SAP 17.1 shape; dispatched to + # from_sap_schema_17_1 with no normalisation. Regression for + # uprn_10094601287. + from domain.sap10_calculator.calculator import Sap10Calculator + + epc = EpcPropertyDataMapper.from_api_response(load("sap_18_0_0.json")) + assert isinstance(epc, EpcPropertyData) + assert epc.uprn == 10094601287 + assert Sap10Calculator().calculate(epc).sap_score == 80 # lodged 84 + + def test_16_0_dispatches_via_16_x_path_with_tenure_default(self) -> None: + # SAP-Schema-16.0 is the same reduced-field 16.x shape; it omits the + # required `tenure` field, which the normaliser defaults to 0. Regression + # for uprn_100020933894. + from domain.sap10_calculator.calculator import Sap10Calculator + + epc = EpcPropertyDataMapper.from_api_response(load("sap_16_0.json")) + assert isinstance(epc, EpcPropertyData) + assert epc.uprn == 100020933894 + assert Sap10Calculator().calculate(epc).sap_score == 61 # lodged 56 + + def test_16_2_normalizer_does_not_mutate_caller_dict(self) -> None: + # Mirror _normalize_shower_outlets' contract: the caller's dict is + # untouched (deep copy), so a re-dispatch sees the original shape. + data = load("sap_16_2.json") + before_keys = set(data.keys()) + EpcPropertyDataMapper.from_api_response(data) + assert "window" not in data # the rename landed only on the copy + assert set(data.keys()) == before_keys diff --git a/datatypes/epc/schema/sap_schema_17_1.py b/datatypes/epc/schema/sap_schema_17_1.py new file mode 100644 index 00000000..195e4f53 --- /dev/null +++ b/datatypes/epc/schema/sap_schema_17_1.py @@ -0,0 +1,199 @@ +"""Full-SAP (`SAP-Schema-17.1`) payload dataclasses. + +Unlike the RdSAP schemas (reduced-data, for existing dwellings), full SAP +carries the measured SAP calculation input set β€” typically new-build / +on-construction (`assessment_type: "SAP"`). Built incrementally via TDD; +fields are modelled as the mapper slices demand them. `Optional[...]` per +observed corpus presence (`backend/epc_api/json_samples/SAP-Schema-17.1/ +corpus.jsonl`), since the custom `from_dict` ignores unmodelled keys and +raises only on a missing *required* field. +""" + +from dataclasses import dataclass, field +from typing import List, Optional, Union + +from .common import DescriptionV1 + + +@dataclass +class SapOpeningType: + """A reusable opening definition (door / window / roof window) joined to + each `SapOpening` by `name`. `type`: 1/2/3 = door, 4 = window, 5 = roof + window/rooflight. `u_value` is the measured per-opening U.""" + + name: Union[str, int] + type: int + u_value: float + glazing_type: int + data_source: int + frame_type: Optional[int] = None + frame_factor: Optional[float] = None + solar_transmittance: Optional[float] = None + + +@dataclass +class SapOpening: + """A placed opening within a building part. `type` is the join key into + `sap_opening_types[].name`. `width`/`height` give the measured area.""" + + name: Union[str, int] + type: Union[str, int] + width: Union[int, float] + height: Union[int, float] + location: Optional[str] = None + orientation: Optional[int] = None + # roof-window openings (opening-type 5) lodge a roof pitch. + pitch: Optional[Union[int, float]] = None + + +@dataclass +class SapWall: + """A measured wall surface. `wall_type`: 1/2/3 = external (exposed), 4 = + party, 5 = internal partition. `total_wall_area` is the measured area used + (with storey height) to back out the heat-loss perimeter / party length.""" + + wall_type: int + total_wall_area: float + name: Optional[Union[str, int]] = None + u_value: Optional[float] = None + kappa_value: Optional[float] = None + is_curtain_walling: Optional[str] = None + + +@dataclass +class SapFloorDim: + """A per-storey floor dimension. `storey` is the 0-indexed level (0 = + ground). Full SAP lodges no heat-loss perimeter β€” it's derived from the + part's wall areas and `storey_height`.""" + + storey: int + storey_height: float + total_floor_area: float + u_value: Optional[float] = None + floor_type: Optional[int] = None + kappa_value: Optional[float] = None + heat_loss_area: Optional[float] = None + + +@dataclass +class SapBuildingPart: + """A building part. Modelled incrementally β€” slice 4 needs `sap_openings`; + slice 5 (perimeter) adds `sap_walls` / `sap_floor_dimensions`.""" + + sap_openings: List[SapOpening] = field(default_factory=list) + sap_walls: List[SapWall] = field(default_factory=list) + sap_floor_dimensions: List[SapFloorDim] = field(default_factory=list) + identifier: Optional[str] = None + construction_year: Optional[int] = None + building_part_number: Optional[int] = None + + +@dataclass +class SapVentilation: + """Measured ventilation. `air_permeability` is the as-tested AP4 value the + engine consumes directly (vs RdSAP's age-band default). `ventilation_type` + is the standard SAP code (1 natural … 5/6 MEV, 7 MVHR, 8 MV).""" + + air_permeability: Optional[float] = None + pressure_test: Optional[int] = None + ventilation_type: Optional[int] = None + sheltered_sides_count: Optional[int] = None + wet_rooms_count: Optional[int] = None + extract_fans_count: Optional[int] = None + open_flues_count: Optional[int] = None + flueless_gas_fires_count: Optional[int] = None + open_fireplaces_count: Optional[int] = None + mechanical_vent_system_index_number: Optional[int] = None + mechanical_vent_duct_type: Optional[int] = None + + +@dataclass +class SapEnergySource: + """Electricity tariff, on-site generation and lighting. Lighting outlet + counts map to the engine's bulb counts; `mains_gas` is derived from the + heating fuel (full SAP has no explicit flag).""" + + electricity_tariff: Optional[int] = None + wind_turbines_count: Optional[int] = None + wind_turbine_terrain_type: Optional[int] = None + fixed_lighting_outlets_count: Optional[int] = None + low_energy_fixed_lighting_outlets_count: Optional[int] = None + + +@dataclass +class SapMainHeatingDetail: + """One main-heating system. Field names differ from RdSAP (e.g. + `is_flue_fan_present` vs `fan_flue_present`, `main_heating_flue_type` vs + `boiler_flue_type`); the mapper translates them.""" + + main_heating_control: int + # code-based heating (category 6/10 β€” community heating, heat pumps) lodges + # main_heating_code instead of explicit fuel/emitter; both then absent. + main_fuel_type: Optional[int] = None + heat_emitter_type: Optional[int] = None + emitter_temperature: Optional[Union[int, str]] = None + main_heating_code: Optional[int] = None + main_heating_number: Optional[int] = None + main_heating_category: Optional[int] = None + main_heating_fraction: Optional[Union[int, float]] = None + main_heating_data_source: Optional[int] = None + main_heating_index_number: Optional[int] = None + main_heating_flue_type: Optional[int] = None + is_flue_fan_present: Optional[str] = None + central_heating_pump_age: Optional[int] = None + load_or_weather_compensation: Optional[int] = None + + +@dataclass +class SapHeating: + """Heating + hot-water systems. `water_fuel_type`/`water_heating_code` drive + the hot-water cascade; `main_heating_index_number` keys the PCDB efficiency + lookup.""" + + main_heating_details: List[SapMainHeatingDetail] = field(default_factory=list) + water_fuel_type: Optional[int] = None + water_heating_code: Optional[int] = None + has_hot_water_cylinder: Optional[str] = None + has_fixed_air_conditioning: Optional[str] = None + secondary_heating_category: Optional[int] = None + + +@dataclass +class EnergyElement: + """A fabric/system element with its lodged description. On full SAP the + `description` carries the measured U-value as text, e.g. "Average thermal + transmittance 0.17 W/mΒ²K" (parsed downstream by u_wall/u_floor/u_roof), + or "(other premises above/below)" for an element bordering another + dwelling (no heat loss).""" + + description: Union[str, DescriptionV1] + energy_efficiency_rating: int + environmental_efficiency_rating: int + + +@dataclass +class SapSchema17_1: + uprn: int + schema_type: str + total_floor_area: Union[int, float] + # full SAP lodges dwelling_type as a localised object OR a plain string. + dwelling_type: Union[str, DescriptionV1] + tenure: Union[str, int] + transaction_type: int + address_line_1: str + postcode: str + post_town: str + inspection_date: str + has_hot_water_cylinder: str + has_fixed_air_conditioning: str + roofs: List[EnergyElement] + walls: List[EnergyElement] + floors: List[EnergyElement] + sap_opening_types: List[SapOpeningType] + sap_building_parts: List[SapBuildingPart] + sap_heating: SapHeating + sap_energy_source: SapEnergySource = field(default_factory=SapEnergySource) + sap_ventilation: SapVentilation = field(default_factory=SapVentilation) + # measured living-room area (mΒ²); the engine consumes it via a back-solved + # habitable_rooms_count (Table 27). Optional β€” 100% present in the corpus. + living_area: Optional[Union[int, float]] = None diff --git a/datatypes/epc/schema/tests/fixtures/sap_16_0.json b/datatypes/epc/schema/tests/fixtures/sap_16_0.json new file mode 100644 index 00000000..7987d25b --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_16_0.json @@ -0,0 +1,302 @@ +{ + "uprn": 100020933894, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Solid brick, as built, no insulation (assumed)", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "floors": [ + { + "description": "Suspended, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "lighting": { + "description": "No low energy lighting", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + }, + "postcode": "SE9 1SL", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 2, + "created_at": "2012-06-05 07:15:18.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 1, + "water_heating_code": 901, + "water_heating_fuel": 26, + "secondary_fuel_type": 29, + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10328, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "secondary_heating_type": 691, + "has_fixed_air_conditioning": "false" + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.0", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Semi-detached house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Admiral Seymour Road", + "schema_version": "LIG-16.0", + "assessment_type": "RdSAP", + "completion_date": "2012-06-05", + "inspection_date": "2012-05-23", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 92, + "transaction_type": 3, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2012-06-05", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 1 + }, + "secondary_heating": { + "description": "Room heaters, electric", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "Y", + "wall_thickness": 300, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 3, + "building_part_number": 1, + "sap_alternative_wall": { + "wall_area": 54.08, + "wall_dry_lined": "Y", + "wall_thickness": 340, + "wall_construction": 3, + "wall_insulation_type": 4, + "wall_thickness_measured": "Y" + }, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.5, + "floor_insulation": 1, + "total_floor_area": 45.79, + "floor_construction": 2, + "heat_loss_perimeter": 22.91 + }, + { + "floor": 1, + "room_height": 2.58, + "total_floor_area": 45.79, + "heat_loss_perimeter": 22.91 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "B", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm" + } + ], + "low_energy_lighting": 0, + "solar_water_heating": "N", + "bedf_revision_number": 323, + "habitable_room_count": 4, + "heating_cost_current": { + "value": 767, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 4.4, + "energy_rating_average": 60, + "energy_rating_current": 56, + "lighting_cost_current": { + "value": 98, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 1, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 493, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 87, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 231, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a314,000", + "improvement_type": "Q", + "improvement_details": { + "improvement_number": 7 + }, + "improvement_category": 5, + "energy_performance_rating": 67, + "environmental_impact_rating": 67 + }, + { + "sequence": 2, + "typical_saving": { + "value": 51, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 69, + "environmental_impact_rating": 70 + }, + { + "sequence": 3, + "typical_saving": { + "value": 41, + "currency": "GBP" + }, + "indicative_cost": "\u00a350", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 72 + }, + { + "sequence": 4, + "typical_saving": { + "value": 25, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 73 + }, + { + "sequence": 5, + "typical_saving": { + "value": 227, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 81, + "environmental_impact_rating": 82 + } + ], + "co2_emissions_potential": 1.6, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 49, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 62, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2211, + "impact_of_loft_insulation": -413, + "impact_of_solid_wall_insulation": -5030, + "space_heating_existing_dwelling": 13580 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 254, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": "1.1.8.0", + "energy_consumption_potential": 91, + "environmental_impact_current": 54, + "fixed_lighting_outlets_count": 10, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 82, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 48, + "low_energy_fixed_lighting_outlets_count": 0 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_16_2.json b/datatypes/epc/schema/tests/fixtures/sap_16_2.json new file mode 100644 index 00000000..b8193954 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_16_2.json @@ -0,0 +1,310 @@ +{ + "uprn": 100020933699, + "roofs": [ + { + "description": "Pitched, 100 mm loft insulation", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Cavity wall, filled cavity", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Solid, no insulation (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Single glazed", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 1 + } + ], + "lighting": { + "description": "Low energy lighting in 22% of fixed outlets", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + }, + "postcode": "SE18 2PE", + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 3, + "created_at": "2013-01-14 15:52:33.000000", + "door_count": 2, + "glazed_area": 1, + "region_code": 17, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 0 + }, + "cylinder_size": 2, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 10321, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 25 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.2", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "End-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "1, Acland Close", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2013-01-14", + "inspection_date": "2013-01-14", + "extensions_count": 0, + "measurement_type": 1, + "total_floor_area": 62, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 4, + "registration_date": "2013-01-14", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 280, + "floor_heat_loss": 7, + "roof_construction": 4, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.4, + "floor_insulation": 1, + "total_floor_area": 31.06, + "floor_construction": 1, + "heat_loss_perimeter": 15.8 + }, + { + "floor": 1, + "room_height": 2.4, + "total_floor_area": 31.06, + "heat_loss_perimeter": 15.8 + } + ], + "wall_insulation_type": 2, + "construction_age_band": "G", + "wall_thickness_measured": "Y", + "roof_insulation_location": 2, + "roof_insulation_thickness": "100mm" + } + ], + "low_energy_lighting": 22, + "solar_water_heating": "N", + "bedf_revision_number": 333, + "habitable_room_count": 4, + "heating_cost_current": { + "value": 370, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 2.2, + "energy_rating_average": 60, + "energy_rating_current": 70, + "lighting_cost_current": { + "value": 66, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": "ND", + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 296, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 106, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 27, + "currency": "GBP" + }, + "indicative_cost": "\u00a3800 - \u00a31,200", + "improvement_type": "W", + "improvement_details": { + "improvement_number": 47 + }, + "improvement_category": 5, + "energy_performance_rating": 71, + "environmental_impact_rating": 73 + }, + { + "sequence": 2, + "typical_saving": { + "value": 26, + "currency": "GBP" + }, + "indicative_cost": "\u00a335", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 72, + "environmental_impact_rating": 74 + }, + { + "sequence": 3, + "typical_saving": { + "value": 33, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 76 + }, + { + "sequence": 4, + "typical_saving": { + "value": 52, + "currency": "GBP" + }, + "indicative_cost": "\u00a33,300 - \u00a36,500", + "improvement_type": "O", + "improvement_details": { + "improvement_number": 8 + }, + "improvement_category": 5, + "energy_performance_rating": 77, + "environmental_impact_rating": 80 + }, + { + "sequence": 5, + "typical_saving": { + "value": 236, + "currency": "GBP" + }, + "indicative_cost": "\u00a39,000 - \u00a314,000", + "improvement_type": "U", + "improvement_details": { + "improvement_number": 34 + }, + "improvement_category": 5, + "energy_performance_rating": 89, + "environmental_impact_rating": 92 + }, + { + "sequence": 6, + "typical_saving": { + "value": 19, + "currency": "GBP" + }, + "indicative_cost": "\u00a31,500 - \u00a34,000", + "improvement_type": "V", + "improvement_details": { + "improvement_number": 44 + }, + "improvement_category": 5, + "energy_performance_rating": 90, + "environmental_impact_rating": 92 + } + ], + "co2_emissions_potential": 0.5, + "energy_rating_potential": 90, + "lighting_cost_potential": { + "value": 37, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 72, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2577, + "impact_of_loft_insulation": -309, + "space_heating_existing_dwelling": 5864 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 189, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 0, + "calculation_software_version": 8.0, + "energy_consumption_potential": 36, + "environmental_impact_current": 71, + "fixed_lighting_outlets_count": 9, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 92, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 36, + "low_energy_fixed_lighting_outlets_count": 2 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_16_3.json b/datatypes/epc/schema/tests/fixtures/sap_16_3.json new file mode 100644 index 00000000..eaa277d5 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_16_3.json @@ -0,0 +1,222 @@ +{ + "uprn": 44012843, + "roofs": [ + { + "description": "(another dwelling above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Cavity wall, as built, insulated (assumed)", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Solid, insulated (assumed)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 2, + "windows": [ + { + "description": "Fully double glazed", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "lighting": { + "description": "Low energy lighting in 80% of fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME2 2BN", + "hot_water": { + "description": "From main system, plus solar", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "post_town": "ROCHESTER", + "built_form": 3, + "created_at": "2014-02-18 23:08:35", + "door_count": 1, + "glazed_area": 1, + "region_code": 14, + "report_type": 2, + "sap_heating": { + "wwhrs": { + "rooms_with_bath_and_or_shower": 1, + "rooms_with_mixer_shower_no_bath": 0, + "rooms_with_bath_and_mixer_shower": 1 + }, + "cylinder_size": 4, + "water_heating_code": 901, + "water_heating_fuel": 26, + "cylinder_thermostat": "Y", + "main_heating_details": [ + { + "has_fghrs": "N", + "main_fuel_type": 26, + "boiler_flue_type": 2, + "fan_flue_present": "Y", + "heat_emitter_type": 1, + "boiler_index_number": 9895, + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_data_source": 1 + } + ], + "cylinder_insulation_type": 1, + "has_fixed_air_conditioning": "false", + "cylinder_insulation_thickness": 50 + }, + "sap_version": 9.91, + "schema_type": "SAP-Schema-16.3", + "uprn_source": "Energy Assessor", + "country_code": "EAW", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1 Alexandra House", + "address_line_2": "Sealand Drive", + "schema_version": "LIG-16.1", + "assessment_type": "RdSAP", + "completion_date": "2014-02-18", + "inspection_date": "2014-02-18", + "extensions_count": 0, + "measurement_type": 1, + "sap_flat_details": { + "level": 1, + "top_storey": "N", + "flat_location": 0, + "heat_loss_corridor": 2, + "unheated_corridor_length": 10.8 + }, + "total_floor_area": 55, + "transaction_type": 8, + "conservatory_type": 1, + "heated_room_count": 2, + "registration_date": "2014-02-18", + "restricted_access": 0, + "sap_energy_source": { + "main_gas": "Y", + "meter_type": 2, + "photovoltaic_supply": { + "percent_roof_area": 0 + }, + "wind_turbines_count": 0, + "wind_turbines_terrain_type": 2 + }, + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 10 + ], + "sap_building_parts": [ + { + "identifier": "Main Dwelling", + "wall_dry_lined": "N", + "wall_thickness": 340, + "floor_heat_loss": 7, + "roof_construction": 3, + "wall_construction": 4, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "floor": 0, + "room_height": 2.35, + "floor_insulation": 1, + "total_floor_area": 55.26, + "floor_construction": 1, + "heat_loss_perimeter": 29.2 + } + ], + "wall_insulation_type": 4, + "construction_age_band": "K", + "wall_thickness_measured": "Y", + "roof_insulation_location": "ND", + "roof_insulation_thickness": "ND" + } + ], + "low_energy_lighting": 80, + "solar_water_heating": "Y", + "bedf_revision_number": 353, + "habitable_room_count": 2, + "heating_cost_current": { + "value": 231, + "currency": "GBP" + }, + "insulated_door_count": 0, + "co2_emissions_current": 1.0, + "energy_rating_average": 60, + "energy_rating_current": 81, + "lighting_cost_current": { + "value": 47, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "multiple_glazing_type": 2, + "open_fireplaces_count": 0, + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 231, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 61, + "currency": "GBP" + }, + "mechanical_ventilation": 0, + "percent_draughtproofed": 100, + "co2_emissions_potential": 1.0, + "energy_rating_potential": 81, + "lighting_cost_potential": { + "value": 47, + "currency": "GBP" + }, + "hot_water_cost_potential": { + "value": 61, + "currency": "GBP" + }, + "renewable_heat_incentive": { + "water_heating": 2177, + "space_heating_existing_dwelling": 2074 + }, + "seller_commission_report": "Y", + "energy_consumption_current": 99, + "has_fixed_air_conditioning": "false", + "multiple_glazed_proportion": 100, + "calculation_software_version": 8.3, + "energy_consumption_potential": 99, + "environmental_impact_current": 85, + "fixed_lighting_outlets_count": 5, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 85, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 19, + "low_energy_fixed_lighting_outlets_count": 4 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_0.json b/datatypes/epc/schema/tests/fixtures/sap_17_0.json new file mode 100644 index 00000000..57b43b62 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_0.json @@ -0,0 +1,387 @@ +{ + "uprn": 10023444324, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.2 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.1 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "DA1 5UU", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DARTFORD", + "built_form": 3, + "created_at": "2016-09-06 16:02:00", + "living_area": 25.23, + "orientation": 0, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2106, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 16211, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 3.2 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "1, Ashmore Close", + "assessment_date": "2016-09-06", + "assessment_type": "SAP", + "completion_date": "2016-09-06", + "inspection_date": "2016-09-06", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 3.24, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500416, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 50, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2016-09-06", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 2, + "peak_power": 0.48, + "orientation": 5, + "overshading": 1, + "pv_connection": 1 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": 1, + "type": 1, + "u_value": 0.97, + "data_source": 2, + "description": "Front", + "glazing_type": 1 + }, + { + "name": 2, + "type": 4, + "u_value": 1.2, + "data_source": 2, + "description": "Window", + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_walls": [ + { + "name": "Wall 1", + "u_value": 0.2, + "wall_type": 2, + "description": "150mm hi-cav 32 AAC", + "total_wall_area": 37.93, + "is_curtain_walling": "false" + }, + { + "name": "Wall 2", + "u_value": 0.18, + "wall_type": 3, + "description": "To corridor", + "total_wall_area": 19.28, + "is_curtain_walling": "false" + }, + { + "name": "Wall 3", + "u_value": 0, + "wall_type": 4, + "description": "party", + "total_wall_area": 15.5 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": 1, + "width": 1, + "height": 2.1, + "location": "Wall 2", + "orientation": 0 + }, + { + "name": 2, + "type": 2, + "width": 1.16, + "height": 2.28, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 3, + "type": 2, + "width": 1.16, + "height": 1.08, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 4, + "type": 2, + "width": 2.29, + "height": 2.28, + "location": "Wall 1", + "orientation": 7 + }, + { + "name": 5, + "type": 2, + "width": 1.17, + "height": 2.23, + "location": "Wall 1", + "orientation": 3 + } + ], + "construction_year": 2015, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 6.78, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 5.78, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 19.94, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 22.17, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 22.17, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 2.26, + "psi_value": 1, + "psi_value_source": 3, + "thermal_bridge_type": "E9" + }, + { + "length": 4.82, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 4.82, + "psi_value": 0.12, + "psi_value_source": 4, + "thermal_bridge_type": "E18" + }, + { + "length": 8, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 8, + "psi_value": 0, + "psi_value_source": 3, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.1, + "floor_type": 2, + "description": "Floor 1", + "storey_height": 2.41, + "heat_loss_area": 50.17, + "total_floor_area": 50.17 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 171, + "currency": "GBP" + }, + "co2_emissions_current": 0.7, + "energy_rating_average": 60, + "energy_rating_current": 82, + "lighting_cost_current": { + "value": 36, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 171, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 80, + "currency": "GBP" + }, + "co2_emissions_potential": 0.7, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 80, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1299, + "water_heating": 1651 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 75, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": 6.2, + "energy_consumption_potential": 75, + "environmental_impact_current": 89, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 89, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 13 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_1.json b/datatypes/epc/schema/tests/fixtures/sap_17_1.json new file mode 100644 index 00000000..8d828d3e --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_1.json @@ -0,0 +1,433 @@ +{ + "uprn": 10092973954, + "roofs": [ + { + "description": { + "value": "(other premises above)", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": { + "value": "Average thermal transmittance 0.17 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": { + "value": "Average thermal transmittance 0.13 W/m\u00b2K", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": { + "value": "High performance glazing", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": { + "value": "Low energy lighting in all fixed outlets", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME1 3WR", + "data_type": 2, + "hot_water": { + "description": { + "value": "From main system", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "ROCHESTER", + "built_form": 1, + "created_at": "2020-03-12 08:41:35", + "living_area": 23.45, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 4, + "compensating_controller_index_number": 200004, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "sap_heating_design_water_use": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": { + "value": "Boiler and radiators, mains gas", + "language": "1" + }, + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": { + "value": "Air permeability 2.6 m\u00b3/h.m\u00b2 (as tested)", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "dwelling_type": { + "value": "Ground-floor flat", + "language": "1" + }, + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 William House", + "address_line_2": "22, Keepers Cottage Lane", + "address_line_3": "Wouldham", + "assessment_date": "2020-03-12", + "assessment_type": "SAP", + "completion_date": "2020-03-12", + "inspection_date": "2020-03-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 2.6, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 1, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 0, + "kitchen_wall_fans_count": 1, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 0, + "non_kitchen_wall_fans_count": 1, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500229, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 68, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2020-03-12", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_count": 1, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Door (1)", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "description": "Data from Manufacturer", + "glazing_type": 1 + }, + { + "name": "Windows (1)", + "type": 4, + "u_value": 1.4, + "frame_type": 2, + "data_source": 2, + "description": "Data from Manufacturer", + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": { + "value": "None", + "language": "1" + }, + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Exposed Roof", + "u_value": 0, + "roof_type": 2, + "kappa_value": 0, + "total_roof_area": 0 + }, + { + "name": "Ceiling", + "u_value": 0, + "roof_type": 4, + "kappa_value": 20, + "total_roof_area": 67.84 + } + ], + "sap_walls": [ + { + "name": "Brickwork", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 13.1, + "is_curtain_walling": "false" + }, + { + "name": "Weatherboarding", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 46.95, + "is_curtain_walling": "false" + }, + { + "name": "Sole Plate Detail", + "u_value": 0.18, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 3.1, + "is_curtain_walling": "false" + }, + { + "name": "Stair Wall", + "u_value": 0.19, + "wall_type": 2, + "kappa_value": 18, + "total_wall_area": 28.39, + "is_curtain_walling": "false" + }, + { + "name": "Stud Walls", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 125.952 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": 1, + "type": "Door (1)", + "width": 1, + "height": 2, + "location": "Stair Wall", + "orientation": 6 + }, + { + "name": 2, + "type": "Windows (1)", + "width": 1, + "height": 5.92, + "location": "Brickwork", + "orientation": 8 + }, + { + "name": 3, + "type": "Windows (1)", + "width": 1, + "height": 1.45, + "location": "Brickwork", + "orientation": 2 + }, + { + "name": 4, + "type": "Windows (1)", + "width": 1, + "height": 1.45, + "location": "Brickwork", + "orientation": 6 + }, + { + "name": 5, + "type": "Windows (1)", + "width": 1, + "height": 5.28, + "location": "Weatherboarding", + "orientation": 2 + }, + { + "name": 6, + "type": "Windows (1)", + "width": 1, + "height": 1.5, + "location": "Weatherboarding", + "orientation": 4 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 9.79, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 3.18, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 23.7, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 38.14, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 38.14, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E7" + }, + { + "length": 21.6, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 12, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.13, + "floor_type": 2, + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 67.84, + "total_floor_area": 67.84 + } + ] + } + ], + "heating_cost_current": { + "value": 201, + "currency": "GBP" + }, + "co2_emissions_current": 1.1, + "energy_rating_average": 60, + "energy_rating_current": 83, + "lighting_cost_current": { + "value": 55, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": { + "value": "Time and temperature zone control", + "language": "1" + }, + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 201, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 68, + "currency": "GBP" + }, + "co2_emissions_potential": 1.1, + "energy_rating_potential": 83, + "lighting_cost_potential": { + "value": 55, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 68, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2140, + "water_heating": 1522 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 91, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "Version: 1.0.4.25", + "energy_consumption_potential": 91, + "environmental_impact_current": 86, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 86, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 16 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_1_codeheat.json b/datatypes/epc/schema/tests/fixtures/sap_17_1_codeheat.json new file mode 100644 index 00000000..63c717a3 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_1_codeheat.json @@ -0,0 +1,280 @@ +{ + "uprn": 100071290385, + "roofs": [ + { + "description": "Average thermal transmittance 0.16 W/m\u00b2K", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.63 W/m\u00b2K", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "floors": [ + { + "description": "(other premises below)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "status": "entered", + "tenure": 1, + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "B7 5SP", + "data_type": 4, + "hot_water": { + "description": "Electric immersion, standard tariff", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + }, + "post_town": "BIRMINGHAM", + "built_form": 2, + "created_at": "2019-05-28 09:11:44", + "living_area": 9.5, + "orientation": 4, + "region_code": 6, + "report_type": 3, + "sap_heating": { + "water_fuel_type": 39, + "water_heating_code": 903, + "hot_water_store_size": 90, + "main_heating_details": [ + { + "main_fuel_type": 39, + "main_heating_code": 691, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2603, + "main_heating_category": 10, + "main_heating_fraction": 1, + "main_heating_data_source": 3 + } + ], + "has_hot_water_cylinder": "true", + "immersion_heating_type": 1, + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.37, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Room heaters, electric", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": "(not tested)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "dwelling_type": "Top-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "208, Nechells Park Road", + "assessment_date": "2019-05-24", + "assessment_type": "SAP", + "completion_date": "2019-05-28", + "inspection_date": "2019-05-28", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 3, + "air_permeability": 15, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 1, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 3 + }, + "total_floor_area": 13, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2019-05-28", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_count": 15, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Glazing", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Solid Door", + "type": 1, + "u_value": 1.8, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.16, + "roof_type": 2, + "description": "Insulated Ceiling", + "total_roof_area": 12.62 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.34, + "wall_type": 2, + "description": "Upgraded Ext Walls", + "total_wall_area": 20.54, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 1, + "wall_type": 2, + "description": "Wall to Lobby", + "total_wall_area": 16.38, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 9.88 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "W1", + "type": "Glazing", + "width": 1200, + "height": 2000, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "D1", + "type": "Solid Door", + "width": 900, + "height": 2100, + "location": "External Wall 2", + "orientation": 0 + } + ], + "construction_year": 2019, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 1, + "u_value": 0, + "floor_type": 4, + "storey_height": 2.6, + "heat_loss_area": 0, + "total_floor_area": 12.62 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 278, + "currency": "GBP" + }, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 59, + "lighting_cost_current": { + "value": 16, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer and appliance thermostats", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 278, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 206, + "currency": "GBP" + }, + "co2_emissions_potential": 1.5, + "energy_rating_potential": 59, + "lighting_cost_potential": { + "value": 16, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 206, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1637, + "water_heating": 1212 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 716, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.09r14", + "energy_consumption_potential": 716, + "environmental_impact_current": 63, + "current_energy_efficiency_band": "D", + "environmental_impact_potential": 63, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "D", + "co2_emissions_current_per_floor_area": 121 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_1_flat.json b/datatypes/epc/schema/tests/fixtures/sap_17_1_flat.json new file mode 100644 index 00000000..dcd533f1 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_1_flat.json @@ -0,0 +1,343 @@ +{ + "uprn": 90124027, + "roofs": [ + { + "description": "Average thermal transmittance 0.32 W/m\u00b2K", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.30 W/m\u00b2K", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.57 W/m\u00b2K", + "energy_efficiency_rating": 2, + "environmental_efficiency_rating": 2 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "Fully double glazed", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + }, + "lighting": { + "description": "Low energy lighting in 67% of fixed outlets", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "postcode": "DY1 2QG", + "data_type": 4, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "DUDLEY", + "built_form": 3, + "created_at": "2019-04-16 16:00:34", + "living_area": 14.87, + "orientation": 5, + "region_code": 6, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 0, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2104, + "is_interlocked_system": "false", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17507, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "(not tested)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1 Banklands", + "address_line_2": "94, Himley Road", + "assessment_date": "2019-04-16", + "assessment_type": "SAP", + "completion_date": "2019-04-16", + "inspection_date": "2019-04-16", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 3, + "air_permeability": 15, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 41, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2019-04-16", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 6, + "low_energy_fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_percentage": 67 + }, + "sap_opening_types": [ + { + "name": "DTC", + "type": 3, + "u_value": 1.4, + "data_source": 3, + "glazing_type": 1 + }, + { + "name": "new Window", + "type": 4, + "u_value": 1.6, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "solar_transmittance": 0.76 + }, + { + "name": "New HGD", + "type": 2, + "u_value": 1.8, + "data_source": 2, + "glazing_type": 3 + }, + { + "name": "Existing Glazing", + "type": 4, + "u_value": 2.8, + "frame_type": 2, + "data_source": 3, + "glazing_gap": 2, + "frame_factor": 0.7, + "glazing_type": 3, + "isargonfilled": "false", + "solar_transmittance": 0.76 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.32, + "roof_type": 2, + "description": "External Roof 1", + "total_roof_area": 6.94 + }, + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Party Ceilings 1", + "total_roof_area": 33.66 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.31, + "wall_type": 2, + "description": "External Wall 1", + "total_wall_area": 31.56, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.31, + "wall_type": 3, + "description": "WTC", + "total_wall_area": 15.48, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 30.72 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front", + "type": "DTC", + "width": 1.89, + "height": 1, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "Rear", + "type": "Existing Glazing", + "width": 4.51, + "height": 1, + "location": "External Wall 1", + "orientation": 1 + }, + { + "name": "Rear", + "type": "New HGD", + "width": 2.12, + "height": 1, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Side", + "type": "new Window", + "width": 0.97, + "height": 1, + "location": "External Wall 1", + "orientation": 3 + } + ], + "construction_year": 2019, + "sap_thermal_bridges": { + "thermal_bridge_code": 1 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.57, + "floor_type": 2, + "description": "Heat Loss Floor 1", + "storey_height": 2.4, + "heat_loss_area": 40.6, + "total_floor_area": 40.6 + } + ], + "thermal_mass_parameter": 100 + } + ], + "heating_cost_current": { + "value": 279, + "currency": "GBP" + }, + "co2_emissions_current": 1.5, + "energy_rating_average": 60, + "energy_rating_current": 73, + "lighting_cost_current": { + "value": 47, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer and room thermostat", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 3 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 281, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 69, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 11, + "currency": "GBP" + }, + "indicative_cost": "\u00a310", + "improvement_type": "E", + "improvement_details": { + "improvement_number": 35 + }, + "improvement_category": 5, + "energy_performance_rating": 74, + "environmental_impact_rating": 76 + } + ], + "co2_emissions_potential": 1.5, + "energy_rating_potential": 74, + "lighting_cost_potential": { + "value": 36, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 69, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 3899, + "water_heating": 1553 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 216, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.10r08", + "energy_consumption_potential": 212, + "environmental_impact_current": 76, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 76, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "C", + "co2_emissions_current_per_floor_area": 38 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_1_house.json b/datatypes/epc/schema/tests/fixtures/sap_17_1_house.json new file mode 100644 index 00000000..d6b77674 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_1_house.json @@ -0,0 +1,626 @@ +{ + "uprn": 12191803, + "roofs": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.15 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "W3 0BH", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "LONDON", + "built_form": 4, + "created_at": "2019-01-22 09:38:33", + "living_area": 15.19, + "orientation": 2, + "region_code": 17, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "hot_water_store_size": 210, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 18214, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.42, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "primary_pipework_insulation": 4, + "is_hot_water_separately_timed": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.5 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Mid-terrace house", + "language_code": 1, + "property_type": 0, + "address_line_1": "10, Grieg Road", + "assessment_date": "2019-01-22", + "assessment_type": "SAP", + "completion_date": "2019-01-22", + "inspection_date": "2019-01-22", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 3, + "air_permeability": 4.53, + "open_flues_count": 0, + "ventilation_type": 8, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 2, + "mechanical_vent_duct_insulation": 2, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500250, + "is_mechanical_vent_approved_installer_scheme": "true" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 114, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2019-01-22", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 1.62, + "orientation": 6, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Solid Door", + "type": 1, + "u_value": 1.2, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Window", + "type": 4, + "u_value": 1.2, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + }, + { + "name": "Roof Window", + "type": 5, + "u_value": 1.2, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 6, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.12, + "roof_type": 2, + "description": "Pitched (insulated joists)", + "total_roof_area": 15.48 + }, + { + "name": "Roof 2", + "u_value": 0.11, + "roof_type": 2, + "description": "Flat Roof", + "total_roof_area": 2.2 + }, + { + "name": "Roof 3", + "u_value": 0.19, + "roof_type": 2, + "description": "Pitched (insulated rafter)", + "total_roof_area": 45.58 + }, + { + "name": "Roof 4", + "u_value": 0.24, + "roof_type": 2, + "description": "Lower Pitched Roof", + "total_roof_area": 1.77 + }, + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Ground Ceiling", + "total_roof_area": 43.28 + }, + { + "name": "Party roof 2", + "u_value": 0, + "roof_type": 4, + "description": "First Ceiling", + "total_roof_area": 43.28 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.15, + "wall_type": 2, + "description": "External Wall", + "total_wall_area": 87.85, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "total_wall_area": 105.44 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Bike Store", + "type": "Solid Door", + "width": 0.91, + "height": 2.11, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Front Door", + "type": "Solid Door", + "width": 1.02, + "height": 2.11, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Kitchen", + "type": "Window", + "width": 1.47, + "height": 1.36, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "Kitchen Door", + "type": "Window", + "width": 1.02, + "height": 2.19, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Living Room", + "type": "Window", + "width": 1.36, + "height": 1.14, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Living Room", + "type": "Window", + "width": 0.69, + "height": 2.19, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Living Room", + "type": "Window", + "width": 2.04, + "height": 2.19, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Bed 3", + "type": "Window", + "width": 1.47, + "height": 1.14, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "Bed 3", + "type": "Window", + "width": 0.69, + "height": 2.19, + "location": "External Wall 1", + "orientation": 2 + }, + { + "name": "Bathroom", + "type": "Window", + "width": 0.69, + "height": 1.14, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Bed 2", + "type": "Window", + "width": 0.69, + "height": 1.14, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "Bed 1", + "type": "Window", + "width": 0.69, + "height": 1.89, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Bed 1 Roof", + "type": "Roof Window", + "pitch": 45, + "width": 0.99, + "height": 0.73, + "location": "Roof 3", + "orientation": 2 + }, + { + "name": "Landing", + "type": "Roof Window", + "pitch": 40, + "width": 0.99, + "height": 0.73, + "location": "Roof 3", + "orientation": 6 + } + ], + "construction_year": 2019, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 12.74, + "psi_value": 0.3, + "psi_value_source": 2, + "thermal_bridge_type": "E2" + }, + { + "length": 10.81, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 41.58, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 17.75, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 2.7, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E20" + }, + { + "length": 3.6, + "psi_value": 0.32, + "psi_value_source": 4, + "thermal_bridge_type": "E21" + }, + { + "length": 10.1, + "psi_value": 0.07, + "psi_value_source": 2, + "thermal_bridge_type": "E6" + }, + { + "length": 2.8, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 5.6, + "psi_value": 0.24, + "psi_value_source": 4, + "thermal_bridge_type": "E24" + }, + { + "length": 9.09, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E11" + }, + { + "length": 4.37, + "psi_value": 0.28, + "psi_value_source": 3, + "thermal_bridge_type": "E15" + }, + { + "length": 10.5, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 10.5, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + }, + { + "length": 22, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E18" + }, + { + "length": 16.06, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P1" + }, + { + "length": 23.01, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P2" + }, + { + "length": 16.23, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + }, + { + "length": 0.9, + "psi_value": 0.16, + "psi_value_source": 4, + "thermal_bridge_type": "P7" + }, + { + "length": 5.62, + "psi_value": 0.12, + "psi_value_source": 3, + "thermal_bridge_type": "P4" + }, + { + "length": 20.68, + "psi_value": 0.08, + "psi_value_source": 3, + "thermal_bridge_type": "P5" + }, + { + "length": 1.98, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R1" + }, + { + "length": 1.98, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R2" + }, + { + "length": 2.92, + "psi_value": 0.08, + "psi_value_source": 4, + "thermal_bridge_type": "R3" + }, + { + "length": 11, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R6" + }, + { + "length": 11, + "psi_value": 0.06, + "psi_value_source": 4, + "thermal_bridge_type": "R8" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "Ground Floor", + "storey_height": 2.5, + "heat_loss_area": 47.26, + "total_floor_area": 47.26 + }, + { + "storey": 1, + "u_value": 0.12, + "floor_type": 3, + "description": "Upper Floor", + "storey_height": 3, + "heat_loss_area": 2.43, + "total_floor_area": 43.28 + }, + { + "storey": 2, + "u_value": 0, + "floor_type": 3, + "storey_height": 2.5, + "heat_loss_area": 0, + "total_floor_area": 23.39 + } + ], + "thermal_mass_parameter": 250 + } + ], + "heating_cost_current": { + "value": 225, + "currency": "GBP" + }, + "co2_emissions_current": 0.7, + "energy_rating_average": 60, + "energy_rating_current": 91, + "lighting_cost_current": { + "value": 76, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 226, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 101, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 44, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 92, + "environmental_impact_rating": 94 + } + ], + "co2_emissions_potential": 0.4, + "energy_rating_potential": 92, + "lighting_cost_potential": { + "value": 76, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 56, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1882, + "water_heating": 2152 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 35, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.08r12", + "energy_consumption_potential": 22, + "environmental_impact_current": 92, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 94, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "A", + "co2_emissions_current_per_floor_area": 6 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_17_1_mm_openings.json b/datatypes/epc/schema/tests/fixtures/sap_17_1_mm_openings.json new file mode 100644 index 00000000..0670e791 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_17_1_mm_openings.json @@ -0,0 +1,376 @@ +{ + "uprn": 10093117227, + "roofs": [ + { + "description": "Average thermal transmittance 0.11 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.22 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.12 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "GU31 5BF", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 3, + "environmental_efficiency_rating": 2 + }, + "post_town": "PETERSFIELD", + "built_form": 1, + "created_at": "2018-04-12 07:48:54", + "living_area": 16.22, + "orientation": 6, + "region_code": 16, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 39, + "water_heating_code": 901, + "hot_water_store_size": 180, + "main_heating_details": [ + { + "main_fuel_type": 39, + "heat_emitter_type": 1, + "main_heating_code": 191, + "emitter_temperature": "NA", + "main_heating_number": 1, + "main_heating_control": 2106, + "main_heating_category": 2, + "main_heating_fraction": 1, + "central_heating_pump_age": 2, + "main_heating_data_source": 3, + "has_separate_delayed_start": "false", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "true", + "immersion_heating_type": 1, + "has_cylinder_thermostat": "true", + "hot_water_store_heat_loss": 1.95, + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1, + "is_cylinder_in_heated_space": "true", + "hot_water_store_heat_loss_source": 2 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-17.1", + "uprn_source": "Address Matched", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, electric", + "energy_efficiency_rating": 1, + "environmental_efficiency_rating": 2 + } + ], + "air_tightness": { + "description": "Air permeability 4.7 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Detached bungalow", + "language_code": 1, + "property_type": 1, + "address_line_1": "1 Hilly Field Mews", + "address_line_2": "Parsonage Estate", + "address_line_3": "Rogate", + "assessment_date": "2018-04-12", + "assessment_type": "SAP", + "completion_date": "2018-04-12", + "inspection_date": "2018-04-12", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "air_permeability": 4.7, + "open_flues_count": 0, + "ventilation_type": 1, + "extract_fans_count": 2, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "flueless_gas_fires_count": 0 + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "total_floor_area": 50, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2018-04-12", + "sap_energy_source": { + "pv_arrays": [ + { + "pitch": 3, + "peak_power": 1.77, + "orientation": 4, + "overshading": 1, + "pv_connection": 2 + } + ], + "electricity_tariff": 2, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 1, + "fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_count": 10, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Front Door", + "type": 1, + "u_value": 1, + "data_source": 2, + "glazing_type": 1 + }, + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "lzc_energy_sources": [ + 11 + ], + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Roof 1", + "u_value": 0.11, + "roof_type": 2, + "description": "External Roof", + "kappa_value": 9, + "total_roof_area": 50.29 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.22, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 60, + "total_wall_area": 86.33, + "is_curtain_walling": "false" + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 66.46 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Front Door", + "width": 1000, + "height": 2100, + "location": "External Wall 1", + "orientation": 0 + }, + { + "name": "Front Elevation", + "type": "Windows", + "width": 3.06, + "height": 1, + "location": "External Wall 1", + "orientation": 6 + }, + { + "name": "Side Elevation", + "type": "Windows", + "width": 2025, + "height": 2100, + "location": "External Wall 1", + "orientation": 4 + }, + { + "name": "Rear Elevation", + "type": "Windows", + "width": 3.6, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2017, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 7.83, + "psi_value": 0.24, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 6.83, + "psi_value": 0.04, + "psi_value_source": 2, + "thermal_bridge_type": "E3" + }, + { + "length": 19.5, + "psi_value": 0.05, + "psi_value_source": 2, + "thermal_bridge_type": "E4" + }, + { + "length": 33.46, + "psi_value": 0.16, + "psi_value_source": 2, + "thermal_bridge_type": "E5" + }, + { + "length": 22.49, + "psi_value": 0.06, + "psi_value_source": 2, + "thermal_bridge_type": "E10" + }, + { + "length": 10.97, + "psi_value": 0.24, + "psi_value_source": 2, + "thermal_bridge_type": "E12" + }, + { + "length": 15.48, + "psi_value": 0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E16" + }, + { + "length": 5.16, + "psi_value": -0.09, + "psi_value_source": 2, + "thermal_bridge_type": "E17" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.12, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.58, + "heat_loss_area": 50.29, + "total_floor_area": 50.29 + } + ] + } + ], + "heating_cost_current": { + "value": 403, + "currency": "GBP" + }, + "co2_emissions_current": 1.3, + "energy_rating_average": 60, + "energy_rating_current": 80, + "lighting_cost_current": { + "value": 41, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Programmer, room thermostat and TRVs", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "has_hot_water_cylinder": "true", + "heating_cost_potential": { + "value": 410, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 124, + "currency": "GBP" + }, + "suggested_improvements": [ + { + "sequence": 1, + "typical_saving": { + "value": 50, + "currency": "GBP" + }, + "indicative_cost": "\u00a34,000 - \u00a36,000", + "improvement_type": "N", + "improvement_details": { + "improvement_number": 19 + }, + "improvement_category": 5, + "energy_performance_rating": 82, + "environmental_impact_rating": 84 + } + ], + "co2_emissions_potential": 0.8, + "energy_rating_potential": 82, + "lighting_cost_potential": { + "value": 41, + "currency": "GBP" + }, + "schema_version_original": "LIG-17.0", + "hot_water_cost_potential": { + "value": 66, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 2190, + "water_heating": 1600 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 150, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.05r02", + "energy_consumption_potential": 99, + "environmental_impact_current": 78, + "current_energy_efficiency_band": "C", + "environmental_impact_potential": 84, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 25 +} \ No newline at end of file diff --git a/datatypes/epc/schema/tests/fixtures/sap_18_0_0.json b/datatypes/epc/schema/tests/fixtures/sap_18_0_0.json new file mode 100644 index 00000000..2ba17132 --- /dev/null +++ b/datatypes/epc/schema/tests/fixtures/sap_18_0_0.json @@ -0,0 +1,378 @@ +{ + "uprn": 10094601287, + "roofs": [ + { + "description": "(other premises above)", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + } + ], + "walls": [ + { + "description": "Average thermal transmittance 0.17 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "floors": [ + { + "description": "Average thermal transmittance 0.14 W/m\u00b2K", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "status": "entered", + "tenure": "ND", + "windows": { + "description": "High performance glazing", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "lighting": { + "description": "Low energy lighting in all fixed outlets", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + }, + "postcode": "ME10 4FX", + "data_type": 2, + "hot_water": { + "description": "From main system", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "post_town": "SITTINGBOURNE", + "built_form": 4, + "created_at": "2022-08-26 11:05:29.217822", + "living_area": 27.47, + "orientation": 6, + "region_code": 14, + "report_type": 3, + "sap_heating": { + "thermal_store": 1, + "water_fuel_type": 1, + "water_heating_code": 901, + "main_heating_details": [ + { + "main_fuel_type": 1, + "heat_emitter_type": 1, + "emitter_temperature": 1, + "is_flue_fan_present": "true", + "main_heating_number": 1, + "main_heating_control": 2110, + "is_interlocked_system": "true", + "main_heating_category": 2, + "main_heating_fraction": 1, + "main_heating_flue_type": 2, + "central_heating_pump_age": 2, + "main_heating_data_source": 1, + "main_heating_index_number": 17929, + "has_separate_delayed_start": "true", + "load_or_weather_compensation": 0, + "is_central_heating_pump_in_heated_space": "true" + } + ], + "has_hot_water_cylinder": "false", + "has_fixed_air_conditioning": "false", + "secondary_heating_category": 1 + }, + "sap_version": 9.92, + "schema_type": "SAP-Schema-18.0.0", + "uprn_source": "Energy Assessor", + "country_code": "ENG", + "main_heating": [ + { + "description": "Boiler and radiators, mains gas", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + } + ], + "air_tightness": { + "description": "Air permeability 4.4 m\u00b3/h.m\u00b2 (as tested)", + "energy_efficiency_rating": 4, + "environmental_efficiency_rating": 4 + }, + "dwelling_type": "Ground-floor flat", + "language_code": 1, + "property_type": 2, + "address_line_1": "Flat 1", + "address_line_2": "Baxter Court", + "address_line_3": "Bapchild Avenue", + "assessment_date": "2022-08-26", + "assessment_type": "SAP", + "completion_date": "2022-08-26", + "inspection_date": "2022-08-26", + "sap_ventilation": { + "psv_count": 0, + "pressure_test": 1, + "wet_rooms_count": 2, + "air_permeability": 4.35, + "open_flues_count": 0, + "ventilation_type": 6, + "extract_fans_count": 0, + "open_fireplaces_count": 0, + "sheltered_sides_count": 2, + "kitchen_duct_fans_count": 0, + "kitchen_room_fans_count": 1, + "kitchen_wall_fans_count": 0, + "flueless_gas_fires_count": 0, + "mechanical_vent_duct_type": 1, + "non_kitchen_duct_fans_count": 0, + "non_kitchen_room_fans_count": 1, + "non_kitchen_wall_fans_count": 0, + "mechanical_ventilation_data_source": 1, + "mechanical_vent_system_index_number": 500230, + "is_mechanical_vent_approved_installer_scheme": "false" + }, + "design_water_use": 1, + "sap_data_version": 9.92, + "sap_flat_details": { + "level": 1 + }, + "total_floor_area": 54, + "transaction_type": 6, + "conservatory_type": 1, + "registration_date": "2022-08-26", + "sap_energy_source": { + "electricity_tariff": 1, + "wind_turbines_count": 0, + "wind_turbine_terrain_type": 2, + "fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_count": 4, + "low_energy_fixed_lighting_outlets_percentage": 100 + }, + "sap_opening_types": [ + { + "name": "Windows", + "type": 4, + "u_value": 1.4, + "data_source": 2, + "frame_factor": 0.7, + "glazing_type": 7, + "solar_transmittance": 0.63 + }, + { + "name": "Solid Doors", + "type": 1, + "u_value": 1.4, + "data_source": 2, + "glazing_type": 1 + } + ], + "secondary_heating": { + "description": "None", + "energy_efficiency_rating": 0, + "environmental_efficiency_rating": 0 + }, + "sap_building_parts": [ + { + "sap_roofs": [ + { + "name": "Party roof 1", + "u_value": 0, + "roof_type": 4, + "description": "Party Ceiling", + "kappa_value": 30, + "total_roof_area": 53.77 + } + ], + "sap_walls": [ + { + "name": "External Wall 1", + "u_value": 0.18, + "wall_type": 2, + "description": "External Wall", + "kappa_value": 110, + "total_wall_area": 32.3, + "is_curtain_walling": "false" + }, + { + "name": "External Wall 2", + "u_value": 0.17, + "wall_type": 3, + "description": "Corridor Wall", + "kappa_value": 110, + "total_wall_area": 19.18, + "is_curtain_walling": "false" + }, + { + "name": "Party Wall 0", + "u_value": 0, + "wall_type": 4, + "kappa_value": 110, + "total_wall_area": 19.18 + }, + { + "name": "Internal Wall 0", + "u_value": 0, + "wall_type": 5, + "kappa_value": 9, + "total_wall_area": 70.32 + } + ], + "identifier": "Main Dwelling", + "overshading": 2, + "sap_openings": [ + { + "name": "Front Door", + "type": "Solid Doors", + "width": 2.1, + "height": 1, + "location": "External Wall 2", + "orientation": 0 + }, + { + "name": "LH Windows", + "type": "Windows", + "width": 3.37, + "height": 1, + "location": "External Wall 1", + "orientation": 8 + }, + { + "name": "RH Windows", + "type": "Windows", + "width": 3.37, + "height": 1, + "location": "External Wall 1", + "orientation": 2 + } + ], + "construction_year": 2020, + "sap_thermal_bridges": { + "thermal_bridges": [ + { + "length": 5.99, + "psi_value": 0.359, + "psi_value_source": 3, + "thermal_bridge_type": "E2" + }, + { + "length": 4.99, + "psi_value": 0.013, + "psi_value_source": 3, + "thermal_bridge_type": "E3" + }, + { + "length": 15, + "psi_value": 0.014, + "psi_value_source": 3, + "thermal_bridge_type": "E4" + }, + { + "length": 7.99, + "psi_value": 0.041, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 13.46, + "psi_value": 0.047, + "psi_value_source": 3, + "thermal_bridge_type": "E5" + }, + { + "length": 21.45, + "psi_value": 0.031, + "psi_value_source": 3, + "thermal_bridge_type": "E7" + }, + { + "length": 4.8, + "psi_value": 0.044, + "psi_value_source": 3, + "thermal_bridge_type": "E16" + }, + { + "length": 2.4, + "psi_value": 0.021, + "psi_value_source": 3, + "thermal_bridge_type": "E18" + }, + { + "length": 4, + "psi_value": 0.16, + "psi_value_source": 3, + "thermal_bridge_type": "P1" + }, + { + "length": 7.99, + "psi_value": 0, + "psi_value_source": 4, + "thermal_bridge_type": "P3" + } + ], + "thermal_bridge_code": 5 + }, + "building_part_number": 1, + "sap_floor_dimensions": [ + { + "storey": 0, + "u_value": 0.14, + "floor_type": 2, + "description": "Ground Floor", + "kappa_value": 75, + "storey_height": 2.4, + "heat_loss_area": 53.77, + "total_floor_area": 53.77 + } + ] + } + ], + "heating_cost_current": { + "value": 163, + "currency": "GBP" + }, + "co2_emissions_current": 0.8, + "energy_rating_average": 60, + "energy_rating_current": 84, + "lighting_cost_current": { + "value": 53, + "currency": "GBP" + }, + "main_heating_controls": [ + { + "description": "Time and temperature zone control", + "energy_efficiency_rating": 5, + "environmental_efficiency_rating": 5 + } + ], + "has_hot_water_cylinder": "false", + "heating_cost_potential": { + "value": 163, + "currency": "GBP" + }, + "hot_water_cost_current": { + "value": 56, + "currency": "GBP" + }, + "co2_emissions_potential": 0.8, + "energy_rating_potential": 84, + "lighting_cost_potential": { + "value": 53, + "currency": "GBP" + }, + "schema_version_original": "18.0.0", + "hot_water_cost_potential": { + "value": 56, + "currency": "GBP" + }, + "is_in_smoke_control_area": "unknown", + "renewable_heat_incentive": { + "rhi_new_dwelling": { + "space_heating": 1124, + "water_heating": 1375 + } + }, + "seller_commission_report": "Y", + "energy_consumption_current": 86, + "has_fixed_air_conditioning": "false", + "multiple_glazed_percentage": 100, + "calculation_software_version": "4.14r19", + "energy_consumption_potential": 86, + "environmental_impact_current": 88, + "current_energy_efficiency_band": "B", + "environmental_impact_potential": 88, + "has_heated_separate_conservatory": "false", + "potential_energy_efficiency_band": "B", + "co2_emissions_current_per_floor_area": 15 +} \ No newline at end of file diff --git a/docs/HANDOVER_REAL_LIFE_CERT_ACCURACY.md b/docs/HANDOVER_REAL_LIFE_CERT_ACCURACY.md new file mode 100644 index 00000000..58d8ec08 --- /dev/null +++ b/docs/HANDOVER_REAL_LIFE_CERT_ACCURACY.md @@ -0,0 +1,131 @@ +# Handoff β€” Real-life cert SAP accuracy (validate β†’ fix β†’ expand) + +**Purpose.** Grow `real_life_examples` into a trustworthy regression corpus that +validates this repo's SAP calculator against accredited **Elmhurst Energy**, +one real certificate at a time β€” and use each cert to *improve the mapper and +calculator* and *add test coverage*. This is the strategy/context doc; the +step-by-step procedure is the **`/validate-cert-sap-accuracy`** skill. + +--- + +## TL;DR β€” the loop per cert + +Run **`/validate-cert-sap-accuracy `**. It drives: + +1. `scripts/fetch_real_life_epc_sample.py ` β†’ saves + `backend/epc_api/json_samples/real_life_examples//uprn_/epc.json`, + prints schema + lodged rating + our engine's SAP. +2. `/epc-to-elmhurst-rdsap-inputs ` β†’ writes `elmhurst_inputs.md` (page-by-page + Elmhurst entry sheet with codeβ†’value mappings). +3. **You** build it in Elmhurst, export the **Summary** and **SAP-10.2 worksheet** + PDFs β†’ save as `elmhurst_summary.pdf` / `elmhurst_worksheet.pdf` in the sample dir. +4. `scripts/compare_epc_paths.py ` β†’ builds `EpcPropertyData` from BOTH the + gov-API json and the Elmhurst summary, deep-diffs them, runs BOTH through + `Sap10Calculator`, and prints Elmhurst's worksheet SAP. +5. **Reconcile** the field diffs to convergence (see "Reading the comparison"). +6. **Pin** the agreed score: add a `RealCertExpectation` to + `tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py`; the sample + dir is already the corpus entry, so the pin is what activates it. + +## Reading the comparison (the core skill) + +- **Our engine on Elmhurst inputs β‰ˆ Elmhurst's worksheet SAP** β†’ the *calculator* + is correct. (Proven repeatedly β€” it matches Elmhurst's fuel cost to the penny.) +- **gov-API SAP vs Elmhurst-PDF SAP gap** β†’ *input* differences only. Triage each + field diff into: + - **Elmhurst data-entry error** (swapped floor dims, wrong cylinder/immersion, + missing baths, wrong postcode) β†’ fix in Elmhurst, re-export, re-compare. + - **gov-API mapper gap** β†’ a real per-cert-mapper fix (improve the mapper). Flag + it; **don't tune to mask it**. + - **Ground-truth question** (what the property *actually* is) β†’ you settle it; + align both sides to the lodged data. +- Ignore cosmetic diffs: codes vs strings (tenure, region), empty `EnergyElement` + lists (the Elmhurst path stores construction in `sap_building_parts`). + +## Mental model (hard-won) + +- **The calculator is essentially exact.** Fed identical inputs it reproduces + accredited Elmhurst. So accuracy work is almost entirely **mapper fidelity** β€” + making the gov-API `EpcPropertyData` match what an assessor would key in. +- **Lodged `energy_rating_current` is NOT a clean target** for pre-SAP10 schemas + (17.x–19.0 lodge SAP-2012 ratings β€” a different methodology). Use **Elmhurst on + the lodged inputs** as ground truth; cite lodged only as context. +- **Pin the observed gov-API engine score**, not the lodged or Elmhurst number β€” + the test guards the production path. Record the Elmhurst-validated value + what + reconciled it in the comment. + +## Codeβ†’value cheatsheet (the gotchas that bit us) + +Full table: `.claude/skills/epc-to-elmhurst-rdsap-inputs/reference/mapping.md`. The +ones that cost us time: + +| Field | Mapping | Note | +|---|---|---| +| `immersion_heating_type` | **1 = DUAL, 2 = SINGLE** | flips Table 13 eqn; swung cert 10002468137 by 4 SAP | +| `cylinder_size` | **2 = 110 L, 3 = 160 L, 4 = 210 L** | pick the litres in Elmhurst, not the label | +| `party_wall_construction` | 1=Solid (U 0), 2=cavity unfilled (0.5), 3=filled (0.2), 4/5=unknown (0.25) | code 1 β‰  "unable to determine" | +| `cylinder_insulation_type` | 1=Foam, 2=Jacket | β€” | +| Number of baths | `rooms_with_bath_and_or_shower + rooms_with_bath_and_mixer_shower` | Elmhurst WWHRS sub-tab, defaults to 0 | +| Off-peak fuel (`29`) | space-heat 100% low rate (correct for storage heaters); water-heat = Table 13 split | meter = Economy-7/Dual | +| `water_heating_code` 903 | Electric immersion off-peak β†’ Elmhurst **"Water Heater"** category | not "Boiler Circulator" (901) | +| Windows (reduced-field) | area = 0.148 Γ— TFA Γ— band; raw U from glazing code via `u_window` (RdSAP Table 24) | not real geometry | + +## Known mapper gaps to chase (improve the mapper) + +- **Lodged alt-wall dropped** β€” `sap_building_parts[].sap_alternative_wall_1` is + `None` on the gov-API path even when the cert lodges one (Elmhurst keeps it). + ~Β£1 / 0.06 SAP on cert 10002468137, but real. (per-cert-mapper / Khalim's domain.) +- Add more as new certs surface them β€” that's the point of expanding the corpus. + +## Picking certs for coverage + +Maximise variety so each cert exercises new mapper/calculator paths: +- **Heating**: gas combi, gas boiler + cylinder, oil, LPG, solid fuel, heat pump + (ASHP/GSHP), storage heaters (done), electric boiler, community/heat-network. +- **Hot water**: combi, cylinder (foam/jacket), immersion (single/dual), solar HW, + WWHRS, instantaneous electric. +- **Schema**: 17.0, 17.1 (done), 18.0 (done), 19.0, 20.0.0, 21.0.0, 21.0.1. +- **Geometry**: flats (ground/mid/top floor), bungalow, extensions, room-in-roof, + conservatory, basement. +- **Tariff/region**: mains gas, off-peak electric (done), 10/18/24-hour, varied regions. +- **Tech**: PV (export/non-export), wind, FGHRS. + +## Guardrails + +- **RdSAP-21.0.1 corpus gauge** (`tests/infrastructure/epc_client/test_sap_accuracy_corpus.py`, + currently 66.9% within-0.5 SAP) is the broad regression net for any mapper/calc + change. **Ratchet thresholds up, never loosen.** Re-run it after every change. +- **Don't tune the mapper to one cert** β€” fix generically and confirm against the + gauge. A single-cert tweak that regresses the corpus is net-negative. +- **No tolerance widening** in the real-cert test β€” pin the observed integer SAP; + if a known engine bug blocks a cert, use `known_bug_xfail="…"` (strict xfail). + +## Current corpus + +| Sample | Schema | Pin | Status | +|---|---|---|---| +| `uprn_100020450179` | RdSAP-18.0 | 73 | matches lodged 73 | +| `uprn_10002468137` | RdSAP-17.1 | 61 | Elmhurst-validated (dual immersion, 110 L, 2 baths); lodged 55 = old schema | +| `uprn_10092973954` | SAP-17.1 (full SAP) | 77 | full-SAP mapper partial; pinned to observed (not lodged 83) | + +## Open threads + +- **Full-SAP mapper WIP** (`_sap_door_aggregates` D2 door slice) is parked in + `git stash` (`hyde-wip-before-main-merge`, `stash@{0}`) β€” not mine; the full-SAP + effort should `git stash show -p stash@{0}` and re-apply. Full-SAP (`SAP-Schema-*`) + support is incomplete; RdSAP schemas are the solid path. +- The off-peak water-heating (Table 13) fix and the per-cert-mapper accuracy work + landed on `main` via PR #1217 β€” pull `main` before starting new certs. + +## Key files + +| Concern | Path | +|---|---| +| Per-cert loop (procedure) | skill `validate-cert-sap-accuracy` | +| Cert β†’ Elmhurst input sheet | skill `epc-to-elmhurst-rdsap-inputs` (+ `reference/mapping.md`) | +| Capture a cert | `scripts/fetch_real_life_epc_sample.py` | +| Compare the two paths | `scripts/compare_epc_paths.py` | +| The accuracy test (pins) | `tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py` | +| Corpus regression gauge | `tests/infrastructure/epc_client/test_sap_accuracy_corpus.py` | +| Mapper (improve here) | `datatypes/epc/domain/mapper.py`, `domain/sap10_calculator/rdsap/cert_to_inputs.py` | +| Calculator | `domain/sap10_calculator/` | diff --git a/docs/adr/0032-landlord-override-epc-overlay.md b/docs/adr/0032-landlord-override-epc-overlay.md new file mode 100644 index 00000000..ce5dfe4d --- /dev/null +++ b/docs/adr/0032-landlord-override-epc-overlay.md @@ -0,0 +1,101 @@ +# Landlord-Override EPC overlay (`epc_with_overlay`) + +When a Property has a lodged EPC **and** resolved Landlord Overrides, the +Effective EPC is the lodged EPC with those overrides **applied as a simulation**, +so the SAP10 calculator scores a picture that reflects what the landlord knows +beyond the cert (typically before a survey). This records *how* that overlay +works and refines ADR-0031 decision 3, which deferred it ("Landlord Overrides +overlay is a later slice"). Terms in CONTEXT.md (Effective EPC, Landlord +Overrides, Rebaselining, Validation Cohort). + +## Status + +Accepted (design). Refines ADR-0031 dec-3. Implementation: tracer slice +(`wall_type`) first, coverage expanded per component. + +## Decisions + +### 1. A Landlord Override is a Simulation Overlay, folded onto the lodged EPC + +The overlay reuses the existing `EpcSimulation` / `overlay_applicator` machinery +that every modelling Measure already uses to mutate an `EpcPropertyData` +(`domain/modelling/simulation.py`). "The landlord says the wall is now insulated" +and "a Measure insulates the wall" become **one code path**: a resolved override +maps to an `EpcSimulation`, and `effective_epc`'s `epc_with_overlay` branch folds +it onto the lodged `epc`. CONTEXT.md already frames overrides as "a simulation on +the `EpcPropertyData`" β€” this makes that literal. Rejected: bespoke field-writing +onto a copied `EpcPropertyData`, which would duplicate the fold and invent a +second way to mutate an EPC. + +### 2. The Property's override slot holds domain overlays; the repository maps to them + +`Property` gains a landlord-overrides slot typed as **domain** `EpcSimulation`s, +not the repository's `ResolvedPropertyOverrides` (which would make `domain/` +import `repositories/` and invert the dependency). `PropertyPostgresRepository` +hydrates the slot by reading the faithful value-space snapshot +(`PropertyOverridesReader`) and mapping each override value β†’ an `EpcSimulation` β€” +the same place it already hydrates `epc` / `predicted_epc`. + +### 3. The fold is partial and per-component + +`property_overrides` is partial β€” only the components a portfolio actually +supplied are present (a Property may carry `property_type` + `wall_type` but no +`roof_type`). The overlay applies **only** the overlays derived from rows that +exist; every other field stays lodged-as-is. This falls out of the faithful +reader, which returns only the rows present. + +### 4. `WallType` / `RoofType` decompose into SAP int codes β€” the calculator reads codes, not descriptions + +The SAP calculator derives the wall U-value from the `wall_construction` and +`wall_insulation_type` **int codes**, never from `walls[].description` +(`cert_to_inputs.py`). So a `wall_type` override only moves the score once +translated into those codes. The translation is tractable because a `WallType` +value is *material Γ— insulation state*: material β†’ `wall_construction` (codes 1-5) +and state β†’ `wall_insulation_type` (1 external, 3 internal, 4 as-built, 7 filled), +the code sets already documented in `solid_wall_recommendation.py`. The override's +`building_part` maps directly to the overlay's `BuildingPartIdentifier` +(0 β†’ MAIN, 1 β†’ EXTENSION_1, …). `RoofType` resolves only for the explicit +`"Pitched, N mm loft insulation"` family β†’ `roof_insulation_thickness`; roofs +with no clean loft depth (flat, room-in-roof, "another premises above") produce +no overlay. + +`property_type` / `built_form_type` are **whole-dwelling** categorical +corrections, not building-part fabric, so they set the top-level +`EpcSimulation.property_type` / `built_form` (alongside the existing +whole-dwelling lighting/heating overlays), folded by `apply_simulations`. They +are written as the **landlord text value** ("House", "Park home", "Semi-Detached") +β€” `property_type` consumers tolerate text and the calculator's park-home check is +text-only. **Correction to the first draft of this decision:** `property_type` is +*not* metadata β€” it drives party-wall heat loss (`heat_transmission.py` +`_is_flat_or_maisonette`) and ASHP/solar/wall **eligibility**, so a correction +moves both the SAP score and the measure menu. `built_form` has no calculator +consumer today (it feeds the ML transform + reporting), so its overlay is +currently inert at the SAP layer but kept for picture-completeness. + +The `"(assumed) insulated"` / `"partial insulation (assumed)"` `WallType` states +are **deferred**: their `wall_insulation_type` is age-inferred in RdSAP, so the +code is ambiguous and must be pinned against the Elmhurst accuracy harness rather +than guessed. + +### 5. An overlaid Property is excluded from the Validation Cohort β€” on divergence, not source path + +Producing a *more accurate* score than the cert is the **point**: the calculated +Effective Performance deliberately diverges from the Lodged Performance (which is +preserved). That divergence means an overlaid Property is no longer a clean +`calc(effective_epc)`-vs-lodged control, so it is excluded from the Validation +Cohort β€” exactly as a predicted-source Property is. The exclusion signal is +**divergence** ("β‰₯1 override was applied", the overlay slot is non-empty), **not** +`source_path`: `epc_with_overlay` also covers plain-EPC Properties with no +overrides, which *are* valid validation targets. This reuses the same divergence +signal CONTEXT.md already names as a Rebaselining trigger. No Validation-Cohort +code path exists today, so this is a recorded rule, not code in this slice. + +## Consequences + +- `EpcPropertyData` is untouched β€” provenance stays structural on the Property + (ADR-0031 dec-3), and every downstream consumer is oblivious to the overlay. +- The overrideβ†’`EpcSimulation` mapping is the real deliverable and grows per + component; `wall_type` is the tracer (highest SAP impact, existing code-set + prior art). `roof_type` and full `WallType` coverage follow. +- Precedence is unchanged (CONTEXT.md): the overlay lives entirely inside the + `epc_with_overlay` branch and never applies when Site Notes are the source. diff --git a/domain/epc/override_code_mapping.py b/domain/epc/override_code_mapping.py new file mode 100644 index 00000000..986e3aa0 --- /dev/null +++ b/domain/epc/override_code_mapping.py @@ -0,0 +1,56 @@ +"""Map a Landlord-Override enum *value* to the gov-EPC API *code* space. + +The `property_overrides` fact layer stores resolved overrides as enum-value +strings ("House", "Detached"); the EPC-API cohort certs carry numeric codes +("0", "2") β€” `EpcPropertyData.property_type = str(schema.property_type)`. EPC +Prediction filters `comparable.epc.property_type == target.property_type`, so a +target attribute sourced from overrides must be translated into the code space +or no comparable ever matches (ADR-0031, the wiring-handover "every cohort +comes back empty" gotcha). + +Codes are the gov RdSAP/SAP table values in `datatypes/epc/domain/epc_codes.csv`. +This module owns "unresolvable": a value that maps to no code returns None. +""" + +from __future__ import annotations + +from typing import Optional + +# property_type codes (epc_codes.csv, `property_type` rows β€” stable across the +# RdSAP/SAP schemas that carry each member). "Park home" exists only from +# SAP-17.0 / RdSAP-17.0 onward; the code itself is stable where present. +_PROPERTY_TYPE_CODES: dict[str, str] = { + "House": "0", + "Bungalow": "1", + "Flat": "2", + "Maisonette": "3", + "Park home": "4", +} + +# built_form codes (epc_codes.csv, `built_form` rows). "Not Recorded" lodges as +# the non-numeric "NR", but cohort comparables carry `str(int)` for built_form, +# so an "NR" target could never match β€” and built_form is the SOFT filter, so a +# non-match only widens the cohort. We therefore treat "Not Recorded" (and the +# classifier "Unknown") as "no usable built-form signal" β†’ None. +_BUILT_FORM_CODES: dict[str, str] = { + "Detached": "1", + "Semi-Detached": "2", + "End-Terrace": "3", + "Mid-Terrace": "4", + "Enclosed End-Terrace": "5", + "Enclosed Mid-Terrace": "6", +} + + +def property_type_to_code(override_value: str) -> Optional[str]: + """The gov-EPC `property_type` code for a Landlord-Override value, or None + when it has no code ("Unknown", or any unmapped value) β€” which gates the + Property out of prediction, as `property_type` is the hard cohort filter.""" + return _PROPERTY_TYPE_CODES.get(override_value) + + +def built_form_to_code(override_value: str) -> Optional[str]: + """The gov-EPC `built_form` code for a Landlord-Override value, or None when + it has no usable code ("Unknown", "Not Recorded", or any unmapped value). + built_form is the soft filter, so None simply leaves it unconditioned.""" + return _BUILT_FORM_CODES.get(override_value) diff --git a/domain/epc/property_overlays/__init__.py b/domain/epc/property_overlays/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/domain/epc/property_overlays/attribute_overlay.py b/domain/epc/property_overlays/attribute_overlay.py new file mode 100644 index 00000000..bdfa0627 --- /dev/null +++ b/domain/epc/property_overlays/attribute_overlay.py @@ -0,0 +1,29 @@ +"""Map a Landlord-Override property-type / built-form value to a Simulation +Overlay (ADR-0032). + +These are whole-dwelling categorical corrections, not building-part fabric β€” so +the overlay sets the top-level `EpcSimulation.property_type` / `built_form` +rather than a `BuildingPartOverlay`. The landlord value is written as-is (text): +`property_type` consumers are tolerant of text, and the calculator's park-home +check is text-only (`"park home"`). `property_type` drives party-wall heat loss +and ASHP/solar/wall eligibility; `built_form` has no calculator consumer today +(it feeds the ML transform + reporting). `"Unknown"` resolves to no overlay. +""" + +from __future__ import annotations + +from typing import Optional + +from domain.modelling.simulation import EpcSimulation + + +def property_type_overlay_for(value: str, building_part: int) -> Optional[EpcSimulation]: + if not value or value == "Unknown": + return None + return EpcSimulation(property_type=value) + + +def built_form_overlay_for(value: str, building_part: int) -> Optional[EpcSimulation]: + if not value or value == "Unknown": + return None + return EpcSimulation(built_form=value) diff --git a/domain/epc/property_overlays/roof_type_overlay.py b/domain/epc/property_overlays/roof_type_overlay.py new file mode 100644 index 00000000..88837988 --- /dev/null +++ b/domain/epc/property_overlays/roof_type_overlay.py @@ -0,0 +1,41 @@ +"""Map a Landlord-Override `RoofType` value to a roof Simulation Overlay (ADR-0032). + +The calculator derives the roof U-value from the building part's loft-insulation +depth, so a `roof_type` override moves the score only via +`BuildingPartOverlay.roof_insulation_thickness` (mm). The resolvable family is +the explicit `"Pitched, N mm loft insulation"` values β€” N is parsed out. +Everything else (flat roofs, room-in-roof, "Unknown loft insulation", +"Another Premises Above" β€” a flat with a dwelling above, no roof to insulate) has +no clean loft depth, so it produces no overlay. +""" + +from __future__ import annotations + +import re +from typing import Optional + +from datatypes.epc.domain.epc_property_data import BuildingPartIdentifier +from domain.modelling.simulation import BuildingPartOverlay, EpcSimulation + +_LOFT_MM = re.compile(r"(\d+)\+?\s*mm loft insulation") + + +def roof_overlay_for( + roof_type_value: str, building_part: int +) -> Optional[EpcSimulation]: + match = _LOFT_MM.search(roof_type_value) + if match is None: + return None + + identifier = ( + BuildingPartIdentifier.MAIN + if building_part == 0 + else BuildingPartIdentifier.extension(building_part) + ) + return EpcSimulation( + building_parts={ + identifier: BuildingPartOverlay( + roof_insulation_thickness=int(match.group(1)) + ) + } + ) diff --git a/domain/epc/property_overlays/wall_type_overlay.py b/domain/epc/property_overlays/wall_type_overlay.py new file mode 100644 index 00000000..63ac6aa0 --- /dev/null +++ b/domain/epc/property_overlays/wall_type_overlay.py @@ -0,0 +1,68 @@ +"""Map a Landlord-Override `WallType` value to a wall Simulation Overlay (ADR-0032). + +A `WallType` value is one full EPC wall description β€” *material* (cavity, solid +brick, …) combined with *insulation state* (as built / with internal insulation +/ filled cavity / …). The calculator scores the wall from the RdSAP +`wall_construction` (material) and `wall_insulation_type` (state) **int codes**, +never the description string, so the overlay decomposes the value into those two +codes and emits an `EpcSimulation` targeting the override's building part. The +result folds onto the lodged EPC via `apply_simulations`, exactly as a wall +Measure's overlay does. Unresolvable material/state β†’ None (no overlay). +""" + +from __future__ import annotations + +from typing import Optional + +from datatypes.epc.domain.epc_property_data import BuildingPartIdentifier +from domain.modelling.simulation import BuildingPartOverlay, EpcSimulation + +# RdSAP `wall_construction` codes by material prefix (domain/sap10_ml/rdsap_uvalues.py). +_MATERIAL_CONSTRUCTION: dict[str, int] = { + "Granite or whin": 1, + "Sandstone": 2, + "Solid brick": 3, + "Cavity wall": 4, + "Timber frame": 5, + "System built": 6, + "Cob": 7, + "Park home wall": 8, + "Curtain wall": 9, + "Curtain Wall": 9, +} + +# RdSAP `wall_insulation_type` codes by insulation-state suffix +# (domain/sap10_ml/rdsap_uvalues.py): external 1, filled-cavity 2, internal 3, +# as-built/uninsulated 4, cavity+external 6, cavity+internal 7. +_STATE_INSULATION: dict[str, int] = { + "as built, no insulation (assumed)": 4, + "with internal insulation": 3, + "with external insulation": 1, + "filled cavity": 2, + "filled cavity and internal insulation": 7, + "filled cavity and external insulation": 6, +} + + +def wall_overlay_for( + wall_type_value: str, building_part: int +) -> Optional[EpcSimulation]: + material, _, state = wall_type_value.partition(", ") + construction = _MATERIAL_CONSTRUCTION.get(material) + insulation = _STATE_INSULATION.get(state) + if construction is None or insulation is None: + return None + + identifier = ( + BuildingPartIdentifier.MAIN + if building_part == 0 + else BuildingPartIdentifier.extension(building_part) + ) + return EpcSimulation( + building_parts={ + identifier: BuildingPartOverlay( + wall_construction=construction, + wall_insulation_type=insulation, + ) + } + ) diff --git a/domain/modelling/scoring/overlay_applicator.py b/domain/modelling/scoring/overlay_applicator.py index d47d84a7..9c83724a 100644 --- a/domain/modelling/scoring/overlay_applicator.py +++ b/domain/modelling/scoring/overlay_applicator.py @@ -59,6 +59,10 @@ def apply_simulations( _fold_secondary_heating(result, simulation.secondary_heating) if simulation.solar is not None: _fold_solar(result, simulation.solar) + if simulation.property_type is not None: + result.property_type = simulation.property_type + if simulation.built_form is not None: + result.built_form = simulation.built_form return result diff --git a/domain/modelling/simulation.py b/domain/modelling/simulation.py index 7d951ac5..624826f6 100644 --- a/domain/modelling/simulation.py +++ b/domain/modelling/simulation.py @@ -25,6 +25,10 @@ class BuildingPartOverlay: A `None` field means "leave the baseline value unchanged". """ + # The wall material (RdSAP `wall_construction` code). Left `None` by Measures + # β€” insulating a wall doesn't change its material β€” but set by a Landlord + # Override that corrects the construction itself (ADR-0032). + wall_construction: Optional[int] = None wall_insulation_type: Optional[int] = None # Added solid-wall insulation depth (mm) β€” drives the calculator's Table 6 # bucket / Β§5.8 documentary U-value for EWI (`wall_insulation_type=1`) and @@ -219,3 +223,8 @@ class EpcSimulation: heating: Optional[HeatingOverlay] = None secondary_heating: Optional[SecondaryHeatingOverlay] = None solar: Optional[SolarOverlay] = None + # Whole-dwelling categorical corrections from a Landlord Override (ADR-0032). + # Measures never set these; a landlord may correct the lodged property type / + # built form (property_type drives party-wall heat loss + measure eligibility). + property_type: Optional[str] = None + built_form: Optional[str] = None diff --git a/domain/property/property.py b/domain/property/property.py index 70acd711..d4652d99 100644 --- a/domain/property/property.py +++ b/domain/property/property.py @@ -1,10 +1,12 @@ from __future__ import annotations -from dataclasses import dataclass -from typing import Literal, Optional +from dataclasses import dataclass, field +from typing import Literal, Optional, Sequence from datatypes.epc.domain.epc_property_data import EpcPropertyData from domain.geospatial.planning_restrictions import PlanningRestrictions +from domain.modelling.scoring.overlay_applicator import apply_simulations +from domain.modelling.simulation import EpcSimulation from domain.property.site_notes import SiteNotes SourcePath = Literal["site_notes", "epc_with_overlay", "predicted"] @@ -43,6 +45,11 @@ class Property: # structural). Used as the Effective EPC only as a last resort β€” when there is # neither a lodged EPC nor Site Notes; a real source always wins. predicted_epc: Optional[EpcPropertyData] = None + # Resolved Landlord Overrides as Simulation Overlays, folded onto the lodged + # EPC to form the Effective EPC (ADR-0032). Empty when the Property has no + # overrides β€” the EPC is then returned unchanged. Only applied on the + # `epc_with_overlay` path; never when Site Notes are the source. + landlord_overrides: Sequence[EpcSimulation] = field(default_factory=tuple) # The current open-market value (a Property Valuation) β€” externally sourced # and mostly absent; feeds the Plan's Valuation Uplift Β£ forms (ADR-0018). current_market_value: Optional[float] = None @@ -78,10 +85,11 @@ class Property: def effective_epc(self) -> EpcPropertyData: """The EpcPropertyData the modelling pipeline scores against. - Path 1: the Site Notes' surveyed data. Path 2: the public EPC (Landlord - Overrides overlay is a later slice β€” returned as-is for now). Path 3: a - neighbour-synthesised EPC (EPC Prediction gap-fill, ADR-0031), used only - when neither real source is present. + Path 1: the Site Notes' surveyed data. Path 2: the public EPC with any + Landlord Overrides folded on as Simulation Overlays (ADR-0032) β€” returned + as-is when there are none. Path 3: a neighbour-synthesised EPC (EPC + Prediction gap-fill, ADR-0031), used only when neither real source is + present. """ if self.source_path == "site_notes": assert self.site_notes is not None @@ -90,4 +98,6 @@ class Property: assert self.predicted_epc is not None return self.predicted_epc assert self.epc is not None + if self.landlord_overrides: + return apply_simulations(self.epc, self.landlord_overrides) return self.epc diff --git a/domain/sap10_calculator/rdsap/cert_to_inputs.py b/domain/sap10_calculator/rdsap/cert_to_inputs.py index 49576723..cd146109 100644 --- a/domain/sap10_calculator/rdsap/cert_to_inputs.py +++ b/domain/sap10_calculator/rdsap/cert_to_inputs.py @@ -4990,9 +4990,11 @@ def ventilation_from_cert( if sv is not None and sv.suspended_timber_floor_sealed is not None else spec_sealed ) - # SAP 10.2 Β§2 (17a) β€” AP4 pressure-test reading routes to the - # cascade's `(18) = 0.263 Γ— AP4^0.924 + (8)` formula; absent value - # falls through to the components-based (16) ach. + # SAP 10.2 Β§2 (17) β€” q50 Blower-Door reading routes to `(18) = AP50/20 + # + (8)` (preferred over AP4); (17a) β€” AP4/Pulse reading routes to + # `(18) = 0.263 Γ— AP4^0.924 + (8)`. Absent values fall through to the + # components-based (16) ach. + ap50 = sv.air_permeability_ap50_m3_h_m2 if sv is not None else None ap4 = sv.air_permeability_ap4_m3_h_m2 if sv is not None else None # SAP 10.2 Β§2 (17) β€” AP50 Blower Door reading routes (18) via # `AP50 / 20 + (8)`, preferred over AP4 when both are lodged. @@ -5033,8 +5035,8 @@ def ventilation_from_cert( has_draught_lobby=_has_draught_lobby(epc, sv), window_pct_draught_proofed=float(epc.percent_draughtproofed or 0), sheltered_sides=int(sv.sheltered_sides) if sv is not None and sv.sheltered_sides is not None else 2, - air_permeability_ap4=ap4, air_permeability_ap50=ap50, + air_permeability_ap4=ap4, mv_kind=mv_kind, mv_system_ach=mv_system_ach, **wind_kwargs, diff --git a/domain/sap10_calculator/worksheet/heat_transmission.py b/domain/sap10_calculator/worksheet/heat_transmission.py index 8140cec2..80c65aac 100644 --- a/domain/sap10_calculator/worksheet/heat_transmission.py +++ b/domain/sap10_calculator/worksheet/heat_transmission.py @@ -41,7 +41,7 @@ from __future__ import annotations from dataclasses import dataclass from decimal import ROUND_HALF_UP, Decimal -from typing import Any, Final, Optional, Union +from typing import Any, Final, Optional, Sequence, Tuple, Union from datatypes.epc.domain.epc_property_data import ( EpcPropertyData, @@ -130,6 +130,48 @@ _CONSERVATORY_WALL_THICKNESS_MM: Final[int] = 300 # SAP10.2 Β§3.2 curtain/blind thermal resistance applied to windows (and # roof windows) β€” turns raw window U into the worksheet's (27) effective U. _WINDOW_CURTAIN_RESISTANCE_M2K_PER_W: Final[float] = 0.04 + +# SAP10 glazing-type code (the cascade enum used on `SapWindow.glazing_type`, +# see solar_gains `_G_PERPENDICULAR_BY_GLAZING_TYPE`) β†’ the `u_window` glazing +# category + the install-year band the code implies. Used to derive the raw +# window U for SYNTHESISED (reduced-field) windows that carry no per-window +# U lodgement β€” previously these all fell to `u_window`'s all-None placeholder +# (2.5), regardless of glazing, under-counting window heat loss vs RdSAP Table +# 24 (e.g. double pre-2002 should be 2.8, not 2.5). +_GLAZING_CODE_TO_UWINDOW: Final[dict[int, Tuple[str, Optional[int]]]] = { + 1: ("single", None), + 2: ("double", 2002), # double 2002-2022 + 3: ("double", None), # double pre-2002 (None β†’ pre-2002 row) + 4: ("double", None), # double low-E soft-coat + 5: ("secondary", None), + 6: ("triple", None), # triple pre-2002 default + 7: ("double", None), # double, known data + 8: ("triple", None), # triple, known data + 9: ("triple", 2002), # triple 2002-2022 + 10: ("triple", None), # triple pre-2002 + 11: ("secondary", None), + 12: ("secondary", None), + 13: ("double", 2022), # double 2022+ + 14: ("triple", 2022), # triple 2022+ + 15: ("single", None), +} + + +def _synthesised_window_u_raw(windows: Optional[Sequence[SapWindow]]) -> float: + """Raw (pre-curtain) window U for reduced-field windows with no per-window + U lodgement. Derives glazing category + install-year band from the + (uniform) synthesised `glazing_type` code and routes through `u_window` + (RdSAP Table 24), rather than the all-None 2.5 placeholder.""" + if not windows: + return u_window(installed_year=None, glazing_type=None, frame_type=None) + w = windows[0] + code = w.glazing_type + glaze, year = ( + _GLAZING_CODE_TO_UWINDOW.get(code, ("double", None)) + if isinstance(code, int) + else ("double", None) + ) + return u_window(installed_year=year, glazing_type=glaze, frame_type=w.frame_material) # RdSAP10 Β§15 "Rounding of data" (p.66): "All element areas (gross) # including window areas and conservatory wall area: 2 d.p." plus # "U-values: 2 d.p.". This is the data-passed-to-SAP-calculator @@ -193,6 +235,20 @@ def _is_flat_or_maisonette(property_type: Optional[str]) -> bool: return property_type in _PROPERTY_TYPES_FLAT_OR_MAISONETTE +def _is_flat_or_maisonette_dwelling(dwelling_type: Optional[str]) -> bool: + """Fallback flat/maisonette detection from `epc.dwelling_type` for certs + where `property_type` is absent. Full-SAP / SAP-Schema certs carry the + flatness only in dwelling_type (e.g. "Ground-floor flat", "Mid-floor + maisonette"), so without this the RdSAP 10 Table 15 footnote * party-wall + U=0 default never fires for them and they wrongly take the 0.25 house + default. Houses/bungalows ("Detached house", "Mid-Terrace house") don't + contain these tokens, so they stay on the house default.""" + if dwelling_type is None: + return False + dt = dwelling_type.lower() + return "flat" in dt or "maisonette" in dt + + @dataclass(frozen=True) class HeatTransmission: """SAP 10.2 Β§3 conduction HLC broken down per element type, summed @@ -686,8 +742,10 @@ def heat_transmission_from_cert( ) windows_w_per_k_total += a_w * u_eff_w else: - window_u_raw = window_avg_u_value if (window_avg_u_value or 0) > 0 else u_window( - installed_year=None, glazing_type=None, frame_type=None + window_u_raw = ( + window_avg_u_value + if (window_avg_u_value or 0) > 0 + else _synthesised_window_u_raw(epc.sap_windows) ) window_u = ( 1.0 / (1.0 / window_u_raw + _WINDOW_CURTAIN_RESISTANCE_M2K_PER_W) @@ -1029,7 +1087,10 @@ def heat_transmission_from_cert( # branch (they're houses for party-wall purposes per the spec). upw = u_party_wall( party_wall_construction=party_construction, - is_flat=_is_flat_or_maisonette(epc.property_type), + is_flat=( + _is_flat_or_maisonette(epc.property_type) + or _is_flat_or_maisonette_dwelling(epc.dwelling_type) + ), ) # Per-bp `y` for backwards compat: when the bp's own age band # differs from the dwelling's primary, the cascade applies the diff --git a/etl/hubspot/scripts/scraper/handler/Dockerfile b/etl/hubspot/scripts/scraper/handler/Dockerfile index 012da376..fc4fb051 100644 --- a/etl/hubspot/scripts/scraper/handler/Dockerfile +++ b/etl/hubspot/scripts/scraper/handler/Dockerfile @@ -1,5 +1,7 @@ -FROM public.ecr.aws/lambda/python:3.10 -# FROM python:3.11.10-bullseye +# 3.11: domain/modelling/measure_type.py (pulled in transitively via +# backend.app.db.models -> infrastructure.postgres.modelling -> domain) uses +# enum.StrEnum, which only exists in Python 3.11+. +FROM public.ecr.aws/lambda/python:3.11 # Set working directory (Lambda task root) WORKDIR /var/task @@ -17,6 +19,11 @@ RUN pip install --no-cache-dir -r requirements.txt COPY backend/ backend/ COPY utils/ utils/ COPY datatypes/ datatypes/ +# main -> backend.app.db.models.{epc_property,recommendations} -> +# infrastructure.postgres.{epc_property_table,modelling} -> domain.modelling. +# Without these the lambda fails at init with "No module named 'infrastructure'". +COPY infrastructure/ infrastructure/ +COPY domain/ domain/ COPY etl/hubspot etl/hubspot # Copy the handler diff --git a/infrastructure/postgres/property_baseline_performance_table.py b/infrastructure/postgres/property_baseline_performance_table.py index 03906c0c..89019478 100644 --- a/infrastructure/postgres/property_baseline_performance_table.py +++ b/infrastructure/postgres/property_baseline_performance_table.py @@ -72,26 +72,31 @@ class PropertyBaselinePerformanceModel(SQLModel, table=True): space_heating_kwh: float water_heating_kwh: float + # The Fuel Rates snapshot period the bill was priced against (FE-owned column, + # nullable). Not yet threaded through Bill Derivation, so left None for now. + fuel_rates_period: Optional[str] = Field(default=None) + # Bill Derivation block (ADR-0014 Β§6). Nullable: all None when no calculator - # ran (stub path). The ``bill_`` prefix avoids clashing with the + # ran (stub path). Column names are unprefixed to mirror the FE-owned table β€” + # the per-section ``heating_kwh`` / ``hot_water_kwh`` do not clash with the # recorded-demand ``space_heating_kwh`` / ``water_heating_kwh`` above. - bill_heating_kwh: Optional[float] = Field(default=None) - bill_heating_cost_gbp: Optional[float] = Field(default=None) - bill_hot_water_kwh: Optional[float] = Field(default=None) - bill_hot_water_cost_gbp: Optional[float] = Field(default=None) - bill_lighting_kwh: Optional[float] = Field(default=None) - bill_lighting_cost_gbp: Optional[float] = Field(default=None) - bill_appliances_kwh: Optional[float] = Field(default=None) - bill_appliances_cost_gbp: Optional[float] = Field(default=None) - bill_cooking_kwh: Optional[float] = Field(default=None) - bill_cooking_cost_gbp: Optional[float] = Field(default=None) - bill_pumps_fans_kwh: Optional[float] = Field(default=None) - bill_pumps_fans_cost_gbp: Optional[float] = Field(default=None) - bill_cooling_kwh: Optional[float] = Field(default=None) - bill_cooling_cost_gbp: Optional[float] = Field(default=None) - bill_standing_charges_gbp: Optional[float] = Field(default=None) - bill_seg_credit_gbp: Optional[float] = Field(default=None) - bill_total_annual_bill_gbp: Optional[float] = Field(default=None) + heating_kwh: Optional[float] = Field(default=None) + heating_cost_gbp: Optional[float] = Field(default=None) + hot_water_kwh: Optional[float] = Field(default=None) + hot_water_cost_gbp: Optional[float] = Field(default=None) + lighting_kwh: Optional[float] = Field(default=None) + lighting_cost_gbp: Optional[float] = Field(default=None) + appliances_kwh: Optional[float] = Field(default=None) + appliances_cost_gbp: Optional[float] = Field(default=None) + cooking_kwh: Optional[float] = Field(default=None) + cooking_cost_gbp: Optional[float] = Field(default=None) + pumps_fans_kwh: Optional[float] = Field(default=None) + pumps_fans_cost_gbp: Optional[float] = Field(default=None) + cooling_kwh: Optional[float] = Field(default=None) + cooling_cost_gbp: Optional[float] = Field(default=None) + standing_charges_gbp: Optional[float] = Field(default=None) + seg_credit_gbp: Optional[float] = Field(default=None) + total_annual_bill_gbp: Optional[float] = Field(default=None) @classmethod def from_domain( @@ -122,15 +127,15 @@ class PropertyBaselinePerformanceModel(SQLModel, table=True): return for section, stem in _SECTION_COLUMN_STEM.items(): cost = bill.sections.get(section) - setattr(self, f"bill_{stem}_kwh", cost.kwh if cost is not None else None) + setattr(self, f"{stem}_kwh", cost.kwh if cost is not None else None) setattr( self, - f"bill_{stem}_cost_gbp", + f"{stem}_cost_gbp", cost.cost_gbp if cost is not None else None, ) - self.bill_standing_charges_gbp = bill.standing_charges_gbp - self.bill_seg_credit_gbp = bill.seg_credit_gbp - self.bill_total_annual_bill_gbp = bill.total_gbp + self.standing_charges_gbp = bill.standing_charges_gbp + self.seg_credit_gbp = bill.seg_credit_gbp + self.total_annual_bill_gbp = bill.total_gbp def to_domain(self) -> PropertyBaselinePerformance: return PropertyBaselinePerformance( @@ -157,18 +162,18 @@ class PropertyBaselinePerformanceModel(SQLModel, table=True): not-None discriminator: a persisted bill always sets it, so its absence means no calculator ran and the bill was None. A section is rebuilt only when its kWh column is not None (paired with its cost).""" - if self.bill_total_annual_bill_gbp is None: + if self.total_annual_bill_gbp is None: return None sections: dict[BillSection, BillSectionCost] = {} for section, stem in _SECTION_COLUMN_STEM.items(): - kwh = cast(Optional[float], getattr(self, f"bill_{stem}_kwh")) + kwh = cast(Optional[float], getattr(self, f"{stem}_kwh")) if kwh is None: continue - cost_gbp = cast(float, getattr(self, f"bill_{stem}_cost_gbp")) + cost_gbp = cast(float, getattr(self, f"{stem}_cost_gbp")) sections[section] = BillSectionCost(kwh=kwh, cost_gbp=cost_gbp) return Bill( sections=sections, - standing_charges_gbp=cast(float, self.bill_standing_charges_gbp), - seg_credit_gbp=cast(float, self.bill_seg_credit_gbp), - total_gbp=self.bill_total_annual_bill_gbp, + standing_charges_gbp=cast(float, self.standing_charges_gbp), + seg_credit_gbp=cast(float, self.seg_credit_gbp), + total_gbp=self.total_annual_bill_gbp, ) diff --git a/infrastructure/postgres/property_table.py b/infrastructure/postgres/property_table.py index c333cad4..56d0b2fa 100644 --- a/infrastructure/postgres/property_table.py +++ b/infrastructure/postgres/property_table.py @@ -1,5 +1,6 @@ from __future__ import annotations +from datetime import datetime from typing import ClassVar, Optional from sqlalchemy import Column @@ -48,3 +49,10 @@ class PropertyRow(SQLModel, table=True): user_inputted_address: Optional[str] = Field(default=None) user_inputted_postcode: Optional[str] = Field(default=None) lexiscore: Optional[float] = Field(default=None) + + # FE-owned columns the modelling pipeline now WRITES to record a run: the old + # engine set `has_recommendations` (engine.py); we mirror that, and bump + # `updated_at` so a run is datable (a first-run under the new process is + # `updated_at >= 2026-06-01`, the cutoff the old pipeline predates). + has_recommendations: Optional[bool] = Field(default=None) + updated_at: Optional[datetime] = Field(default=None) diff --git a/orchestration/modelling_orchestrator.py b/orchestration/modelling_orchestrator.py index 867cb8b2..55ae531d 100644 --- a/orchestration/modelling_orchestrator.py +++ b/orchestration/modelling_orchestrator.py @@ -126,6 +126,7 @@ class ModellingOrchestrator: solar_potential: Optional[SolarPotential] = _solar_potential_for( uow.solar, prop.identity.uprn ) + has_recommendations = False for scenario in scenarios: plan = self._plan_for( scorer, @@ -145,6 +146,13 @@ class ModellingOrchestrator: portfolio_id=portfolio_id, is_default=scenario.is_default, ) + has_recommendations = has_recommendations or bool(plan.measures) + # Record the run on the Property: the old engine's per-Property + # `has_recommendations` marker (true if any Scenario yielded a + # measure), with `updated_at` bumped so the run is datable. + uow.property.mark_modelled( + property_id, has_recommendations=has_recommendations + ) uow.commit() def _plan_for( diff --git a/playground.py.local-backup b/playground.py.local-backup new file mode 100644 index 00000000..5e9001e1 --- /dev/null +++ b/playground.py.local-backup @@ -0,0 +1,57 @@ +"""Read a file and return unique values from a chosen column.""" + +from pathlib import Path +import argparse +import sys + +import pandas as pd + + +def read_file(path: str | Path) -> pd.DataFrame: + path = Path(path) + suffix = path.suffix.lower() + if suffix == ".csv": + return pd.read_csv(path) + if suffix == ".tsv": + return pd.read_csv(path, sep="\t") + if suffix in {".xlsx", ".xls"}: + return pd.read_excel(path) + if suffix == ".parquet": + return pd.read_parquet(path) + if suffix == ".json": + return pd.read_json(path) + raise ValueError(f"Unsupported file type: {suffix}") + + +def get_unique(path: str | Path, column: str, dropna: bool = True) -> list: + df = read_file(Path(path)) + if column not in df.columns: + raise KeyError(f"Column {column!r} not found. Available: {list(df.columns)}") + series = df[column].dropna() if dropna else df[column] + return series.unique().tolist() + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--path", default="/workspaces/model/certificates-2026.csv") + parser.add_argument("--column", nargs="walls_description") + parser.add_argument("--keep-na", action="store_true") + args, _ = parser.parse_known_args() + + df = read_file(args.path) + + if not args.column: + print("Available columns:") + for c in df.columns: + print(f" - {c}") + return 0 + + column = "wall " + series = df[column] if args.keep_na else df[column].dropna() + for value in series.unique(): + print(value) + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/repositories/epc/epc_postgres_repository.py b/repositories/epc/epc_postgres_repository.py index 8e38c32b..faa86323 100644 --- a/repositories/epc/epc_postgres_repository.py +++ b/repositories/epc/epc_postgres_repository.py @@ -1,7 +1,7 @@ from __future__ import annotations from collections.abc import Sequence -from datetime import date +from datetime import date, datetime from typing import Optional, Protocol, TypeVar from sqlmodel import Session, col, delete, select @@ -57,6 +57,24 @@ def _require(value: Optional[_T], field: str) -> _T: return value +def _as_date(value: object) -> date: + """Normalise an ``epc_property`` date column value to a ``date``. + + The FE-owned date columns (``inspection_date`` / ``completion_date`` / + ``registration_date``) are Postgres ``timestamp``s even though the SQLModel + mirror types them ``str`` (it stores the writer's ``isoformat()`` string). + So a read hands back a ``datetime``, while a value still in flight may be + the ISO string β€” accept both. + """ + if isinstance(value, datetime): + return value.date() + if isinstance(value, date): + return value + if isinstance(value, str): + return date.fromisoformat(value) + raise TypeError(f"unexpected inspection_date value: {value!r}") + + class _HasEpcPropertyId(Protocol): epc_property_id: int @@ -425,7 +443,7 @@ class EpcPostgresRepository(EpcRepository): return EpcPropertyData( dwelling_type=p.dwelling_type, - inspection_date=date.fromisoformat(p.inspection_date), + inspection_date=_as_date(p.inspection_date), tenure=p.tenure, transaction_type=p.transaction_type, address_line_1=_require(p.address_line_1, "address_line_1"), @@ -480,12 +498,10 @@ class EpcPostgresRepository(EpcRepository): pressure_test=p.pressure_test, language_code=p.language_code, completion_date=( - date.fromisoformat(p.completion_date) if p.completion_date else None + _as_date(p.completion_date) if p.completion_date else None ), registration_date=( - date.fromisoformat(p.registration_date) - if p.registration_date - else None + _as_date(p.registration_date) if p.registration_date else None ), measurement_type=p.measurement_type, conservatory_type=p.conservatory_type, diff --git a/repositories/property/landlord_override_overlays.py b/repositories/property/landlord_override_overlays.py new file mode 100644 index 00000000..ab8d7ca3 --- /dev/null +++ b/repositories/property/landlord_override_overlays.py @@ -0,0 +1,58 @@ +"""Map a Property's resolved Landlord Overrides to Simulation Overlays (ADR-0032). + +The boundary between the faithful `property_overrides` read model +(`ResolvedPropertyOverrides`, value-space) and the domain overlay surface +(`EpcSimulation`). Lives in `repositories/` because it consumes a repository +type β€” `domain/` never imports `repositories/`. + +Per-component and partial β€” an override produces an overlay only where a +component mapping exists and the value resolves; anything else is left to the +lodged EPC. All four `override_component`s are mapped: + +* `wall_type` β†’ fabric overlay (`wall_construction` + `wall_insulation_type`) +* `roof_type` β†’ fabric overlay (`roof_insulation_thickness`, loft-depth family) +* `property_type` / `built_form_type` β†’ whole-dwelling categorical correction + +Two value families deliberately resolve to *no* overlay rather than a guess: the +`"(assumed) insulated"` / `"partial insulation (assumed)"` wall states (RdSAP +infers their U-value from the build-era age band, so there is no single +`wall_insulation_type` code for them β€” they need Elmhurst validation, ADR-0032), +and `"Unknown"` categorical values. Roofs with no clean loft depth (flat, +room-in-roof, "another premises above") likewise produce no overlay. +""" + +from __future__ import annotations + +from typing import Callable, Optional + +from domain.epc.property_overlays.attribute_overlay import ( + built_form_overlay_for, + property_type_overlay_for, +) +from domain.epc.property_overlays.roof_type_overlay import roof_overlay_for +from domain.epc.property_overlays.wall_type_overlay import wall_overlay_for +from domain.modelling.simulation import EpcSimulation +from repositories.property.property_overrides_reader import ResolvedPropertyOverrides + +# Each override component maps its value (+ building part) to an overlay, or None +# when the value isn't resolvable. Fabric (wall/roof) folds onto building parts; +# property_type / built_form_type are whole-dwelling categorical corrections +# (ADR-0032 β€” property_type drives party-wall heat loss + measure eligibility). +_COMPONENT_OVERLAYS: dict[str, Callable[[str, int], Optional[EpcSimulation]]] = { + "wall_type": wall_overlay_for, + "roof_type": roof_overlay_for, + "property_type": property_type_overlay_for, + "built_form_type": built_form_overlay_for, +} + + +def overlays_from(overrides: ResolvedPropertyOverrides) -> list[EpcSimulation]: + overlays: list[EpcSimulation] = [] + for row in overrides.rows: + mapper = _COMPONENT_OVERLAYS.get(row.override_component) + if mapper is None: + continue + overlay = mapper(row.override_value, row.building_part) + if overlay is not None: + overlays.append(overlay) + return overlays diff --git a/repositories/property/override_backed_prediction_attributes_reader.py b/repositories/property/override_backed_prediction_attributes_reader.py new file mode 100644 index 00000000..5befd3b3 --- /dev/null +++ b/repositories/property/override_backed_prediction_attributes_reader.py @@ -0,0 +1,55 @@ +"""The real ``PredictionTargetAttributesReader`` β€” landlord-overrides-backed. + +Composes the faithful ``PropertyOverridesReader`` with the valueβ†’code mapping: +reads the Property's main-building (building_part 0) ``property_type`` / +``built_form_type`` overrides and translates them into the gov-EPC code space the +cohort filter compares against (ADR-0031). An unresolvable ``property_type`` +becomes None, which gates the Property out of prediction downstream +(``build_prediction_target``). Wall/roof overrides are left to the later +``epc_with_overlay`` slice β€” this reader conditions cohort selection only. +""" + +from __future__ import annotations + +from typing import Optional + +from domain.epc.override_code_mapping import ( + built_form_to_code, + property_type_to_code, +) +from domain.epc_prediction.prediction_target import PredictionTargetAttributes +from repositories.property.prediction_target_attributes_reader import ( + PredictionTargetAttributesReader, +) +from repositories.property.property_overrides_reader import PropertyOverridesReader + +_MAIN_BUILDING = 0 +_PROPERTY_TYPE_COMPONENT = "property_type" +_BUILT_FORM_COMPONENT = "built_form_type" + + +class OverrideBackedPredictionAttributesReader(PredictionTargetAttributesReader): + def __init__(self, overrides_reader: PropertyOverridesReader) -> None: + self._overrides_reader = overrides_reader + + def attributes_for(self, property_id: int) -> PredictionTargetAttributes: + overrides = self._overrides_reader.overrides_for(property_id) + + property_type_value = overrides.value(_PROPERTY_TYPE_COMPONENT, _MAIN_BUILDING) + built_form_value = overrides.value(_BUILT_FORM_COMPONENT, _MAIN_BUILDING) + + property_type: Optional[str] = ( + property_type_to_code(property_type_value) + if property_type_value is not None + else None + ) + built_form: Optional[str] = ( + built_form_to_code(built_form_value) + if built_form_value is not None + else None + ) + + return PredictionTargetAttributes( + property_type=property_type, + built_form=built_form, + ) diff --git a/repositories/property/property_overrides_postgres_reader.py b/repositories/property/property_overrides_postgres_reader.py new file mode 100644 index 00000000..1ccb13d5 --- /dev/null +++ b/repositories/property/property_overrides_postgres_reader.py @@ -0,0 +1,45 @@ +"""Postgres adapter for the ``property_overrides`` read side. + +Read-only and uow-independent: ``property_overrides`` is committed reference +data the ``bulk_upload_finaliser`` Lambda writes at Finalise, long before First +Run executes β€” there is no transactional coupling to the ingestion run, so this +opens its own short read session per call via the injected session factory +(mirroring the composition root's ``lambda: Session(engine)``). +""" + +from __future__ import annotations + +from collections.abc import Callable + +from sqlmodel import Session, col, select + +from infrastructure.postgres.property_override_table import PropertyOverrideRow +from repositories.property.property_overrides_reader import ( + PropertyOverridesReader, + ResolvedPropertyOverride, + ResolvedPropertyOverrides, +) + + +class PropertyOverridesPostgresReader(PropertyOverridesReader): + def __init__(self, session_factory: Callable[[], Session]) -> None: + self._session_factory = session_factory + + def overrides_for(self, property_id: int) -> ResolvedPropertyOverrides: + with self._session_factory() as session: + rows = session.exec( + select(PropertyOverrideRow).where( + col(PropertyOverrideRow.property_id) == property_id + ) + ).all() + + return ResolvedPropertyOverrides( + rows=tuple( + ResolvedPropertyOverride( + override_component=row.override_component, + building_part=row.building_part, + override_value=row.override_value, + ) + for row in rows + ) + ) diff --git a/repositories/property/property_overrides_reader.py b/repositories/property/property_overrides_reader.py new file mode 100644 index 00000000..29e574db --- /dev/null +++ b/repositories/property/property_overrides_reader.py @@ -0,0 +1,52 @@ +"""Read port for the per-Property ``property_overrides`` fact layer (ADR-0006). + +The write side (``PropertyOverrideRepository.upsert_all``) materialises the fact +layer at Finalise; this is the read side. It is deliberately *faithful* β€” it +returns the resolved enum-value snapshots exactly as stored ("House", +"Detached", "Solid brick, …"), every ``(override_component, building_part)`` for +the Property, making no judgement about what is resolvable. Consumers translate: +EPC Prediction maps property_type/built_form into the gov-EPC code space and +gates on it (see ``domain/epc/override_code_mapping.py``); the later +``epc_with_overlay`` slice will read wall/roof here too. +""" + +from __future__ import annotations + +from abc import ABC, abstractmethod +from dataclasses import dataclass +from typing import Optional + + +@dataclass(frozen=True) +class ResolvedPropertyOverride: + """One ``property_overrides`` row, in enum-value space (as stored).""" + + override_component: str + building_part: int + override_value: str + + +@dataclass(frozen=True) +class ResolvedPropertyOverrides: + """Every resolved override for one Property β€” a faithful value-space snapshot.""" + + rows: tuple[ResolvedPropertyOverride, ...] + + def value(self, override_component: str, building_part: int) -> Optional[str]: + """The resolved value for one ``(component, building_part)``, or None when + the Property has no such override row.""" + for row in self.rows: + if ( + row.override_component == override_component + and row.building_part == building_part + ): + return row.override_value + return None + + +class PropertyOverridesReader(ABC): + @abstractmethod + def overrides_for(self, property_id: int) -> ResolvedPropertyOverrides: + """Every resolved Landlord Override for the Property, as stored. Empty when + the Property has no overrides.""" + ... diff --git a/repositories/property/property_postgres_repository.py b/repositories/property/property_postgres_repository.py index 3549d0fc..dec92814 100644 --- a/repositories/property/property_postgres_repository.py +++ b/repositories/property/property_postgres_repository.py @@ -2,16 +2,20 @@ from __future__ import annotations from typing import Optional, cast -from sqlalchemy import Table +from sqlalchemy import Table, func from sqlalchemy import select as sa_select +from sqlalchemy import update as sa_update from sqlalchemy.dialects.postgresql import insert as pg_insert from sqlmodel import Session, col, select from domain.geospatial.planning_restrictions import PlanningRestrictions +from domain.modelling.simulation import EpcSimulation from domain.property.properties import Properties from domain.property.property import Property, PropertyIdentity from infrastructure.postgres.property_table import PropertyRow from repositories.epc.epc_repository import EpcRepository +from repositories.property.landlord_override_overlays import overlays_from +from repositories.property.property_overrides_reader import PropertyOverridesReader from repositories.property.property_repository import ( PropertyIdentityInsert, PropertyRepository, @@ -36,10 +40,12 @@ class PropertyPostgresRepository(PropertyRepository): session: Session, epc_repo: Optional[EpcRepository] = None, spatial_repo: Optional[SpatialRepository] = None, + overrides_reader: Optional[PropertyOverridesReader] = None, ) -> None: self._session = session self._epc_repo = epc_repo self._spatial_repo = spatial_repo + self._overrides_reader = overrides_reader # ``__table__`` is injected at runtime on table=True classes but the stubs # don't expose it; pin to ``Table`` so the dialect insert is typed. self._table: Table = cast(Table, getattr(PropertyRow, "__table__")) @@ -52,6 +58,13 @@ class PropertyPostgresRepository(PropertyRepository): ) return self._epc_repo + def _landlord_overrides(self, property_id: int) -> list[EpcSimulation]: + """The Property's Landlord Overrides as Simulation Overlays β€” empty when + no reader is wired (the overlay stays off) or the Property has none.""" + if self._overrides_reader is None: + return [] + return overlays_from(self._overrides_reader.overrides_for(property_id)) + def get(self, property_id: int) -> Property: row = self._session.get(PropertyRow, property_id) if row is None: @@ -73,6 +86,7 @@ class PropertyPostgresRepository(PropertyRepository): identity=identity, epc=self._epc().get_for_property(property_id), predicted_epc=self._epc().get_predicted_for_property(property_id), + landlord_overrides=self._landlord_overrides(property_id), planning_restrictions=_restrictions_of(row.uprn, restrictions), ) @@ -104,6 +118,7 @@ class PropertyPostgresRepository(PropertyRepository): ), epc=epcs.get(property_id), predicted_epc=predicted_epcs.get(property_id), + landlord_overrides=self._landlord_overrides(property_id), planning_restrictions=_restrictions_of(row.uprn, restrictions), ) ) @@ -116,6 +131,17 @@ class PropertyPostgresRepository(PropertyRepository): return {} return self._spatial_repo.get_for_uprns(uprns) + def mark_modelled(self, property_id: int, *, has_recommendations: bool) -> None: + # The old engine set `has_recommendations` per Property; we mirror it and + # bump `updated_at` (DB clock) so a new-process run is datable against the + # 2026-06-01 cutoff. Does not commit β€” the Unit of Work owns the txn. + stmt = ( + sa_update(self._table) + .where(self._table.c.id == property_id) + .values(has_recommendations=has_recommendations, updated_at=func.now()) + ) + self._session.execute(stmt) # pyright: ignore[reportDeprecated] + def insert_all(self, rows: list[PropertyIdentityInsert]) -> int: if not rows: return 0 diff --git a/repositories/property/property_repository.py b/repositories/property/property_repository.py index 5b22c874..e2f8284a 100644 --- a/repositories/property/property_repository.py +++ b/repositories/property/property_repository.py @@ -47,6 +47,15 @@ class PropertyRepository(ABC): input ids.""" ... + @abstractmethod + def mark_modelled(self, property_id: int, *, has_recommendations: bool) -> None: + """Record that a Property has been run through the modelling pipeline: + set ``has_recommendations`` (the old engine's per-Property marker β€” true + when the Plan carries measures) and bump ``updated_at`` so the run is + datable (a first-run under the new process is ``updated_at >= + 2026-06-01``). Idempotent β€” re-running overwrites the same row.""" + ... + @abstractmethod def insert_all(self, rows: list[PropertyIdentityInsert]) -> int: """Bulk-insert identity rows, skipping any whose ``(portfolio_id, uprn)`` diff --git a/scripts/compare_epc_paths.py b/scripts/compare_epc_paths.py new file mode 100644 index 00000000..7610ca82 --- /dev/null +++ b/scripts/compare_epc_paths.py @@ -0,0 +1,135 @@ +"""Compare the two EpcPropertyData source paths for one real cert, to +separate MAPPER fidelity from CALCULATOR correctness. + +For a cert captured under +``backend/epc_api/json_samples/real_life_examples//uprn_/`` +this: + 1. builds `EpcPropertyData` from the gov-EPC API json (`epc.json`), and + 2. builds `EpcPropertyData` from the Elmhurst summary PDF + (`elmhurst_summary.pdf`) via `parse_site_notes_pdf`, +then deep-diffs the two and runs BOTH through `Sap10Calculator`. Where the +two objects match, any SAP gap is the calculator; where they differ, it's +input mapping / data entry. If `elmhurst_worksheet.pdf` is present its +printed SAP rating (258) is shown as the ground truth. + +USAGE +----- + PYTHONPATH=/workspaces/model python scripts/compare_epc_paths.py + +Part of the `validate-cert-sap-accuracy` workflow β€” see that skill. +""" + +from __future__ import annotations + +import dataclasses +import json +import re +import sys +from pathlib import Path +from typing import Any, Optional +from unittest.mock import patch + +import httpx + +from backend.documents_parser.parser import parse_site_notes_pdf +from datatypes.epc.domain.epc_property_data import EpcPropertyData +from datatypes.epc.domain.mapper import EpcPropertyDataMapper +from domain.sap10_calculator.calculator import Sap10Calculator + +_ROOT = Path("backend/epc_api/json_samples/real_life_examples") + + +def _find_sample_dir(uprn: str) -> Path: + matches = list(_ROOT.glob(f"*/uprn_{uprn}")) + if not matches: + raise SystemExit( + f"no sample dir for UPRN {uprn} under {_ROOT} β€” capture it first " + f"with scripts/fetch_real_life_epc_sample.py {uprn}" + ) + return matches[0] + + +def _gov_api_epc(epc_json: Path) -> EpcPropertyData: + data = json.loads(epc_json.read_text()) + + def _mock(*_a: object, **_k: object) -> httpx.Response: + return httpx.Response( + 200, json={"data": data}, request=httpx.Request("GET", "x") + ) + + # Route the raw payload through the real mapper (httpx mocked, no network). + with patch("httpx.get", side_effect=_mock): + from infrastructure.epc_client.epc_client_service import EpcClientService + + return EpcClientService(auth_token="t").get_by_certificate_number("x") + + +def _elmhurst_printed_sap(worksheet_pdf: Path) -> Optional[int]: + if not worksheet_pdf.exists(): + return None + import fitz # pymupdf + + text = "\n".join(p.get_text() for p in fitz.open(str(worksheet_pdf))) + for line in text.splitlines(): + if "SAP rating" in line and "(258)" in line: + # value sits immediately before the "(258)" line ref + match = re.search(r"(\d+)\s*\(258\)", line) + if match: + return int(match.group(1)) + return None + + +def _deep_diff(a: Any, b: Any, prefix: str, out: list[str]) -> None: + if dataclasses.is_dataclass(a) and dataclasses.is_dataclass(b): + for f in dataclasses.fields(a): + _deep_diff(getattr(a, f.name), getattr(b, f.name), f"{prefix}.{f.name}", out) + elif isinstance(a, list) and isinstance(b, list): + if len(a) != len(b): + out.append(f" {prefix}: LEN {len(a)} vs {len(b)}") + for i, (x, y) in enumerate(zip(a, b)): + _deep_diff(x, y, f"{prefix}[{i}]", out) + elif a != b: + out.append(f" {prefix}: API={a!r} ELM={b!r}") + + +def compare(uprn: str) -> None: + sample = _find_sample_dir(uprn) + print(f"=== {sample} ===") + gov = _gov_api_epc(sample / "epc.json") + + summary = sample / "elmhurst_summary.pdf" + elm: Optional[EpcPropertyData] = None + if summary.exists(): + elm = parse_site_notes_pdf(str(summary)) + else: + print(" (no elmhurst_summary.pdf yet β€” gov-API side only)") + + rg = Sap10Calculator().calculate(gov) + print("\nOUR ENGINE:") + print( + f" gov-API inputs β†’ SAP {rg.sap_score} ({rg.sap_score_continuous:.2f})" + f" HW {rg.hot_water_kwh_per_yr:.0f} kWh cost Β£{rg.total_fuel_cost_gbp:.2f}" + ) + if elm is not None: + re_ = Sap10Calculator().calculate(elm) + print( + f" Elmhurst-PDF inputs β†’ SAP {re_.sap_score} ({re_.sap_score_continuous:.2f})" + f" HW {re_.hot_water_kwh_per_yr:.0f} kWh cost Β£{re_.total_fuel_cost_gbp:.2f}" + ) + printed = _elmhurst_printed_sap(sample / "elmhurst_worksheet.pdf") + if printed is not None: + print(f" Elmhurst's OWN engine (worksheet 258): {printed}") + diffs: list[str] = [] + _deep_diff(gov, elm, "epc", diffs) + print(f"\nFIELD DIFFS gov-API vs Elmhurst ({len(diffs)}):") + print("\n".join(diffs) if diffs else " (none β€” paths identical)") + + +def main() -> None: + if len(sys.argv) != 2: + raise SystemExit(__doc__) + compare(sys.argv[1]) + + +if __name__ == "__main__": + main() diff --git a/scripts/e2e_common.py b/scripts/e2e_common.py new file mode 100644 index 00000000..56c82543 --- /dev/null +++ b/scripts/e2e_common.py @@ -0,0 +1,68 @@ +"""Shared configuration + client plumbing for the local e2e runner scripts +(``run_modelling_e2e`` and ``run_first_run_e2e``). + +Loads ``backend/.env`` and builds the DB engine from the FastAPI-layer ``DB_*`` +vars (the ``infrastructure/postgres`` layer reads ``POSTGRES_*``, which the .env +does not carry), plus an S3-backed ``ParquetReader`` for the geospatial +repository. Secrets live in the .env and the ambient ``~/.aws`` profile; this +module never hard-codes them. +""" + +from __future__ import annotations + +import io +import os +from pathlib import Path +from typing import Any, cast + +import boto3 +import pandas as pd +from sqlalchemy import Engine, create_engine + +from repositories.geospatial.geospatial_s3_repository import ParquetReader + +_REPO_ROOT = Path(__file__).resolve().parents[1] +ENV_PATH = _REPO_ROOT / "backend" / ".env" + + +def load_env(path: Path = ENV_PATH) -> None: + """Load `KEY=value` lines from `backend/.env` into the environment (without + overriding anything already set), so the DB creds + API tokens are present.""" + if not path.exists(): + return + for raw in path.read_text(encoding="utf-8").splitlines(): + line = raw.strip() + if not line or line.startswith("#") or "=" not in line: + continue + key, value = line.split("=", 1) + os.environ.setdefault(key.strip(), value.strip().strip('"').strip("'")) + + +def db_url() -> str: + """The connection string from the FastAPI-layer `DB_*` env vars.""" + env = os.environ + return ( + f"postgresql+psycopg2://{env['DB_USERNAME']}:{env['DB_PASSWORD']}" + f"@{env['DB_HOST']}:{env['DB_PORT']}/{env['DB_NAME']}" + ) + + +def build_engine() -> Engine: + """A connection-pooled engine to the target DB (DB_* creds).""" + return create_engine( + db_url(), pool_pre_ping=True, connect_args={"connect_timeout": 10} + ) + + +def s3_parquet_reader(bucket: str) -> ParquetReader: + """A `ParquetReader` (key -> DataFrame) backed by `bucket` in S3, for the + `GeospatialS3Repository`. AWS creds come from the ambient `~/.aws` profile; + pyarrow reads the parquet bytes (s3fs is not installed here).""" + # boto3 ships only partial type stubs, so the client is an untyped boundary. + client = cast(Any, boto3.client("s3")) # pyright: ignore[reportUnknownMemberType] + + def read(key: str) -> pd.DataFrame: + body = cast(bytes, client.get_object(Bucket=bucket, Key=key)["Body"].read()) + return pd.read_parquet(io.BytesIO(body)) + + return read diff --git a/scripts/fetch_real_life_epc_sample.py b/scripts/fetch_real_life_epc_sample.py new file mode 100644 index 00000000..c33cd766 --- /dev/null +++ b/scripts/fetch_real_life_epc_sample.py @@ -0,0 +1,130 @@ +"""Capture a real EPC certificate by UPRN for the SAP accuracy test suite. + +Resolves a UPRN to its latest lodged certificate via the GOV.UK EPB +register, downloads the full ``data`` payload (the exact shape +``EpcPropertyDataMapper.from_api_response`` consumes), and freezes it +under the schema-bucketed sample tree the accuracy test reads: + + backend/epc_api/json_samples/real_life_examples//uprn_/epc.json + +It also prints the lodged SAP rating and what ``Sap10Calculator`` +currently produces, so a new case can be added to +``tests/domain/sap10_calculator/test_real_cert_sap_accuracy.py`` with +the right ``schema`` / ``sap_score`` straight away. + +USAGE +----- + PYTHONPATH=/workspaces/model python scripts/fetch_real_life_epc_sample.py [ ...] + +Token is read from ``backend/.env`` (``OPEN_EPC_API_TOKEN``, falling +back to ``EPC_AUTH_TOKEN``). Re-running overwrites the sample. +""" + +from __future__ import annotations + +import json +import os +import pathlib +import sys +from typing import Any + +import httpx +from dotenv import load_dotenv + +_BASE = "https://api.get-energy-performance-data.communities.gov.uk" +_SAMPLES_ROOT = pathlib.Path( + "backend/epc_api/json_samples/real_life_examples" +) + + +def _headers() -> dict[str, str]: + load_dotenv("backend/.env") + token = os.environ.get("OPEN_EPC_API_TOKEN") or os.environ["EPC_AUTH_TOKEN"] + return {"Authorization": f"Bearer {token}", "Accept": "application/json"} + + +def _latest_cert_number(uprn: int, headers: dict[str, str]) -> str: + resp = httpx.get( + f"{_BASE}/api/domestic/search", + params={"uprn": uprn}, + headers=headers, + timeout=30.0, + ) + resp.raise_for_status() + rows: list[dict[str, Any]] = resp.json().get("data", []) + if not rows: + raise SystemExit(f"UPRN {uprn}: no certificates found") + latest = max(rows, key=lambda r: r["registrationDate"]) + return str(latest["certificateNumber"]) + + +def _fetch_cert_data(cert_num: str, headers: dict[str, str]) -> dict[str, Any]: + resp = httpx.get( + f"{_BASE}/api/certificate", + params={"certificate_number": cert_num}, + headers=headers, + timeout=30.0, + ) + resp.raise_for_status() + data: dict[str, Any] = resp.json()["data"] + return data + + +def _report(uprn: int, cert_num: str, data: dict[str, Any]) -> None: + """Print lodged rating + current calculator output for the captured cert.""" + from infrastructure.epc_client.epc_client_service import EpcClientService + from domain.sap10_calculator.calculator import Sap10Calculator + from unittest.mock import patch + + def _mock(*_a: object, **_k: object) -> httpx.Response: + return httpx.Response( + 200, json={"data": data}, request=httpx.Request("GET", "x") + ) + + print(f" schema_type : {data.get('schema_type')}") + print(f" lodged rating : {data.get('energy_rating_current')}") + + service = EpcClientService(auth_token="test-token") + try: + with patch("httpx.get", side_effect=_mock): + epc = service.get_by_certificate_number(cert_num) + except ValueError as exc: + # Full-SAP (vs RdSAP) certs aren't supported by the mapper, so the + # calculator front-end can't consume them. Captured for reference + # but NOT addable to the RdSAP accuracy suite. + print(f" NOT MAPPABLE : {exc}") + return + result = Sap10Calculator().calculate(epc) + + print(f" calc sap_score : {result.sap_score}") + print(f" space_heating_kwh : {result.space_heating_kwh_per_yr:.4f}") + print(f" main_heating_kwh : {result.main_heating_fuel_kwh_per_yr:.4f}") + print(f" hot_water_kwh : {result.hot_water_kwh_per_yr:.4f}") + print(f" co2_kg_per_yr : {result.co2_kg_per_yr:.4f}") + + +def capture(uprn: int) -> None: + headers = _headers() + cert_num = _latest_cert_number(uprn, headers) + data = _fetch_cert_data(cert_num, headers) + + schema_type = str(data.get("schema_type") or "unknown-schema") + out_dir = _SAMPLES_ROOT / schema_type / f"uprn_{uprn}" + out_dir.mkdir(parents=True, exist_ok=True) + out = out_dir / "epc.json" + out.write_text(json.dumps(data, indent=2)) + + print(f"UPRN {uprn} -> cert {cert_num}") + print(f" wrote : {out}") + _report(uprn, cert_num, data) + + +def main() -> None: + if len(sys.argv) < 2: + raise SystemExit(__doc__) + for arg in sys.argv[1:]: + capture(int(arg)) + + +if __name__ == "__main__": + main() diff --git a/scripts/hyde/autonomous_run_findings.md b/scripts/hyde/autonomous_run_findings.md new file mode 100644 index 00000000..fa2d2838 --- /dev/null +++ b/scripts/hyde/autonomous_run_findings.md @@ -0,0 +1,91 @@ +# Autonomous corpus run β€” findings for review (2026-06-16) + +> ## 🚩 MANUAL REVIEW NEEDED β€” heat-pump fuel code 39 mis-priced (CALCULATOR) +> **Owner action required.** Database heat-pump certs (fuel code 39) are priced +> at the **gas** rate instead of electricity β†’ SAP over-rated by ~14 +> (uprn_10093114053: eng 93 vs lodged 79). Root cause + evidence in Β§"BUGS" below +> and memory `heat-pump-fuel-39-mispriced`. NOT auto-fixable: the correct +> electricity tariff for a database heat pump (standard code 30 vs a heat-pump +> tariff) is a SAP-domain judgement and it touches the Table-12a off-peak split. +> Decide the tariff, then it's a normal TDD fix. Affects every fuel-39 cert. + + +Triaged the full remaining worklist (~95 UPRNs): capture β†’ map β†’ engine SAP, +flagging |engβˆ’lodged| β‰₯ 8. Most certs map within Β±4 of lodged. The worklist is +fully annotated per-UPRN (schema Β· eng/lodged Β· flag). + +## Corpus-wide tally (after annotation) +| Bucket | Count | +|---|---| +| Mapped, healthy (within tolerance) | 64 | +| 🚩 **MVHR not credited** (flag B) | **19** ← biggest | +| 🚩 heat-pump fuel-39 (flag A) | 6 | +| β›” sparse / NOT MAPPABLE | 4 | +| ⚠ other moderate gap (undiagnosed) | 1 | +| βœ… Elmhurst-pinned | 3 | + +## βœ… Schema coverage ADDED this run (low-risk, tested, committed) +- **SAP-18.0.0** β†’ full-SAP shape, dispatched to `from_sap_schema_17_1` (no + normalisation). Maps fine (e.g. 10094601287 β†’ 80/lodged 84). +- **SAP-16.0** β†’ same reduced-field 16.x path; only omitted `tenure`, now + defaulted in `_normalize_sap_schema_16_x`. Maps (100020933894 β†’ 61/lodged 56). +- (16.2/16.3/17.0 were added earlier in the session.) + +## β›” Genuinely SPARSE 16.x certs (insufficient data β€” cannot score) +Missing 18 required fields incl. core fabric (glazed_area, window, door_count, +habitable_room_count, multiple_glazing_type). Fail loud at from_dict (correct): +- uprn_10090844948 (16.3), uprn_10014314798 (16.2), uprn_10014314853 (16.3), + uprn_10014314830 (16.2). These are minimal "reduced-data" lodgements. + +## 🐞 BUGS FOUND (diagnosed; NOT fixed β€” for your review) + +### 1. Opening dimensions in millimetres read as metres β€” MAPPER bug (SEVERE) βœ… FIXED +**FIXED** (TDD, `_sanitise_opening_dimension_m` + `_sap_opening_area_m2`): any opening +dimension > 50 m is mm β†’ Γ·1000. Applied to windows, roof windows, and the door +area-weighting. The 3 broken certs now score 90 / 81 / 79 (were all 1). 3 REDβ†’GREEN +slices + refactor; fixture sap_17_1_mm_openings.json; 0 new pyright errors. +Original report below. + + +Full-SAP certs whose `sap_building_parts[].sap_openings[]` lodge width/height in +**mm** (mixed with metre rows in the same array) β†’ the 17.1 mapper treats all as +metres β†’ multi-million-mΒ² windows β†’ HTC in the millions β†’ **SAP clamps to 1**. +- **uprn_10093117227** (eng 1 / lodged 80): opening "Side Elevation" 2025Γ—2100 (mm) +- **uprn_10090317693** (eng 1 / lodged 88): 940Γ—2100, 700Γ—1500 (mm) +- **uprn_10091636031** (eng 1 / lodged 85) +- Fix idea: sanitise `sap_openings` dims in `_sap_17_1_windows`/doors β€” any + dimension > ~50 m is impossible β†’ it's mm, Γ·1000. Cleanly separates the mm rows + (1000/2025/2100) from the m rows (3.06/3.6/1). Safe, high-value (3+ certs broken). + +### 2. Heat-pump fuel code 39 mis-priced as gas β€” CALCULATOR bug +- **uprn_10093114053** (eng 93 / lodged 79, +14): PCDB heat pump COP 3.33, fuel 39. +- Code 39 absent from `table_12.UNIT_PRICE_P_PER_KWH` β†’ gas default 3.64p; CO2 + factor correctly electricity (0.136). Inconsistent across price vs Table-12a. +- Affects ALL database heat-pump certs (fuel 39). See memory + `heat-pump-fuel-39-mispriced`. Needs SAP-domain confirmation of the correct + electricity tariff (standard 30 vs heat-pump) β†’ not an autonomous fix. + +## ⚠ MODERATE gaps β€” now CLASSIFIED into two patterns + +### Pattern A β€” heat-pump fuel-39 / high-COP certs (= bug #2, both directions) +- uprn_10090342180 (fuel 39): +9 (over-rates, classic fuel-39 mispricing) +- uprn_10093388053 (fuel 39): βˆ’7 Β· uprn_100090108846 (fuel 29 HP, COP 3.44): βˆ’15 +- All resolve once the heat-pump fuel pricing is fixed (🚩 review item above). + +### Pattern B β€” 🚩 MVHR heat recovery NOT modelled β€” CALCULATOR gap (NEW, REVIEW) +Full-SAP **gas** certs that UNDER-predict βˆ’6β€¦βˆ’12 ALL carry an **MVHR system index** +(`mechanical_vent_system_index_number` 500352 / 500230 / 500438 …). MVHR recovers +exhaust heat (big SAP boost), but the engine models mechanical ventilation as +**extract heat loss, not heat recovery** (same as the worked-ref note: "decentralised +MEV β†’ EXTRACT_OR_PIV_OUTSIDE, priced as extract loss"). So every MVHR cert is +systematically under-credited. +- uprn_10090343767 (βˆ’12), 10090341811 (βˆ’9), 10093386427 (βˆ’9), 202211170 (βˆ’7), + 10091636116 (βˆ’8), 10093049867 (βˆ’6), 10090034761 (βˆ’6), 10091636031 (βˆ’6). +- Needs the SAP Appendix Q / PCDB MVHR heat-recovery efficiency model β€” a feature, + not a one-line fix. See memory `mvhr-heat-recovery-not-modelled`. + +### Other +- uprn_100061086424 (RdSAP-17.0, fuel 29, βˆ’15): not yet diagnosed (off-peak electric). + +## NOT diagnosed individually +The ~70 within-Β±4 certs are not listed; they look healthy. diff --git a/scripts/hyde/elmhurst_README.md b/scripts/hyde/elmhurst_README.md new file mode 100644 index 00000000..caa10ce7 --- /dev/null +++ b/scripts/hyde/elmhurst_README.md @@ -0,0 +1,71 @@ +# Elmhurst RdSAP entry-tool automation (POC) + +Automates most of the one manual step in `validate-cert-sap-accuracy`: re-keying +`elmhurst_inputs.md` into Elmhurst's web RdSAP entry tool and exporting the +**Input Summary** + **SAP Worksheets** PDFs (which `compare_epc_paths.py` then +consumes). Built on Playwright (Python). + +Proven end-to-end on UPRN 10092973954: filled most pages automatically, +downloaded both PDFs, and `compare_epc_paths.py` reconciled to **our engine 77 +vs Elmhurst worksheet 78** (engine-on-Elmhurst-inputs 79 β€” the calculator +reproduces accredited Elmhurst within ~1 SAP on identical inputs). + +## Scripts + +| Script | Does | +|---|---| +| `start_viewer.sh` | Xvfbβ†’x11vncβ†’noVNC desktop on **port 6080** so you can SEE/click the headed browser (`DISPLAY=:99`). `bash scripts/hyde/start_viewer.sh` | +| `elmhurst_session.py` | `login` / `open` / `status` β€” persistent login (MFA by hand once; session in `.elmhurst-session/`, gitignored) | +| `elmhurst_explore.py` | dump a page's DOM (field ids, options, autopostback) or `--all` sections β€” how specs are built | +| `elmhurst_fill.py` | `--page [--commit] [--commit-mode saveclose\|next]` β€” fill/clear a page from its `PageSpec` | +| `elmhurst_download.py` | downloads Input Summary + SAP Worksheets β†’ the cert's corpus dir. **Never clicks Submit** (code-enforced) | + +Typical run (browser appears on the noVNC desktop at port 6080): +```bash +bash scripts/hyde/start_viewer.sh +DISPLAY=:99 python scripts/hyde/elmhurst_session.py login --url https://members.elmhurstenergy.co.uk/ +DISPLAY=:99 python scripts/hyde/elmhurst_fill.py --page property_description --commit +DISPLAY=:99 python scripts/hyde/elmhurst_download.py +``` + +## Hard-won mechanics (ASP.NET WebForms) + +- Enter via the Guid URL (`…online…/WebFormAddress.aspx?Guid=…`); section nav is + full-form `__doPostBack` to a Guid-less subdomain β€” use `expect_navigation`. +- **Almost every field AutoPostBacks** (whole-page reload): set one field, wait, + re-locate the next. A 600 ms settle after each interaction stops flake. +- **Never re-click the active tab** (double-postback misbehaves) β€” `goto_section` + is current-page-aware. +- **Navigating away saves**; **Save & Close commits to the DATABASE** (visible to + other sessions). Next > only saves the in-progress session. +- Fields **auto-disable** when an upstream choice removes them (Room-in-Roof once + no room-in-roof; cylinder once combi) β€” skip them, don't fight them. +- Button ids vary per page β†’ match by id suffix (`[id$='_ButtonSaveClose']`). +- Setup (done in container): `python -m playwright install chromium` + + `sudo python -m playwright install-deps chromium`. + +## What's automated vs manual + +**Automated** (in `PAGES` + special actions): Property Description, Dimensions, +Flats (position/floor/corridor), Walls (main + clear alt-wall), Roofs, Floors, +Space Heating (**boiler** via the cascade dialog β†’ BGW combi, flue, secondary), +Water Heating (code; cylinder auto-clears with the combi), New Tech/Conservatory +(none) β€” plus the consolidated **clears** from the markdown. + +The **boiler cascade dialog** is driven by `select_boiler_combi()`: open the +Main-Heating-code modal, set the leaf dropdown to *BGW Post 98 Combi condens.*, +click OK. The generic combi (SAP 104) moves SAP by ~0 vs the cert's exact PCDB +model, so it's accurate enough. + +**Manual (πŸ”Έ):** +- **Exact PCDB boiler model** (e.g. 17929) β€” its search field is *disabled* + (`aspNetDisabled`) in this UI state; the cascade's generic combi is the + automatable substitute (negligible SAP impact). +- **Control code 2110** and the **MV unit** β€” same modal-dialog pattern; can be + automated the same way as the boiler when wanted (open dialog β†’ select β†’ OK). +All πŸ”Έ fields are flagged in `elmhurst_inputs.md`. + +## Adding a field/page +1. `elmhurst_explore.py _Link>` to dump ids/options. +2. Add a `Field(...)` (or new `PageSpec`) in `elmhurst_fill.py`. +3. `--page ` (dry-run, screenshots to `elmhurst_dom/fill_.png`), verify, then `--commit`. diff --git a/scripts/hyde/elmhurst_dom/address.json b/scripts/hyde/elmhurst_dom/address.json new file mode 100644 index 00000000..273efcaa --- /dev/null +++ b/scripts/hyde/elmhurst_dom/address.json @@ -0,0 +1,583 @@ +{ + "url": "https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormAddress.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105", + "title": "Elmhurst - Energy Report Address", + "controls": [ + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxRefNo", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxRefNo", + "label": "Reference", + "value": "001431", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxPRRN", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxPRRN", + "label": "PRRN", + "value": "17482451", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxMyReference", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxMyReference", + "label": "", + "value": "Khalim-test", + "disabled": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRegsRegion", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRegsRegion", + "label": "Regs Region", + "value": "England", + "disabled": true, + "options": [ + { + "value": "Scotland", + "text": "Scotland", + "selected": false + }, + { + "value": "Northern Ireland", + "text": "Northern Ireland", + "selected": false + }, + { + "value": "England", + "text": "England", + "selected": true + }, + { + "value": "Wales", + "text": "Wales", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRegion", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRegion", + "label": "SAP Region", + "value": "Thames Valley", + "disabled": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Thames Valley", + "text": "Thames Valley", + "selected": true + }, + { + "value": "South East England", + "text": "South East England", + "selected": false + }, + { + "value": "Southern England", + "text": "Southern England", + "selected": false + }, + { + "value": "South West England", + "text": "South West England", + "selected": false + }, + { + "value": "Severn Valley", + "text": "Severn Valley", + "selected": false + }, + { + "value": "Midlands", + "text": "Midlands", + "selected": false + }, + { + "value": "West Pennines", + "text": "West Pennines", + "selected": false + }, + { + "value": "North West England", + "text": "North West England", + "selected": false + }, + { + "value": "South West Scotland", + "text": "South West Scotland", + "selected": false + }, + { + "value": "Borders", + "text": "Borders", + "selected": false + }, + { + "value": "North East England", + "text": "North East England", + "selected": false + }, + { + "value": "East Pennines", + "text": "East Pennines", + "selected": false + }, + { + "value": "East Anglia", + "text": "East Anglia", + "selected": false + }, + { + "value": "Wales", + "text": "Wales", + "selected": false + }, + { + "value": "West Scotland", + "text": "West Scotland", + "selected": false + }, + { + "value": "East Scotland", + "text": "East Scotland", + "selected": false + }, + { + "value": "North East Scotland", + "text": "North East Scotland", + "selected": false + }, + { + "value": "Highland", + "text": "Highland", + "selected": false + }, + { + "value": "Western Isles", + "text": "Western Isles", + "selected": false + }, + { + "value": "Orkney", + "text": "Orkney", + "selected": false + }, + { + "value": "Shetland", + "text": "Shetland", + "selected": false + }, + { + "value": "Northern Ireland", + "text": "Northern Ireland", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxHouseName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxHouseName", + "label": "House Name", + "value": "28 Distillery Wharf", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxHouseNo", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxHouseNo", + "label": "House No", + "value": "28", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxStreet", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxStreet", + "label": "Street", + "value": "Distillery Wharf", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxLocality", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxLocality", + "label": "Locality", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxTown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxTown", + "label": "Town", + "value": "London", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxCounty", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxCounty", + "label": "County", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxPostCode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxPostCode", + "label": "Post code", + "value": "W6 9BF", + "disabled": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_ImageButtonAddressSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$ImageButtonAddressSearch", + "label": "", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelPostcodeSearch_TextBoxPostcode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelPostcodeSearch$TextBoxPostcode", + "label": "Postcode", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelPostcodeSearch_TextBoxHouseNameNumber", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelPostcodeSearch$TextBoxHouseNameNumber", + "label": "House Name & No", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelAdvancedSearch_TextBoxAdvancedAddressLine1", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelAdvancedSearch$TextBoxAdvancedAddressLine1", + "label": "Address Line 1", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelAdvancedSearch_TextBoxAdvancedAddressLine2", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelAdvancedSearch$TextBoxAdvancedAddressLine2", + "label": "Address Line 2", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelAdvancedSearch_TextBoxAdvancedAddressLine3", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelAdvancedSearch$TextBoxAdvancedAddressLine3", + "label": "Address Line 3", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelAdvancedSearch_TextBoxAdvancedTown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelAdvancedSearch$TextBoxAdvancedTown", + "label": "Town", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelAdvancedSearch_TextBoxAdvancedPostcode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelAdvancedSearch$TextBoxAdvancedPostcode", + "label": "Postcode", + "value": "", + "disabled": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelRequestNewUPRN_TextBoxRequestNewAddressLine1", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelRequestNewUPRN$TextBoxRequestNewAddressLine1", + "label": "Address Line 1", + "value": "", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelRequestNewUPRN_TextBoxRequestNewAddressLine2", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelRequestNewUPRN$TextBoxRequestNewAddressLine2", + "label": "Address Line 2", + "value": "", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelRequestNewUPRN_TextBoxRequestNewAddressLine3", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelRequestNewUPRN$TextBoxRequestNewAddressLine3", + "label": "Address Line 3", + "value": "", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelRequestNewUPRN_TextBoxRequestNewTown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelRequestNewUPRN$TextBoxRequestNewTown", + "label": "Town", + "value": "", + "disabled": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelRequestNewUPRN_TextBoxRequestNewPostcode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelRequestNewUPRN$TextBoxRequestNewPostcode", + "label": "Postcode", + "value": "", + "disabled": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_AddressSearchDialog_TabContainerMain_TabPanelResults_ListBoxResults", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$AddressSearchDialog$TabContainerMain$TabPanelResults$ListBoxResults", + "label": "", + "value": "", + "disabled": false, + "options": [] + } + ], + "nav": [ + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_ContentPlaceHolderNavigationsTop_LinkButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$MobileCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_ContentPlaceHolderNavigationsTop_MobileCancel" + }, + { + "text": "Clear Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$MobileClearAddress\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentTopControls_ContentPlaceHolderNavigationsTop_MobileClearAddress" + }, + { + "text": "Copy Assessment", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$MobileButtonCopy\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_ContentPlaceHolderNavigationsTop_MobileButtonCopy" + }, + { + "text": "Clear Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$LinkButtonClearAddress\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_LinkButtonClearAddress" + }, + { + "text": "Copy Assessment", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$LinkButtonCopy\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ContentPlaceHolderNavigations_LinkButtonCopy" + }, + { + "text": "< Previous", + "href": null, + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$LinkButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ContentPlaceHolderNavigations_LinkButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatories", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Rooms In Roof", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoomInRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoomInRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/conservatories.json b/scripts/hyde/elmhurst_dom/conservatories.json new file mode 100644 index 00000000..ec9eb26b --- /dev/null +++ b/scripts/hyde/elmhurst_dom/conservatories.json @@ -0,0 +1,187 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormConservatories.aspx", + "title": "Elmhurst - Conservatory", + "controls": [ + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_CheckBoxIsConservatory", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$CheckBoxIsConservatory", + "label": "Is there a conservatory?", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/dimensions.json b/scripts/hyde/elmhurst_dom/dimensions.json new file mode 100644 index 00000000..8034554d --- /dev/null +++ b/scripts/hyde/elmhurst_dom/dimensions.json @@ -0,0 +1,254 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormDimensions.aspx", + "title": "Elmhurst - Dimensions", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_RadioButtonDimensionsType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$RadioButtonDimensionsType", + "label": "Type", + "value": "Internal", + "disabled": true, + "autopostback": false, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Internal", + "text": "Internal", + "selected": true + }, + { + "value": "External", + "text": "External", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlDimensionsMain_TextBoxFloorAreaLowestFloor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlDimensionsMain$TextBoxFloorAreaLowestFloor", + "label": "", + "value": "59.50", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlDimensionsMain_TextBoxRoomHeightLowestFloor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlDimensionsMain$TextBoxRoomHeightLowestFloor", + "label": "", + "value": "2.40", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlDimensionsMain_TextBoxWallPerimeterLowestFloor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlDimensionsMain$TextBoxWallPerimeterLowestFloor", + "label": "", + "value": "13.86", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlDimensionsMain_TextBoxPartyWallLengthLowestFloor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlDimensionsMain$TextBoxPartyWallLengthLowestFloor", + "label": "", + "value": "13.86", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlDimensionsMain_CheckBoxHeatedBasement", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlDimensionsMain$CheckBoxHeatedBasement", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/flats.json b/scripts/hyde/elmhurst_dom/flats.json new file mode 100644 index 00000000..0e2e4ab4 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/flats.json @@ -0,0 +1,270 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormFlats.aspx", + "title": "Elmhurst - Flats", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_RadioButtonListFlatCoridor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$RadioButtonListFlatCoridor", + "label": "", + "value": "Unheated corridor", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "None", + "text": "None", + "selected": false + }, + { + "value": "Heated", + "text": "Heated", + "selected": false + }, + { + "value": "Unheated corridor", + "text": "Unheated corridor", + "selected": true + }, + { + "value": "Unheated stairwell", + "text": "Unheated stairwell", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxLengthOfShelteredWall", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxLengthOfShelteredWall", + "label": "", + "value": "5.00", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListPositionOfFlat", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListPositionOfFlat", + "label": "", + "value": "Top Floor", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Ground Floor", + "text": "Ground Floor", + "selected": false + }, + { + "value": "Mid Floor", + "text": "Mid Floor", + "selected": false + }, + { + "value": "Top Floor", + "text": "Top Floor", + "selected": true + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxFloor", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxFloor", + "label": "", + "value": "16", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxStoriesInBlock", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxStoriesInBlock", + "label": "", + "value": "16", + "disabled": false, + "autopostback": true + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/floors.json b/scripts/hyde/elmhurst_dom/floors.json new file mode 100644 index 00000000..903d937d --- /dev/null +++ b/scripts/hyde/elmhurst_dom/floors.json @@ -0,0 +1,298 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormFloors.aspx", + "title": "Elmhurst - Floors", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlFloorsMain_DropDownListLocation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlFloorsMain$DropDownListLocation", + "label": "Location", + "value": "G Ground floor", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "G Ground floor", + "text": "G Ground floor", + "selected": true + }, + { + "value": "P Above partially heated space", + "text": "P Above partially heated space", + "selected": false + }, + { + "value": "U Above unheated space", + "text": "U Above unheated space", + "selected": false + }, + { + "value": "E To external air", + "text": "E To external air", + "selected": false + }, + { + "value": "A Another dwelling below", + "text": "A Another dwelling below", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlFloorsMain_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlFloorsMain$DropDownListType", + "label": "Type", + "value": "S Solid", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "S Solid", + "text": "S Solid", + "selected": true + }, + { + "value": "T Suspended timber", + "text": "T Suspended timber", + "selected": false + }, + { + "value": "N Suspended, not timber", + "text": "N Suspended, not timber", + "selected": false + }, + { + "value": "U Unknown", + "text": "U Unknown", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlFloorsMain_DropDownListInsulation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlFloorsMain$DropDownListInsulation", + "label": "Insulation", + "value": "A As built", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "A As built", + "text": "A As built", + "selected": true + }, + { + "value": "R Retro-fitted", + "text": "R Retro-fitted", + "selected": false + }, + { + "value": "U Unknown", + "text": "U Unknown", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlFloorsMain_CheckBoxUValueKnown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlFloorsMain$CheckBoxUValueKnown", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/newtechnologies.json b/scripts/hyde/elmhurst_dom/newtechnologies.json new file mode 100644 index 00000000..4350be33 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/newtechnologies.json @@ -0,0 +1,284 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormNewTechnologies.aspx", + "title": "Elmhurst - New Technologies", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelPhotovoltaicPanel_DropDownListPvPanelData", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelPhotovoltaicPanel$DropDownListPvPanelData", + "label": "Photovoltaic panel", + "value": "None", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "None", + "text": "None", + "selected": true + }, + { + "value": "Panel details", + "text": "Panel details", + "selected": false + }, + { + "value": "% of roof area", + "text": "% of roof area", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelPhotovoltaicPanel_CheckBoxPvExportCapableMeter", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelPhotovoltaicPanel$CheckBoxPvExportCapableMeter", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindTurbine_DropDownListTerrainType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindTurbine$DropDownListTerrainType", + "label": "Terrain Type", + "value": "Urban", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Urban", + "text": "Urban", + "selected": true + }, + { + "value": "Suburban", + "text": "Suburban", + "selected": false + }, + { + "value": "Rural", + "text": "Rural", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindTurbine_CheckBoxWindTurbinePresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindTurbine$CheckBoxWindTurbinePresent", + "label": "Wind turbine present?", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelSmallScaleHydro_TextBoxElectricityGenerated", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelSmallScaleHydro$TextBoxElectricityGenerated", + "label": "", + "value": "0.00", + "disabled": false, + "autopostback": true + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Add new battery storage", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelPhotovoltaicPanel$ButtonAddBatteryData','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelPhotovoltaicPanel_ButtonAddBatteryData" + }, + { + "text": "Add new", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelSpecialFeatures$ButtonAddPanelData_SF','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelSpecialFeatures_ButtonAddPanelData_SF" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/openings.json b/scripts/hyde/elmhurst_dom/openings.json new file mode 100644 index 00000000..edc9c735 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/openings.json @@ -0,0 +1,682 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormOpenings.aspx", + "title": "Elmhurst - Openings", + "controls": [ + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_DeleteButton_0", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl02$DeleteButton", + "label": "1", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_CopyButton_0", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl02$CopyButton", + "label": "1", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_DeleteButton_1", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl03$DeleteButton", + "label": "2", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_CopyButton_1", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl03$CopyButton", + "label": "2", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_DeleteButton_2", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl04$DeleteButton", + "label": "3", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_CopyButton_2", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl04$CopyButton", + "label": "3", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_DeleteButton_3", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl05$DeleteButton", + "label": "4", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_CopyButton_3", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl05$CopyButton", + "label": "4", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_TextBoxExtWidth", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$TextBoxExtWidth", + "label": "", + "value": "1.44", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_TextBoxExtHeight", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$TextBoxExtHeight", + "label": "", + "value": "1.00", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_TextBoxExtArea", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$TextBoxExtArea", + "label": "", + "value": "1.44", + "disabled": true, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtOpeningType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtOpeningType", + "label": "", + "value": "Window", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "Window", + "text": "Window", + "selected": true + }, + { + "value": "Roof window", + "text": "Roof window", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtGlazing", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtGlazing", + "label": "", + "value": "Double with unknown install date", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Single glazing", + "text": "Single glazing", + "selected": false + }, + { + "value": "Double pre 2002", + "text": "Double pre 2002", + "selected": false + }, + { + "value": "Double between 2002 and 2021", + "text": "Double between 2002 and 2021", + "selected": false + }, + { + "value": "Double post or during 2022", + "text": "Double post or during 2022", + "selected": false + }, + { + "value": "Double with unknown install date", + "text": "Double with unknown install date", + "selected": true + }, + { + "value": "Secondary glazing", + "text": "Secondary glazing", + "selected": false + }, + { + "value": "Triple pre 2002", + "text": "Triple pre 2002", + "selected": false + }, + { + "value": "Triple between 2002 and 2021", + "text": "Triple between 2002 and 2021", + "selected": false + }, + { + "value": "Triple post or during 2022", + "text": "Triple post or during 2022", + "selected": false + }, + { + "value": "Triple with unknown install date", + "text": "Triple with unknown install date", + "selected": false + }, + { + "value": "Single glazing, known data", + "text": "Single glazing, known data", + "selected": false + }, + { + "value": "Double glazing, known data", + "text": "Double glazing, known data", + "selected": false + }, + { + "value": "Triple glazing, known data", + "text": "Triple glazing, known data", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtFrameType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtFrameType", + "label": "", + "value": "PVC", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "PVC", + "text": "PVC", + "selected": true + }, + { + "value": "Wood", + "text": "Wood", + "selected": false + }, + { + "value": "Metal", + "text": "Metal", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtGlazingGap", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtGlazingGap", + "label": "", + "value": "12 mm", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "6 mm", + "text": "6 mm", + "selected": false + }, + { + "value": "12 mm", + "text": "12 mm", + "selected": true + }, + { + "value": "16 mm or more", + "text": "16 mm or more", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtBuildingPartId", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtBuildingPartId", + "label": "", + "value": "Main", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Main", + "text": "Main", + "selected": true + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtLocation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtLocation", + "label": "", + "value": "External wall", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "External wall", + "text": "External wall", + "selected": true + }, + { + "value": "Alternative wall 1", + "text": "Alternative wall 1", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtOrientation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtOrientation", + "label": "", + "value": "North", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "North", + "text": "North", + "selected": true + }, + { + "value": "North East", + "text": "North East", + "selected": false + }, + { + "value": "East", + "text": "East", + "selected": false + }, + { + "value": "South East", + "text": "South East", + "selected": false + }, + { + "value": "South", + "text": "South", + "selected": false + }, + { + "value": "South West", + "text": "South West", + "selected": false + }, + { + "value": "West", + "text": "West", + "selected": false + }, + { + "value": "North West", + "text": "North West", + "selected": false + }, + { + "value": "Horizontal", + "text": "Horizontal", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_TextBoxExtUValue", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$TextBoxExtUValue", + "label": "", + "value": "2.80", + "disabled": true, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_TextBoxExtGValue", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$TextBoxExtGValue", + "label": "", + "value": "0.76", + "disabled": true, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_CheckBoxExtDraughtProofed", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$CheckBoxExtDraughtProofed", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_DropDownListExtPermanentShutters", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$DropDownListExtPermanentShutters", + "label": "", + "value": "None", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "None", + "text": "None", + "selected": true + }, + { + "value": "Uninsulated", + "text": "Uninsulated", + "selected": false + }, + { + "value": "Insulated", + "text": "Insulated", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelDoorsPanel_TextBoxDoors", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelDoorsPanel$TextBoxDoors", + "label": "", + "value": "2", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelDoorsPanel_TextBoxDoorsInsulated", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelDoorsPanel$TextBoxDoorsInsulated", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelDoorsPanel_TextBoxDraughtProofedDoors", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelDoorsPanel$TextBoxDraughtProofedDoors", + "label": "", + "value": "2", + "disabled": false, + "autopostback": true + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Add new", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$ButtonAddWindow','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_ButtonAddWindow" + }, + { + "text": "Glazing Type", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl01$lnkSortGlazingType\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_lnkSortGlazingType" + }, + { + "text": "Orientation", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl01$lnkSortOrientation\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_lnkSortOrientation" + }, + { + "text": "Building Part", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWindowsPanel$GridViewExtendedWidows$ctl01$lnkSortBuildingPart\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWindowsPanel_GridViewExtendedWidows_lnkSortBuildingPart" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/propertydescription.json b/scripts/hyde/elmhurst_dom/propertydescription.json new file mode 100644 index 00000000..89996d13 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/propertydescription.json @@ -0,0 +1,1068 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormPropertyDescription.aspx", + "title": "Elmhurst - Property Description", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListPropertyType1", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListPropertyType1", + "label": "", + "value": "F Flat", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "H House", + "text": "H House", + "selected": false + }, + { + "value": "B Bungalow", + "text": "B Bungalow", + "selected": false + }, + { + "value": "F Flat", + "text": "F Flat", + "selected": true + }, + { + "value": "M Maisonette", + "text": "M Maisonette", + "selected": false + }, + { + "value": "P Park home", + "text": "P Park home", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxStoreys", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxStoreys", + "label": "Storeys", + "value": "1", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxHabitableRooms", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxHabitableRooms", + "label": "Habitable Rooms", + "value": "3", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxHeatedHabitableRooms", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxHeatedHabitableRooms", + "label": "Heated Habitable Rooms", + "value": "3", + "disabled": false, + "autopostback": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListDateBuiltMain", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListDateBuiltMain", + "label": "Main Property", + "value": "L 2012-2022", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": true + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListDateBuiltFirst", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListDateBuiltFirst", + "label": "1st Extension", + "value": "", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListDateBuiltSecond", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListDateBuiltSecond", + "label": "2nd Extension", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListDateBuiltThird", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListDateBuiltThird", + "label": "3rd Extension", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListDateBuiltForth", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListDateBuiltForth", + "label": "4th Extension", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRoomInRoofMain", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRoomInRoofMain", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRoomInRoofFirst", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRoomInRoofFirst", + "label": "", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRoomInRoofSecond", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRoomInRoofSecond", + "label": "", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRoomInRoofThird", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRoomInRoofThird", + "label": "", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListRoomInRoofForth", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListRoomInRoofForth", + "label": "", + "value": "", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "A before 1900", + "text": "A before 1900", + "selected": false + }, + { + "value": "B 1900-1929", + "text": "B 1900-1929", + "selected": false + }, + { + "value": "C 1930-1949", + "text": "C 1930-1949", + "selected": false + }, + { + "value": "D 1950-1966", + "text": "D 1950-1966", + "selected": false + }, + { + "value": "E 1967-1975", + "text": "E 1967-1975", + "selected": false + }, + { + "value": "F 1976-1982", + "text": "F 1976-1982", + "selected": false + }, + { + "value": "G 1983-1990", + "text": "G 1983-1990", + "selected": false + }, + { + "value": "H 1991-1995", + "text": "H 1991-1995", + "selected": false + }, + { + "value": "I 1996-2002", + "text": "I 1996-2002", + "selected": false + }, + { + "value": "J 2003-2006", + "text": "J 2003-2006", + "selected": false + }, + { + "value": "K 2007-2011", + "text": "K 2007-2011", + "selected": false + }, + { + "value": "L 2012-2022", + "text": "L 2012-2022", + "selected": false + }, + { + "value": "M 2023 onwards", + "text": "M 2023 onwards", + "selected": false + } + ] + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/propertydetails.json b/scripts/hyde/elmhurst_dom/propertydetails.json new file mode 100644 index 00000000..1e0f5367 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/propertydetails.json @@ -0,0 +1,328 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormPropertyDetails.aspx", + "title": "Elmhurst - Property Details", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListPurpose", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListPurpose", + "label": "Assessment Purpose", + "value": "None of the above", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Retrofit - Pre assessment", + "text": "Retrofit - Pre assessment", + "selected": false + }, + { + "value": "Retrofit - Post assessment", + "text": "Retrofit - Post assessment", + "selected": false + }, + { + "value": "Retrofit - Modelling", + "text": "Retrofit - Modelling", + "selected": false + }, + { + "value": "Energy Modelling (Not Retrofit)", + "text": "Energy Modelling (Not Retrofit)", + "selected": false + }, + { + "value": "None of the above", + "text": "None of the above", + "selected": true + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListTenure", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListTenure", + "label": "Property Tenure", + "value": "Owner-occupied", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "Owner-occupied", + "text": "Owner-occupied", + "selected": true + }, + { + "value": "Rented (social)", + "text": "Rented (social)", + "selected": false + }, + { + "value": "Rented (private)", + "text": "Rented (private)", + "selected": false + }, + { + "value": "Unknown", + "text": "Unknown", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListTransactionType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListTransactionType", + "label": "Transaction type", + "value": "Marketed sale", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "Marketed sale", + "text": "Marketed sale", + "selected": true + }, + { + "value": "Non-marketed sale", + "text": "Non-marketed sale", + "selected": false + }, + { + "value": "Rental", + "text": "Rental", + "selected": false + }, + { + "value": "Stock condition survey", + "text": "Stock condition survey", + "selected": false + }, + { + "value": "Grant scheme", + "text": "Grant scheme", + "selected": false + }, + { + "value": "Non-grant scheme", + "text": "Non-grant scheme", + "selected": false + }, + { + "value": "Re-mortgaging", + "text": "Re-mortgaging", + "selected": false + }, + { + "value": "None of the above", + "text": "None of the above", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxInspectionDate", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxInspectionDate", + "label": "Inspection Date", + "value": "25/06/2025", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_EPCCreationReasonDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$EPCCreationReasonDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$ButtonInspectionDate\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_ButtonInspectionDate" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/roofs.json b/scripts/hyde/elmhurst_dom/roofs.json new file mode 100644 index 00000000..17ff7a11 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/roofs.json @@ -0,0 +1,373 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormRoofs.aspx", + "title": "Elmhurst - Roofs", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlRoofMain_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlRoofMain$DropDownListType", + "label": "Type", + "value": "PA Pitched (slates/tiles), access to loft", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "PA Pitched (slates/tiles), access to loft", + "text": "PA Pitched (slates/tiles), access to loft", + "selected": true + }, + { + "value": "PN Pitched (slates/tiles), no access", + "text": "PN Pitched (slates/tiles), no access", + "selected": false + }, + { + "value": "PS Pitched, sloping ceiling", + "text": "PS Pitched, sloping ceiling", + "selected": false + }, + { + "value": "PT Pitched (thatch)", + "text": "PT Pitched (thatch)", + "selected": false + }, + { + "value": "F Flat", + "text": "F Flat", + "selected": false + }, + { + "value": "A Another dwelling above", + "text": "A Another dwelling above", + "selected": false + }, + { + "value": "NR Non-residential space above", + "text": "NR Non-residential space above", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlRoofMain_DropDownListInsulationAt", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlRoofMain$DropDownListInsulationAt", + "label": "Insulation", + "value": "J Joists", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "N None", + "text": "N None", + "selected": false + }, + { + "value": "J Joists", + "text": "J Joists", + "selected": true + }, + { + "value": "R Rafters", + "text": "R Rafters", + "selected": false + }, + { + "value": "U Unknown", + "text": "U Unknown", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlRoofMain_DropDownListThickness", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlRoofMain$DropDownListThickness", + "label": "Insulation Thickness", + "value": "270 mm", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "12 mm", + "text": "12 mm", + "selected": false + }, + { + "value": "25 mm", + "text": "25 mm", + "selected": false + }, + { + "value": "50 mm", + "text": "50 mm", + "selected": false + }, + { + "value": "75 mm", + "text": "75 mm", + "selected": false + }, + { + "value": "100 mm", + "text": "100 mm", + "selected": false + }, + { + "value": "125 mm", + "text": "125 mm", + "selected": false + }, + { + "value": "150 mm", + "text": "150 mm", + "selected": false + }, + { + "value": "175 mm", + "text": "175 mm", + "selected": false + }, + { + "value": "200 mm", + "text": "200 mm", + "selected": false + }, + { + "value": "225 mm", + "text": "225 mm", + "selected": false + }, + { + "value": "250 mm", + "text": "250 mm", + "selected": false + }, + { + "value": "270 mm", + "text": "270 mm", + "selected": true + }, + { + "value": "300 mm", + "text": "300 mm", + "selected": false + }, + { + "value": "350 mm", + "text": "350 mm", + "selected": false + }, + { + "value": "400+ mm", + "text": "400+ mm", + "selected": false + }, + { + "value": "Unknown", + "text": "Unknown", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_WebUserControlRoofMain_CheckBoxUvalueKnown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$WebUserControlRoofMain$CheckBoxUvalueKnown", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/spaceheating.json b/scripts/hyde/elmhurst_dom/spaceheating.json new file mode 100644 index 00000000..ddeb30af --- /dev/null +++ b/scripts/hyde/elmhurst_dom/spaceheating.json @@ -0,0 +1,1011 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormSpaceHeating.aspx", + "title": "Elmhurst - Space Heating", + "controls": [ + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxPCDFBoilerReference", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxPCDFBoilerReference", + "label": "PCDF boiler Reference", + "value": "0", + "disabled": true, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxMainHeatingCode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxMainHeatingCode", + "label": "Main Heating EES Code", + "value": "BGB", + "disabled": false, + "autopostback": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_RadioButtonListHeatingPumpAge", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$RadioButtonListHeatingPumpAge", + "label": "Heating Pump Age", + "value": "2013 or later", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "2012 or earlier", + "text": "2012 or earlier", + "selected": false + }, + { + "value": "2013 or later", + "text": "2013 or later", + "selected": true + }, + { + "value": "Unknown", + "text": "Unknown", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_RadioButtonListHeatEmitter", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$RadioButtonListHeatEmitter", + "label": "Heat Emitter", + "value": "Radiators", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Underfloor Heating", + "text": "Underfloor Heating", + "selected": false + }, + { + "value": "Radiators", + "text": "Radiators", + "selected": true + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_RadioButtonListFlowTemperature", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$RadioButtonListFlowTemperature", + "label": "Design flow temperature", + "value": "<= 35\u00b0C", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "<= 35\u00b0C", + "text": "<= 35\u00b0C", + "selected": true + }, + { + "value": "36\u00b0 - 45\u00b0C", + "text": "36\u00b0 - 45\u00b0C", + "selected": false + }, + { + "value": "Normal (> 45\u00b0C)", + "text": "Normal (> 45\u00b0C)", + "selected": false + }, + { + "value": "Unknown", + "text": "Unknown", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_RadioButtonListFlueType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$RadioButtonListFlueType", + "label": "Flue Type", + "value": "Open", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Balanced", + "text": "Balanced", + "selected": false + }, + { + "value": "Open", + "text": "Open", + "selected": true + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_RadioButtonListFanAssistedFlue", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$RadioButtonListFanAssistedFlue", + "label": "Fan Assisted Flue", + "value": "Yes", + "disabled": false, + "autopostback": false, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "No", + "text": "No", + "selected": false + }, + { + "value": "Yes", + "text": "Yes", + "selected": true + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxPcdfHeatingControls", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxPcdfHeatingControls", + "label": "PCDF Heating Controls", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxMainHeatingControls", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxMainHeatingControls", + "label": "Main Heating Controls EES", + "value": "CBE", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxPCDFCompensator", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxPCDFCompensator", + "label": "Compensator from PCDF", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_TextBoxPercentageOfHeat", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$TextBoxPercentageOfHeat", + "label": "Percentage of Heat [%]", + "value": "100", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating2_WebUserControlMainHeating2_TextBoxPCDFBoilerReference", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating2$WebUserControlMainHeating2$TextBoxPCDFBoilerReference", + "label": "PCDF boiler Reference", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating2_WebUserControlMainHeating2_TextBoxMainHeatingCode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating2$WebUserControlMainHeating2$TextBoxMainHeatingCode", + "label": "Main Heating EES Code", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating2_WebUserControlMainHeating2_TextBoxPercentageOfHeat", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating2$WebUserControlMainHeating2$TextBoxPercentageOfHeat", + "label": "Percentage of Heat [%]", + "value": "0", + "disabled": true, + "autopostback": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelCommunityHeating_WebUserControlCommunityHeating_DropDownListCommunityHeatingType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelCommunityHeating$WebUserControlCommunityHeating$DropDownListCommunityHeatingType", + "label": "Heating Type", + "value": "None", + "disabled": true, + "autopostback": true, + "options": [ + { + "value": "None", + "text": "None", + "selected": true + }, + { + "value": "Space and Water Heating", + "text": "Space and Water Heating", + "selected": false + }, + { + "value": "Space Heating only", + "text": "Space Heating only", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMeters_RadioButtonListElectricityType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMeters$RadioButtonListElectricityType", + "label": "", + "value": "Single", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "Single", + "text": "Single", + "selected": true + }, + { + "value": "Dual", + "text": "Dual", + "selected": false + }, + { + "value": "18 Hour", + "text": "18 Hour", + "selected": false + }, + { + "value": "24 Hour", + "text": "24 Hour", + "selected": false + }, + { + "value": "Unknown", + "text": "Unknown", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMeters_CheckBoxMainGas", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMeters$CheckBoxMainGas", + "label": "Mains gas supply available", + "value": "on", + "disabled": true, + "autopostback": false, + "checked": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMeters_CheckBoxElectricitySmartMeterPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMeters$CheckBoxElectricitySmartMeterPresent", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMeters_CheckBoxGasSmartMeterPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMeters$CheckBoxGasSmartMeterPresent", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListSecondaryHeatingPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListSecondaryHeatingPresent", + "label": "", + "value": "Yes", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "No", + "text": "No", + "selected": false + }, + { + "value": "Yes", + "text": "Yes", + "selected": true + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TextBoxSecondaryHeatingCode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TextBoxSecondaryHeatingCode", + "label": "Secondary Heating EES Code", + "value": "RWM", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListBoilerType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListBoilerType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListMainType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListMainType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListMountingPosition", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListMountingPosition", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFlueType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFlueType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFuel", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFuel", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListCondensing", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListCondensing", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListEfficiencyBands", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListEfficiencyBands", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFanAssistance", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFanAssistance", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$DropDownListType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$DropDownListType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList1", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList1", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList2", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList2", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList3", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList3", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList4", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList4", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList5", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList5", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList6", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList6", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$ButtonMainHeatingCode','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_ButtonMainHeatingCode" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$ButtonPcdfHeatingControls','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_ButtonPcdfHeatingControls" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$ButtonMainHeatingControls','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_ButtonMainHeatingControls" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating1$WebUserControlMainHeating1$ButtonPCDFCompensator','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating1_WebUserControlMainHeating1_ButtonPCDFCompensator" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating2$WebUserControlMainHeating2$ButtonBoilerReference','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating2_WebUserControlMainHeating2_ButtonBoilerReference" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMainHeating2$WebUserControlMainHeating2$ButtonMainHeatingCode','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMainHeating2_WebUserControlMainHeating2_ButtonMainHeatingCode" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$ButtonSecondaryHeatingCode','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_ButtonSecondaryHeatingCode" + }, + { + "text": "Boiler search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionBoilerSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionBoilerSearch" + }, + { + "text": "Advanced boiler search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionAdvancedSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionAdvancedSearch" + }, + { + "text": "Community heating networks", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionCommunityHeatingNetworks\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionCommunityHeatingNetworks" + }, + { + "text": "Heating controls search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectHeatingControlsDialog$HyperLinkActionSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectHeatingControlsDialog_HyperLinkActionSearch" + }, + { + "text": "Storage heaters search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectStorageHeaterDialog$HyperLinkActionSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectStorageHeaterDialog_HyperLinkActionSearch" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/summary.json b/scripts/hyde/elmhurst_dom/summary.json new file mode 100644 index 00000000..db1a2429 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/summary.json @@ -0,0 +1,231 @@ +{ + "url": "https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormSummary.aspx?Guid=B44A0DB4-4C08-4241-B818-86F060172105", + "title": "Elmhurst - Energy Report Summary", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_DropDownListOperationDepartments", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$DropDownListOperationDepartments", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": true + }, + { + "value": "56203", + "text": "Sciana Systems Ltd (Office Department)", + "selected": false + }, + { + "value": "59085", + "text": "Osmosis ACD Ltd (Operations Department)", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_ExceptionDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$ExceptionDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious','')", + "onclick": "waitForAction();", + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": null, + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonClose','')", + "onclick": "waitForAction();", + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonClose" + }, + { + "text": "Cancel", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$LinkButtonCancel','')", + "onclick": "this.disabled = true;", + "id": "ContentBody_ContentPlaceHolderNavigations_LinkButtonCancel" + }, + { + "text": "Submit", + "href": null, + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_LinkButtonSubmitEPR" + }, + { + "text": "Overview Report", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$LinkButtonPreviewDraftEPR','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_LinkButtonPreviewDraftEPR" + }, + { + "text": "Input Summary", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$LinkButtonSummary','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_LinkButtonSummary" + }, + { + "text": "Evidence", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$LinkButtonEvidence','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_LinkButtonEvidence" + }, + { + "text": "SAP Worksheets", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$ButtonDebugInforPdf','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_ButtonDebugInforPdf" + }, + { + "text": "OK", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$ExceptionDialog$LinkButtonOK','')", + "onclick": "hideDialog($('.ees-exception-dialog')); return false;", + "id": "ContentBody_ContentPlaceHolder1_ExceptionDialog_LinkButtonOK" + }, + { + "text": "Energy Report Address", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionDimensions$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatories", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionConservatories$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionFlats$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionWalls$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionRoofs$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionFloors$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionOpenings$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionRecommendations$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionAddenda$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionResults$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$buttonActionSummary$Link','')", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/ventilationandcooling.json b/scripts/hyde/elmhurst_dom/ventilationandcooling.json new file mode 100644 index 00000000..7a3c3419 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/ventilationandcooling.json @@ -0,0 +1,502 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormVentilationAndCooling.aspx", + "title": "Elmhurst - Ventilation and Cooling", + "controls": [ + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxOpenChimneys", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxOpenChimneys", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxOpenFlues", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxOpenFlues", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxChimneysFluesClosedFire", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxChimneysFluesClosedFire", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxFluesSolidFuelBoiler", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxFluesSolidFuelBoiler", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxFluesOtherHeater", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxFluesOtherHeater", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxBlockedChimneys", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxBlockedChimneys", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxIntermittentFans", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxIntermittentFans", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxPassiveVents", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxPassiveVents", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_TextBoxFluelessGasFires", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$TextBoxFluelessGasFires", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_CheckBoxFixedSpaceCooling", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$CheckBoxFixedSpaceCooling", + "label": "Fixed space cooling", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelVentilationPanel_DropDownListDraughtLobby", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelVentilationPanel$DropDownListDraughtLobby", + "label": "Draught Lobby", + "value": "Unable to determine", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "Present", + "text": "Present", + "selected": false + }, + { + "value": "Not present", + "text": "Not present", + "selected": false + }, + { + "value": "Unable to determine", + "text": "Unable to determine", + "selected": true + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMechVent_CheckBoxMechanicalVentilation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMechVent$CheckBoxMechanicalVentilation", + "label": "Mechanical ventilation", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelAirPressureTest_DropDownListTestMethod", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelAirPressureTest$DropDownListTestMethod", + "label": "Test Method", + "value": "Not available", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "Not available", + "text": "Not available", + "selected": true + }, + { + "value": "Blower Door", + "text": "Blower Door", + "selected": false + }, + { + "value": "Pulse", + "text": "Pulse", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_TextBoxLightsTotal", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$TextBoxLightsTotal", + "label": "", + "value": "6", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_CheckBoxLedAndCflLightsKnown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$CheckBoxLedAndCflLightsKnown", + "label": "Number of LED and CFL Known", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_TextBoxLedLightsTotal", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$TextBoxLedLightsTotal", + "label": "", + "value": "6", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_TextBoxCflLightsTotal", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$TextBoxCflLightsTotal", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_TextBoxLelLightsTotal", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$TextBoxLelLightsTotal", + "label": "", + "value": "6", + "disabled": true, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelLighting_TextBoxIncandescentLights", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelLighting$TextBoxIncandescentLights", + "label": "", + "value": "0", + "disabled": true, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_DropDownListMVType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$DropDownListMVType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "MV search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$HyperLinkActionMVSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_HyperLinkActionMVSearch" + }, + { + "text": "Advanced MV search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectMVDialog$HyperLinkActionAdvancedSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectMVDialog_HyperLinkActionAdvancedSearch" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/walls.json b/scripts/hyde/elmhurst_dom/walls.json new file mode 100644 index 00000000..144262a6 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/walls.json @@ -0,0 +1,317 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormWalls.aspx", + "title": "Elmhurst - Walls", + "controls": [ + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$DropDownListType", + "label": "Type", + "value": "TI Timber Frame", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "SG Stone: granite or whinstone", + "text": "SG Stone: granite or whinstone", + "selected": false + }, + { + "value": "SS Stone: sandstone or limestone", + "text": "SS Stone: sandstone or limestone", + "selected": false + }, + { + "value": "SO Solid Brick", + "text": "SO Solid Brick", + "selected": false + }, + { + "value": "CO Cob", + "text": "CO Cob", + "selected": false + }, + { + "value": "CA Cavity", + "text": "CA Cavity", + "selected": false + }, + { + "value": "TI Timber Frame", + "text": "TI Timber Frame", + "selected": true + }, + { + "value": "SY System Build", + "text": "SY System Build", + "selected": false + }, + { + "value": "CW Curtain Wall", + "text": "CW Curtain Wall", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_DropDownListInsulation", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$DropDownListInsulation", + "label": "Insulation", + "value": "A As Built", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "I Internal", + "text": "I Internal", + "selected": false + }, + { + "value": "A As Built", + "text": "A As Built", + "selected": true + }, + { + "value": "U Unknown", + "text": "U Unknown", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_TextBoxWallThickness", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$TextBoxWallThickness", + "label": "Wall Thickness [mm]", + "value": "400", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_CheckBoxWallThicknessUnknown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$CheckBoxWallThicknessUnknown", + "label": "Wall Thickness Unknown", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_CheckBoxUvalueKnown", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$CheckBoxUvalueKnown", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_TextBoxAddWallArea", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$TextBoxAddWallArea", + "label": "Wall Area [m2]", + "value": "0.00", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelMain_InnerTabContainerMain_TabPanelExternalWallMain_WebUserControlWallMain_TextBoxSecondAddWallArea", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelMain$InnerTabContainerMain$TabPanelExternalWallMain$WebUserControlWallMain$TextBoxSecondAddWallArea", + "label": "Wall Area [m2]", + "value": "0.00", + "disabled": false, + "autopostback": true + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_dom/waterheating.json b/scripts/hyde/elmhurst_dom/waterheating.json new file mode 100644 index 00000000..ce0a4624 --- /dev/null +++ b/scripts/hyde/elmhurst_dom/waterheating.json @@ -0,0 +1,911 @@ +{ + "url": "https://rdsap10.elmhurstenergy.co.uk/Processing/WebFormWaterHeating.aspx", + "title": "Elmhurst - Water Heating", + "controls": [ + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_TextBoxWaterHeatingCode", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$TextBoxWaterHeatingCode", + "label": "15.0 Water Heating", + "value": "HWP", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_CheckBoxHotWaterCylinder", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$CheckBoxHotWaterCylinder", + "label": "Hot Water Cylinder Present", + "value": "on", + "disabled": true, + "autopostback": false, + "checked": true + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_DropDownListCylinderSize", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$DropDownListCylinderSize", + "label": "", + "value": "Large", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "No Access", + "text": "No Access", + "selected": false + }, + { + "value": "Normal", + "text": "Normal", + "selected": false + }, + { + "value": "Medium", + "text": "Medium", + "selected": false + }, + { + "value": "Large", + "text": "Large", + "selected": true + }, + { + "value": "Value known", + "text": "Value known", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_DropDownListInsulated", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$DropDownListInsulated", + "label": "", + "value": "Foam", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "No Insulation", + "text": "No Insulation", + "selected": false + }, + { + "value": "Jacket", + "text": "Jacket", + "selected": false + }, + { + "value": "Foam", + "text": "Foam", + "selected": true + }, + { + "value": "Measured Loss", + "text": "Measured Loss", + "selected": false + } + ] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_DropDownListInsulationThickness", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$DropDownListInsulationThickness", + "label": "", + "value": "120 mm", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "", + "text": "", + "selected": false + }, + { + "value": "None", + "text": "None", + "selected": false + }, + { + "value": "12 mm", + "text": "12 mm", + "selected": false + }, + { + "value": "25 mm", + "text": "25 mm", + "selected": false + }, + { + "value": "38 mm", + "text": "38 mm", + "selected": false + }, + { + "value": "50 mm", + "text": "50 mm", + "selected": false + }, + { + "value": "80 mm", + "text": "80 mm", + "selected": false + }, + { + "value": "120 mm", + "text": "120 mm", + "selected": true + }, + { + "value": "160 mm", + "text": "160 mm", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_CheckBoxCylinderThermostat", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$CheckBoxCylinderThermostat", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelCommunityHeating_WebUserControlCommunityHeating_TextBoxCommunityHeatingPCDFBoilerReference", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelCommunityHeating$WebUserControlCommunityHeating$TextBoxCommunityHeatingPCDFBoilerReference", + "label": "PCDF boiler Reference", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelSolarCylinder_TabContainerSolar_TabPanelSolarDetails_CheckBoxSolaWaterHeating", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelSolarCylinder$TabContainerSolar$TabPanelSolarDetails$CheckBoxSolaWaterHeating", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWWHRS_DropDownListWWHRSPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWWHRS$DropDownListWWHRSPresent", + "label": "", + "value": "No / Unknown", + "disabled": false, + "autopostback": true, + "options": [ + { + "value": "No / Unknown", + "text": "No / Unknown", + "selected": true + }, + { + "value": "Yes - Instantaneous Type", + "text": "Yes - Instantaneous Type", + "selected": false + }, + { + "value": "Yes - Storage Type", + "text": "Yes - Storage Type", + "selected": false + } + ] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWWHRS_TextBoxRoomsWithBath", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWWHRS$TextBoxRoomsWithBath", + "label": "", + "value": "2", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWWHRS_TextBoxRoomsWithShowerAndBath", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWWHRS$TextBoxRoomsWithShowerAndBath", + "label": "", + "value": "0", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": null, + "name": null, + "label": "1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNonElectric \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNone\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tDescription1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tTypeNon-electric shower\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tConnected toNone", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": null, + "name": null, + "label": "1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNonElectric \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNone\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tDescription1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tTypeNon-electric shower\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tConnected toNone", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "image", + "id": null, + "name": null, + "label": "1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNonElectric \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tNone\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tDescription1\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tTypeNon-electric shower\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tConnected toNone", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelFGHRS_FGHRSMhs1_CheckBoxFGHRSPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelFGHRS$FGHRSMhs1$CheckBoxFGHRSPresent", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "checkbox", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelFGHRS_FGHRSMhs2_CheckBoxFGHRSPresent", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelFGHRS$FGHRSMhs2$CheckBoxFGHRSPresent", + "label": "", + "value": "on", + "disabled": false, + "autopostback": false, + "checked": false + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListBoilerType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListBoilerType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListMainType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListMainType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListMountingPosition", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListMountingPosition", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFlueType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFlueType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFuel", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFuel", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListCondensing", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListCondensing", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListEfficiencyBands", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListEfficiencyBands", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_DropDownListFanAssistance", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$DropDownListFanAssistance", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$DropDownListType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_TextBoxFullSearch", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$TextBoxFullSearch", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_DropDownListType", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$DropDownListType", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_DropDownListCurrentObsoleteModels", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$DropDownListCurrentObsoleteModels", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_TextBoxManufacturerName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$TextBoxManufacturerName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_TextBoxBrandName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$TextBoxBrandName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_TextBoxModelName", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$TextBoxModelName", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "text", + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_TextBoxModelQualifier", + "name": "ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$TextBoxModelQualifier", + "label": "", + "value": "", + "disabled": false, + "autopostback": true + }, + { + "tag": "input", + "type": "image", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_ImageButtonCloseDialog", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$ImageButtonCloseDialog", + "label": "", + "value": "", + "disabled": false, + "autopostback": false + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList1", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList1", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList2", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList2", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList3", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList3", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList4", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList4", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList5", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList5", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + }, + { + "tag": "select", + "type": "select-one", + "id": "ContentBody_OutsideUpdatePanel_SelectHeatingDialog_DropDownList6", + "name": "ctl00$ctl00$ContentBody$OutsideUpdatePanel$SelectHeatingDialog$DropDownList6", + "label": "", + "value": "", + "disabled": false, + "autopostback": true, + "options": [] + } + ], + "nav": [ + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl00\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$ContentPlaceHolderNavigationsTop$ctl01\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": null + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentTopControls$LinkButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentTopControls_LinkButtonSaveClose" + }, + { + "text": "< Previous", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonPrevious\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonPrevious" + }, + { + "text": "Next >", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolderNavigations$ButtonNext\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolderNavigations_ButtonNext" + }, + { + "text": "Save & Close", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonSaveClose\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonSaveClose" + }, + { + "text": "Cancel", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ButtonCancel\", \"\", true, \"\", \"\", false, true))", + "onclick": "this.disabled = true;", + "id": "ContentBody_ButtonCancel" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWaterHeating$ButtonWaterHeatingCode','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWaterHeating_ButtonWaterHeatingCode" + }, + { + "text": "", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelCommunityHeating$WebUserControlCommunityHeating$ButtonCommunityHeatingBoilerReference','')", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelCommunityHeating_WebUserControlCommunityHeating_ButtonCommunityHeatingBoilerReference" + }, + { + "text": "Add Showers", + "href": "javascript:__doPostBack('ctl00$ctl00$ContentBody$ContentPlaceHolder1$TabContainer$TabPanelWWHRS$ButtonAddShower','')", + "onclick": "addFlag();", + "id": "ContentBody_ContentPlaceHolder1_TabContainer_TabPanelWWHRS_ButtonAddShower" + }, + { + "text": "Boiler search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionBoilerSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionBoilerSearch" + }, + { + "text": "Advanced boiler search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionAdvancedSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionAdvancedSearch" + }, + { + "text": "Community heating networks", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectBoilerDialog$HyperLinkActionCommunityHeatingNetworks\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectBoilerDialog_HyperLinkActionCommunityHeatingNetworks" + }, + { + "text": "WWHRS search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectWwhrsDialog$HyperLinkActionSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectWwhrsDialog_HyperLinkActionSearch" + }, + { + "text": "FGHRS search", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$ContentPlaceHolder1$SelectFghrsDialog$HyperLinkActionSearch\", \"\", true, \"\", \"\", false, true))", + "onclick": null, + "id": "ContentBody_ContentPlaceHolder1_SelectFghrsDialog_HyperLinkActionSearch" + }, + { + "text": "Energy Report Address", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionEPCAddress$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionEPCAddress_Link" + }, + { + "text": "Property Details", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDetails$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDetails_Link" + }, + { + "text": "Property Description", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionPropertyDescription$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionPropertyDescription_Link" + }, + { + "text": "Dimensions", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionDimensions$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionDimensions_Link" + }, + { + "text": "Conservatory", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionConservatories$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionConservatories_Link" + }, + { + "text": "Flats", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFlats$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFlats_Link" + }, + { + "text": "Walls", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWalls$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWalls_Link" + }, + { + "text": "Roofs", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRoofs$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRoofs_Link" + }, + { + "text": "Floors", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionFloors$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionFloors_Link" + }, + { + "text": "Openings", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionOpenings$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionOpenings_Link" + }, + { + "text": "Ventilation & Lighting", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionVentilationAndCooling$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionVentilationAndCooling_Link" + }, + { + "text": "Space Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSpaceHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSpaceHeating_Link" + }, + { + "text": "Water Heating", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionWaterHeating$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionWaterHeating_Link" + }, + { + "text": "New Technologies", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionNewTechnologies$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionNewTechnologies_Link" + }, + { + "text": "Recommendations", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionRecommendations$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionRecommendations_Link" + }, + { + "text": "Addenda", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionAddenda$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionAddenda_Link" + }, + { + "text": "Technical Advice", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionTechnicalAdvice$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionTechnicalAdvice_Link" + }, + { + "text": "Results", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionResults$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionResults_Link" + }, + { + "text": "Energy Report Summary", + "href": "javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"ctl00$ctl00$ContentBody$buttonActionSummary$Link\", \"\", true, \"\", \"\", false, true))", + "onclick": "waitForAction(this);", + "id": "ContentBody_buttonActionSummary_Link" + }, + { + "text": "Useful Links", + "href": "http://www.elmhurstenergy.co.uk/useful-links", + "onclick": null, + "id": null + }, + { + "text": "Contact Us", + "href": "http://www.elmhurstenergy.co.uk/contact-us", + "onclick": null, + "id": null + } + ] +} \ No newline at end of file diff --git a/scripts/hyde/elmhurst_download.py b/scripts/hyde/elmhurst_download.py new file mode 100644 index 00000000..2bc65656 --- /dev/null +++ b/scripts/hyde/elmhurst_download.py @@ -0,0 +1,103 @@ +"""Download the Input Summary + SAP Worksheets PDFs from Elmhurst (POC). + +Closes the validate-cert loop's only manual export: pulls the two PDFs off the +Energy Report Summary page and saves them where `compare_epc_paths.py` reads: + * Input Summary -> elmhurst_summary.pdf (inputs; parse_site_notes_pdf -> EpcPropertyData) + * SAP Worksheets -> elmhurst_worksheet.pdf (the SAP calculation) + + DISPLAY=:99 python scripts/hyde/elmhurst_download.py + +SAFETY: this script clicks ONLY the two report buttons below. It NEVER clicks +Submit (`LinkButtonSubmitEPR`) β€” submitting lodges the assessment. The allow-list +is enforced in code. +""" + +from __future__ import annotations + +import sys +from pathlib import Path + +from playwright.sync_api import ( + Page, + TimeoutError as PlaywrightTimeoutError, + sync_playwright, +) + +HERE = Path(__file__).parent +SESSION_DIR = HERE / ".elmhurst-session" +SAMPLE_DIR = ( + HERE.parent.parent + / "backend/epc_api/json_samples/real_life_examples" + / "SAP-Schema-17.1/uprn_10092973954" +) + +ASSESSMENT_GUID = "B44A0DB4-4C08-4241-B818-86F060172105" +ENTRY_URL = ( + "https://rdsap10online.elmhurstenergy.co.uk/Processing/WebFormAddress.aspx" + f"?Guid={ASSESSMENT_GUID}" +) + +# (button id, output filename). The ONLY buttons this script may click. +REPORTS: list[tuple[str, str]] = [ + ("ContentBody_ContentPlaceHolder1_LinkButtonSummary", "elmhurst_summary.pdf"), + ("ContentBody_ContentPlaceHolder1_ButtonDebugInforPdf", "elmhurst_worksheet.pdf"), +] +# Buttons this script must NEVER touch (belt-and-braces). +_FORBIDDEN = {"ContentBody_ContentPlaceHolder1_LinkButtonSubmitEPR"} + + +def _download_one(page: Page, button_id: str, out: Path) -> bool: + assert button_id not in _FORBIDDEN, f"refusing to click forbidden {button_id}" + print(f" clicking {button_id} -> {out.name} ...", flush=True) + try: + with page.expect_download(timeout=60_000) as dl: + page.click(f"#{button_id}", timeout=20_000) + dl.value.save_as(str(out)) + except PlaywrightTimeoutError: + # Some report buttons open the PDF in a popup rather than a download. + try: + with page.expect_popup(timeout=10_000) as pop: + page.click(f"#{button_id}", timeout=20_000) + popup = pop.value + with popup.expect_download(timeout=30_000) as dl2: + pass + dl2.value.save_as(str(out)) + except PlaywrightTimeoutError: + print(f" !! no download/popup for {button_id}", flush=True) + return False + size = out.stat().st_size if out.exists() else 0 + print(f" saved {out} ({size:,} bytes)", flush=True) + return out.exists() and size > 0 + + +def download_reports() -> int: + SAMPLE_DIR.mkdir(parents=True, exist_ok=True) + ok = True + with sync_playwright() as p: + context = p.chromium.launch_persistent_context( + user_data_dir=str(SESSION_DIR), + headless=False, + accept_downloads=True, + viewport={"width": 1400, "height": 1000}, + ) + page = context.pages[0] if context.pages else context.new_page() + page.on("dialog", lambda d: d.accept()) + + print(f"entering assessment {ASSESSMENT_GUID} ...", flush=True) + page.goto(ENTRY_URL, wait_until="networkidle", timeout=60_000) + print("navigating to Energy Report Summary ...", flush=True) + with page.expect_navigation(wait_until="networkidle", timeout=60_000): + page.click("#ContentBody_buttonActionSummary_Link", timeout=15_000) + page.wait_for_timeout(600) + + for button_id, fname in REPORTS: + ok = _download_one(page, button_id, SAMPLE_DIR / fname) and ok + page.wait_for_timeout(600) + + context.close() + print("DONE." if ok else "DONE (with errors β€” see above).", flush=True) + return 0 if ok else 1 + + +if __name__ == "__main__": + sys.exit(download_reports()) diff --git a/scripts/hyde/elmhurst_explore.py b/scripts/hyde/elmhurst_explore.py new file mode 100644 index 00000000..8fcc1a78 --- /dev/null +++ b/scripts/hyde/elmhurst_explore.py @@ -0,0 +1,186 @@ +"""Dump the real DOM of an Elmhurst RdSAP-10-Online page (dev tool). + +The entry tool is an ASP.NET WebForms app: field IDs are server-generated +(``ctl00_ctl00_ContentBody_...``) and many controls postback on change. We +can't guess selectors, so this reads them off the live page. Reuses the saved +persistent session (no login needed). Run it on the viewer display: + + DISPLAY=:99 python scripts/hyde/elmhurst_explore.py "" + +Writes, next to this file: + * elmhurst_dom/.png β€” screenshot (confirms we're authenticated) + * elmhurst_dom/.json β€” every input/select/textarea + the left-nav links + +It navigates, dumps, and exits (releasing the profile lock for the next step). +""" + +from __future__ import annotations + +import json +import re +import sys +from pathlib import Path +from typing import Any + +from playwright.sync_api import sync_playwright + +HERE = Path(__file__).parent +SESSION_DIR = HERE / ".elmhurst-session" +OUT_DIR = HERE / "elmhurst_dom" + +# Runs in the page to harvest every form control + the section nav, with the +# label text an assessor reads β€” so we can tie markdown fields to server IDs. +_DUMP_JS = r""" +() => { + const labelFor = (el) => { + if (el.id) { + const l = document.querySelector(`label[for="${el.id}"]`); + if (l) return l.innerText.trim(); + } + // WebForms often puts the caption in a sibling cell, not a